Message ID | 20220502154101.3663941-4-scgl@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | s390x: Test effect of storage keys on some instructions | expand |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f3049d8..e5768f1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -166,7 +166,7 @@ s390x-kvm: - ./configure --arch=s390x - make -j$(nproc) - ACCEL=kvm ./run_tests.sh - selftest-setup intercept emulator sieve sthyi skey diag10 diag308 pfmf + selftest-setup intercept emulator sieve sthyi diag10 diag308 pfmf cmm vector gs iep cpumodel diag288 stsi sclp-1g sclp-3g css skrf sie | tee results.txt - grep -q PASS results.txt && ! grep -q FAIL results.txt