From: Thomas Huth <thuth@redhat.com>
To: kvm@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Janosch Frank <frankja@linux.ibm.com>,
Claudio Imbrenda <imbrenda@linux.ibm.com>
Subject: [kvm-unit-tests PATCH] gitlab-ci: Disable the s390x storage key test (which fails now with TCG)
Date: Thu, 21 Oct 2021 20:21:13 +0200 [thread overview]
Message-ID: <20211021182113.818393-1-thuth@redhat.com> (raw)
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
next reply other threads:[~2021-10-21 18:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-21 18:21 Thomas Huth [this message]
2021-10-22 6:42 ` [kvm-unit-tests PATCH] gitlab-ci: Disable the s390x storage key test (which fails now with TCG) Janosch Frank
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211021182113.818393-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=frankja@linux.ibm.com \
--cc=imbrenda@linux.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.