From: Dario Faggioli <dario.faggioli@citrix.com>
To: xen-devel@lists.xen.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: [OSSTest PATCH [RFC] 4/4] make-flight: Fedora guest tests
Date: Thu, 12 Dec 2013 23:53:47 +0100 [thread overview]
Message-ID: <20131212225347.11164.65135.stgit@Solace> (raw)
In-Reply-To: <20131212221933.11164.46804.stgit@Solace>
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
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
next prev parent reply other threads:[~2013-12-12 22:53 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 22:53 [OSSTest PATCH [RFC] 0/4] New test case: Fedora PV guests Dario Faggioli
2013-12-12 22:53 ` [OSSTest PATCH [RFC] 1/4] Introducing Osstest/Fedora.pm Dario Faggioli
2013-12-13 16:33 ` Ian Jackson
2013-12-13 17:47 ` Dario Faggioli
2013-12-12 22:53 ` [OSSTest PATCH [RFC] 2/4] ts-fedora-install: added for installing fedora guests Dario Faggioli
2013-12-13 16:44 ` Ian Jackson
2013-12-13 18:12 ` Dario Faggioli
2013-12-13 18:24 ` Ian Jackson
2013-12-13 16:45 ` Ian Jackson
2013-12-13 17:36 ` Dario Faggioli
2013-12-12 22:53 ` [OSSTest PATCH [RFC] 3/4] sg-run-job: Fedora guest job Dario Faggioli
2013-12-12 22:53 ` Dario Faggioli [this message]
2013-12-13 16:49 ` [OSSTest PATCH [RFC] 4/4] make-flight: Fedora guest tests Ian Jackson
2013-12-13 17:32 ` Dario Faggioli
2013-12-13 17:34 ` Ian Jackson
2013-12-13 18:03 ` Dario Faggioli
2013-12-13 18:20 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131212225347.11164.65135.stgit@Solace \
--to=dario.faggioli@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.