aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-07-01 12:06:15 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-07-01 12:37:38 +0200
commitc3df00e36bd46770777b674b28bf83a52180c184 (patch)
tree1b31bc8fc4d2d11d486a5111bb8c85ec3942a1e1
parentb373304853a072b2aed720ecd45e752cda223465 (diff)
downloadkvm-unit-tests-c3df00e36bd46770777b674b28bf83a52180c184.tar.gz
gitlab-ci.yml: Extend the lists of tests that we run with TCG
Thank to the recent fixes, there are now quite a lot of additional 32-bit x86 tests that we can run in the CI. And thanks to the update to Fedora 32 (that introduced a newer version of QEMU), there are now also some additional tests that we can run with TCG for the other architectures. Note that for arm/aarch64, we now also set the MAX_SMP to be able to run SMP-tests with TCG in the single-threaded CI containers, too. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200701100615.7975-1-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--.gitlab-ci.yml24
1 files changed, 15 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3af53f0..d042cde 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,9 +9,10 @@ build-aarch64:
- dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
- ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
- make -j2
- - ACCEL=tcg ./run_tests.sh
+ - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
selftest-setup selftest-vectors-kernel selftest-vectors-user selftest-smp
- pci-test pmu gicv2-active gicv3-active psci timer
+ pci-test pmu-cycle-counter pmu-event-counter-config pmu-sw-incr gicv2-ipi
+ gicv2-mmio gicv3-ipi gicv2-active gicv3-active psci timer cache
| tee results.txt
- if grep -q FAIL results.txt ; then exit 1 ; fi
@@ -20,9 +21,10 @@ build-arm:
- dnf install -y qemu-system-arm gcc-arm-linux-gnu
- ./configure --arch=arm --cross-prefix=arm-linux-gnu-
- make -j2
- - ACCEL=tcg ./run_tests.sh
+ - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
selftest-setup selftest-vectors-kernel selftest-vectors-user selftest-smp
- pci-test pmu gicv2-active gicv3-active psci
+ pci-test pmu-cycle-counter gicv2-ipi gicv2-mmio gicv3-ipi gicv2-active
+ gicv3-active psci
| tee results.txt
- if grep -q FAIL results.txt ; then exit 1 ; fi
@@ -54,7 +56,8 @@ build-s390x:
- ./configure --arch=s390x --cross-prefix=s390x-linux-gnu-
- make -j2
- ACCEL=tcg ./run_tests.sh
- selftest-setup intercept emulator sieve diag10
+ selftest-setup intercept emulator sieve skey diag10 diag308 vector diag288
+ stsi sclp-1g sclp-3g
| tee results.txt
- if grep -q FAIL results.txt ; then exit 1 ; fi
@@ -64,10 +67,10 @@ build-x86_64:
- ./configure --arch=x86_64
- make -j2
- ACCEL=tcg ./run_tests.sh
- smptest smptest3 vmexit_cpuid vmexit_mov_from_cr8
+ ioapic-split smptest smptest3 vmexit_cpuid vmexit_mov_from_cr8
vmexit_mov_to_cr8 vmexit_inl_pmtimer vmexit_ipi vmexit_ipi_halt
vmexit_ple_round_robin vmexit_tscdeadline vmexit_tscdeadline_immed
- eventinj msr port80 setjmp syscall tsc rmap_chain umip intel_iommu
+ eventinj msr port80 setjmp sieve syscall tsc rmap_chain umip intel_iommu
| tee results.txt
- if grep -q FAIL results.txt ; then exit 1 ; fi
@@ -77,7 +80,10 @@ build-i386:
- ./configure --arch=i386
- make -j2
- ACCEL=tcg ./run_tests.sh
- cmpxchg8b eventinj port80 setjmp sieve tsc taskswitch umip
+ cmpxchg8b vmexit_cpuid vmexit_mov_from_cr8 vmexit_mov_to_cr8
+ vmexit_inl_pmtimer vmexit_ipi vmexit_ipi_halt vmexit_ple_round_robin
+ vmexit_tscdeadline vmexit_tscdeadline_immed eventinj port80 setjmp sieve
+ tsc taskswitch umip
| tee results.txt
- if grep -q FAIL results.txt ; then exit 1 ; fi
@@ -87,7 +93,7 @@ build-clang:
- ./configure --arch=x86_64 --cc=clang
- make -j2
- ACCEL=tcg ./run_tests.sh
- smptest smptest3 vmexit_cpuid vmexit_mov_from_cr8
+ ioapic-split smptest smptest3 vmexit_cpuid vmexit_mov_from_cr8
vmexit_mov_to_cr8 vmexit_inl_pmtimer vmexit_ipi vmexit_ipi_halt
vmexit_ple_round_robin vmexit_tscdeadline vmexit_tscdeadline_immed
eventinj msr port80 setjmp syscall tsc rmap_chain umip intel_iommu