All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] x86: Update the list of tests that we run in the Cirrus-CI
@ 2022-03-08 12:35 Thomas Huth
  2022-03-08 15:42 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2022-03-08 12:35 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm, Alex Bennée, Thomas Huth

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@redhat.com>
---
 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
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [kvm-unit-tests PATCH] x86: Update the list of tests that we run in the Cirrus-CI
  2022-03-08 12:35 [kvm-unit-tests PATCH] x86: Update the list of tests that we run in the Cirrus-CI Thomas Huth
@ 2022-03-08 15:42 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2022-03-08 15:42 UTC (permalink / raw)
  To: Thomas Huth; +Cc: kvm, Alex Bennée

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@redhat.com>
> ---
>   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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-08 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 12:35 [kvm-unit-tests PATCH] x86: Update the list of tests that we run in the Cirrus-CI Thomas Huth
2022-03-08 15:42 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.