[Xen-devel] [OSSTEST PATCH] make-hosts-flight: Prefer stretch to jessie

Ian Jackson posted 1 patch 4 years, 7 months ago
Failed in applying to current master (apply log)
make-hosts-flight | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[Xen-devel] [OSSTEST PATCH] make-hosts-flight: Prefer stretch to jessie
Posted by Ian Jackson 4 years, 7 months ago
The list of suites in ALL_SUITES is in decreasing order of preference:
it gets passed to cs-hosts-list, where the order is significant.

Without this patch, we try to commission hosts by running jessie if
the host flags seem to say jessie would be supported.  That's not
really sensible.

CC: Dominic Brekau <dominic.brekau@credativ.de>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 make-hosts-flight | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/make-hosts-flight b/make-hosts-flight
index f7422932..92da1c7c 100755
--- a/make-hosts-flight
+++ b/make-hosts-flight
@@ -26,7 +26,8 @@ blessing=$4
 buildflight=$5
 
 : ${ALL_ARCHES:=amd64 i386 arm64 armhf}
-: ${ALL_SUITES:=jessie stretch}
+: ${ALL_SUITES:=stretch jessie}
+# ^ most preferred suite first
 
 : ${PERHOST_MAXWAIT:=20000} # seconds
 
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel