All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] gitlab-ci: Disable the s390x storage key test (which fails now with TCG)
@ 2021-10-21 18:21 Thomas Huth
  2021-10-22  6:42 ` Janosch Frank
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2021-10-21 18:21 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, Janosch Frank, Claudio Imbrenda

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@redhat.com>
---
 .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
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-22  6:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-21 18:21 [kvm-unit-tests PATCH] gitlab-ci: Disable the s390x storage key test (which fails now with TCG) Thomas Huth
2021-10-22  6:42 ` Janosch Frank

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.