diff mbox series

[osstest] Revert "make-flight: Temporarily disable flaky test"

Message ID 20200716153424.40953-1-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show
Series [osstest] Revert "make-flight: Temporarily disable flaky test" | expand

Commit Message

Roger Pau Monne July 16, 2020, 3:34 p.m. UTC
This reverts commit c436ff754810c15e4d2a434257d1d07498883acb.

Now that XSA-321 has been released we can try to enable PVH dom0
tests again.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 make-flight | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ian Jackson July 17, 2020, 9:54 a.m. UTC | #1
Roger Pau Monne writes ("[osstest PATCH] Revert "make-flight: Temporarily disable flaky test""):
> This reverts commit c436ff754810c15e4d2a434257d1d07498883acb.
> 
> Now that XSA-321 has been released we can try to enable PVH dom0
> tests again.
> 
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

And pushed, thanks.

Ian.
diff mbox series

Patch

diff --git a/make-flight b/make-flight
index b25144f7..b8942c1c 100755
--- a/make-flight
+++ b/make-flight
@@ -774,7 +774,7 @@  test_matrix_do_one () {
   xen-4.10-testing) test_dom0pvh=n ;;
   xen-4.11-testing) test_dom0pvh=n ;;
   xen-4.12-testing) test_dom0pvh=n ;;
-  *)                test_dom0pvh=n ;;
+  *)                test_dom0pvh=y ;;
   esac
 
   # core scheduling tests for versions >= 4.13 only