aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-05-13 11:50:50 +0200
committerThomas Huth <thuth@redhat.com>2020-06-16 15:00:07 +0200
commit41a7f56bf5d1c9106106ca7f496c070fbd1b68f9 (patch)
tree8beed1e0170e77db96d8ed59c4264b4f6b263914
parent5126732d73aa75a0bc84f898042bfe35640624b8 (diff)
downloadkvm-unit-tests-41a7f56bf5d1c9106106ca7f496c070fbd1b68f9.tar.gz
Update the gitlab-ci to Fedora 32
Fedora 30 is end of life, let's use the version 32 instead. Unfortunately, we have to disable taskswitch2 in the gitlab-ci now. It does not seem to work anymore with the latest version of gcc and/or QEMU. We still check it in the travis-ci, though, so until somebody has some spare time to debug this issue, it should be ok to disable it here. Message-Id: <20200514192626.9950-8-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3093239..13e1a1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: fedora:30
+image: fedora:32
before_script:
- dnf update -y
@@ -77,6 +77,6 @@ build-i386:
- ./configure --arch=i386
- make -j2
- ACCEL=tcg ./run_tests.sh
- cmpxchg8b eventinj port80 setjmp sieve tsc taskswitch taskswitch2 umip
+ cmpxchg8b eventinj port80 setjmp sieve tsc taskswitch umip
| tee results.txt
- if grep -q FAIL results.txt ; then exit 1 ; fi