[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTest PATCH [RFC] 4/4] make-flight: Fedora guest tests
Signed-off-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx> --- make-flight | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/make-flight b/make-flight index dcfdfe6..08a4a98 100755 --- a/make-flight +++ b/make-flight @@ -355,6 +355,25 @@ for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do debian_arch=$dom0arch \ all_hostflags=$most_hostflags + + case ${xenarch} in + amd64) fedora_domUarches="x86_64 i386";; + i386) fedora_domUarches="";; + # No ARM for now. Fedora has, from F18 on, an ARM version, and it + # all should work, but I haven't had the chance to test it in + # standalone mode. + #armhf) fedora_domUarches="armhfp";; + esac + + for domU in $fedora_domUarches ; do + for dist in "19" "20-RC1" ; do + job_create_test test-$xenarch$kern-$dom0arch-fedora$dist-$domU test-fedora xl \ + fedora_arch=$domU \ + fedora_fedora_release=$dist \ + all_hostflags=$most_hostflags + done + done + if [ $xenarch = amd64 -a $dom0arch = i386 -a "$kern" = "" ]; then for freebsdarch in amd64 i386; do _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |