Message ID | 20220922122850.266424-1-thuth@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [kvm-unit-tests] ci: Update the list of tests that we run in the Fedora Cirrus-CI | expand |
diff --git a/ci/cirrus-ci-fedora.yml b/ci/cirrus-ci-fedora.yml index 6eace8b..d6070f7 100644 --- a/ci/cirrus-ci-fedora.yml +++ b/ci/cirrus-ci-fedora.yml @@ -20,6 +20,7 @@ fedora_task: - ./run_tests.sh access asyncpf + debug emulator ept hypercall @@ -32,7 +33,7 @@ fedora_task: ioapic ioapic-split kvmclock_test - msr + memory pcid-asymmetric pcid-disabled pcid-enabled @@ -50,6 +51,8 @@ fedora_task: tsx-ctrl umip vmexit_cpuid + vmexit_cr0_wp + vmexit_cr4_pge vmexit_inl_pmtimer vmexit_ipi vmexit_ipi_halt
The "msr" test recently started failing since it got extended, but the kernel of the CI machine is not new enough to handle the new tests. Thus we have to disable it in the CI for now. On the other hand, there are a couple of other tests which seem to work now, so we can include those in the list instead. Signed-off-by: Thomas Huth <thuth@redhat.com> --- ci/cirrus-ci-fedora.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)