diff mbox series

[OSSTEST] make-flight: Drop all win10 tests in all flights

Message ID 20191107175244.3114-1-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show
Series [OSSTEST] make-flight: Drop all win10 tests in all flights | expand

Commit Message

Ian Jackson Nov. 7, 2019, 5:52 p.m. UTC
These are failing and have been for some time and it does not appear
that anyone has the capability to fix them.  Running them in these
circumstances seems wasteful.

Effect is to drop test-*-win10-* jobs (checked with
standalone-generate-dump-flight-runvars).

CC: Sander Eikelenboom <linux@eikelenboom.it>
CC: Jürgen Groß <jgross@suse.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 make-flight | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jürgen Groß Nov. 7, 2019, 6:55 p.m. UTC | #1
On 07.11.19 18:52, Ian Jackson wrote:
> These are failing and have been for some time and it does not appear
> that anyone has the capability to fix them.  Running them in these
> circumstances seems wasteful.
> 
> Effect is to drop test-*-win10-* jobs (checked with
> standalone-generate-dump-flight-runvars).
> 
> CC: Sander Eikelenboom <linux@eikelenboom.it>
> CC: Jürgen Groß <jgross@suse.com>
> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen
diff mbox series

Patch

diff --git a/make-flight b/make-flight
index be620c6d..b08431dc 100755
--- a/make-flight
+++ b/make-flight
@@ -327,7 +327,7 @@  do_hvm_win7_x64_tests () {
 
 do_hvm_win_2017_tests () {
   do_hvm_win_test_one ws16  ws16       amd64 guests_memsize=3584
-  do_hvm_win_test_one win10 win10v1703 i386  guests_memsize=3584
+# do_hvm_win_test_one win10 win10v1703 i386  guests_memsize=3584
 }
 
 do_hvm_debian_nested_tests () {