diff mbox series

[kvm-unit-tests] travis.yml: Disable the failing gicv2-mmio test

Message ID 20210722172354.3759847-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests] travis.yml: Disable the failing gicv2-mmio test | expand

Commit Message

Thomas Huth July 22, 2021, 5:23 p.m. UTC
The test is constantly failing now. After trying the old commit
that re-introduced the .travis.yml file again in Travis-CI, it is
now also failing there, so this is likely not a regression in the
kvm-unit-tests, but a regression in the Travis-CI / Ubuntu build
environment. Thus let's simply disable the test for now, since
there is not much else we can do from the kvm-unit-test side here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini July 23, 2021, 8:15 a.m. UTC | #1
On 22/07/21 19:23, Thomas Huth wrote:
> The test is constantly failing now. After trying the old commit
> that re-introduced the .travis.yml file again in Travis-CI, it is
> now also failing there, so this is likely not a regression in the
> kvm-unit-tests, but a regression in the Travis-CI / Ubuntu build
> environment. Thus let's simply disable the test for now, since
> there is not much else we can do from the kvm-unit-test side here.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   .travis.yml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 4fcb687..9b98764 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -13,7 +13,7 @@ jobs:
>           apt_packages: qemu-system-aarch64
>         env:
>         - CONFIG="--arch=arm64 --cc=clang"
> -      - TESTS="cache gicv2-active gicv2-ipi gicv2-mmio gicv3-active gicv3-ipi
> +      - TESTS="cache gicv2-active gicv2-ipi gicv3-active gicv3-ipi
>             pci-test pmu-cycle-counter pmu-event-counter-config pmu-sw-incr
>             selftest-setup selftest-smp selftest-vectors-kernel
>             selftest-vectors-user timer"
> 

Please apply, thanks!

Paolo
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 4fcb687..9b98764 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@  jobs:
         apt_packages: qemu-system-aarch64
       env:
       - CONFIG="--arch=arm64 --cc=clang"
-      - TESTS="cache gicv2-active gicv2-ipi gicv2-mmio gicv3-active gicv3-ipi
+      - TESTS="cache gicv2-active gicv2-ipi gicv3-active gicv3-ipi
           pci-test pmu-cycle-counter pmu-event-counter-config pmu-sw-incr
           selftest-setup selftest-smp selftest-vectors-kernel
           selftest-vectors-user timer"