Skip to content

Commit c2c6a99

Browse files
Janis Schoetterl-GlauschClaudio Imbrenda
Janis Schoetterl-Glausch
authored and
Claudio Imbrenda
committedMay 5, 2022
Disable s390x skey test in GitLab CI
The test cases newly added to skey.c require kernel 5.18. Signed-off-by: Janis Schoetterl-Glausch <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Acked-by: Claudio Imbrenda <[email protected]> Signed-off-by: Claudio Imbrenda <[email protected]>
1 parent 66abce9 commit c2c6a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ s390x-kvm:
166166
- ./configure --arch=s390x
167167
- make -j$(nproc)
168168
- ACCEL=kvm ./run_tests.sh
169-
selftest-setup intercept emulator sieve sthyi skey diag10 diag308 pfmf
169+
selftest-setup intercept emulator sieve sthyi diag10 diag308 pfmf
170170
cmm vector gs iep cpumodel diag288 stsi sclp-1g sclp-3g css skrf sie
171171
| tee results.txt
172172
- grep -q PASS results.txt && ! grep -q FAIL results.txt

0 commit comments

Comments
 (0)
Please sign in to comment.