diff mbox series

[kvm-unit-tests] gitlab-ci: Disable the s390x storage key test (which fails now with TCG)

Message ID 20211021182113.818393-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests] gitlab-ci: Disable the s390x storage key test (which fails now with TCG) | expand

Commit Message

Thomas Huth Oct. 21, 2021, 6:21 p.m. UTC
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(-)

Comments

Janosch Frank Oct. 22, 2021, 6:42 a.m. UTC | #1
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@redhat.com>

Reviewed-by: Janosch Frank <frankja@linux.ibm.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
>
diff mbox series

Patch

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