On 3/8/22 13:35, Thomas Huth wrote:
The new tests that have been added in commit bc0dd8bdc627f0 ("x86/debug: Add single-step #DB + STI/MOVSS blocking tests") require a fixed kernel which we don't have in the Cirrus-CI yet, so let's disable the failing "debug" test for now. The "pcid" test has been renamed to "pcid-enabled" in commit cad94b1394aa519 ("x86: Add a 'pcid' group for the various PCID+INVPCID permutations"). Some additional tests are working fine now, too (pcid-asymmetric, msr, vmx_apic_passthrough_tpr_threshold_test, vmx_init_signal_test, vmx_pf_exception_test, vmx_sipi_signal_test), likely since the update to Fedora 35, so we can also enable them in the CI now. Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> --- ci/cirrus-ci-fedora.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ci/cirrus-ci-fedora.yml b/ci/cirrus-ci-fedora.yml index a6b9cea..6eace8b 100644 --- a/ci/cirrus-ci-fedora.yml +++ b/ci/cirrus-ci-fedora.yml @@ -20,7 +20,6 @@ fedora_task: - ./run_tests.sh access asyncpf - debug emulator ept hypercall @@ -33,8 +32,10 @@ fedora_task: ioapic ioapic-split kvmclock_test - pcid + msr + pcid-asymmetric pcid-disabled + pcid-enabled rdpru realmode rmap_chain @@ -59,6 +60,10 @@ fedora_task: vmexit_tscdeadline_immed vmexit_vmcall vmx_apic_passthrough_thread + vmx_apic_passthrough_tpr_threshold_test + vmx_init_signal_test + vmx_pf_exception_test + vmx_sipi_signal_test xsave | tee results.txt - grep -q PASS results.txt && ! grep -q FAIL results.txt
Thanks, please go ahead and push this. Paolo