kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] travis.yml: Disable the failing gicv2-mmio test
@ 2021-07-22 17:23 Thomas Huth
  2021-07-23  8:15 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2021-07-22 17:23 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, Andrew Jones

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"
-- 
2.27.0


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

* Re: [kvm-unit-tests PATCH] travis.yml: Disable the failing gicv2-mmio test
  2021-07-22 17:23 [kvm-unit-tests PATCH] travis.yml: Disable the failing gicv2-mmio test Thomas Huth
@ 2021-07-23  8:15 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2021-07-23  8:15 UTC (permalink / raw)
  To: Thomas Huth, kvm; +Cc: Andrew Jones

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


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

end of thread, other threads:[~2021-07-23  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22 17:23 [kvm-unit-tests PATCH] travis.yml: Disable the failing gicv2-mmio test Thomas Huth
2021-07-23  8:15 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).