On 10/21/21 20:21, Thomas Huth wrote:
Commit 429c9cc ("s390x: skey: Test for ADDRESSING exceptions") added some new tests which require the latest and greatest QEMU, which is not available in the distros yet, so the skey test is currently failing in the CI. Disable it for the time being, we'll switch it on again once the distros feature a QEMU with the bug fix. Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx>
Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx>
--- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 943b20f..4f3049d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,7 @@ build-s390x: - ../configure --arch=s390x --cross-prefix=s390x-linux-gnu- - make -j2 - ACCEL=tcg ./run_tests.sh - selftest-setup intercept emulator sieve skey diag10 diag308 vector diag288 + selftest-setup intercept emulator sieve diag10 diag308 vector diag288 stsi sclp-1g sclp-3g | tee results.txt - if grep -q FAIL results.txt ; then exit 1 ; fi