[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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@xxxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.