xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Ian Campbell <ian.campbell@citrix.com>
Subject: [OSSTEST PATCH 3/6] make-flight: rumpuserxen amd64 too
Date: Wed, 21 May 2014 12:42:05 +0100	[thread overview]
Message-ID: <1400672528-16185-3-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1400672528-16185-1-git-send-email-ian.jackson@eu.citrix.com>

Build and test amd64 rump kernel.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 make-flight |    5 +++--
 mfi-common  |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/make-flight b/make-flight
index f812a2f..ba1bc5b 100755
--- a/make-flight
+++ b/make-flight
@@ -292,13 +292,14 @@ test_matrix_do_one () {
   *)               test_xend=n ;;
   esac
 
-  for rumparch in i386; do
+  rumparch=$dom0arch
+  if true; then
       job_create_test test-$xenarch$kern-$dom0arch-rumpuserxen-$rumparch \
                       test-rumpuserxen xl \
             $xenarch $dom0arch                                       \
             rump_rumpuserxenbuildjob=build-$rumparch-rumpuserxen     \
             all_hostflags=$most_hostflags
-  done
+  fi
 
   # xend PV guest test on x86 only
   if [ x$test_xend = xy -a \( $dom0arch = "i386" -o $dom0arch = "amd64" \) ]; then
diff --git a/mfi-common b/mfi-common
index b08a675..e73da67 100644
--- a/mfi-common
+++ b/mfi-common
@@ -181,7 +181,7 @@ create_build_jobs () {
     fi
 
     case $arch in
-    i386)
+    i386 amd64)
     ./cs-job-create $flight build-$arch-rumpuserxen build-rumpuserxen        \
                 arch=$arch                                                   \
         tree_xen=$TREE_XEN                                                   \
-- 
1.7.10.4

  parent reply	other threads:[~2014-05-21 11:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-21 11:42 [OSSTEST PATCH 1/6] rumpuserxen: Increase build timeout for grievous bodge Ian Jackson
2014-05-21 11:42 ` [OSSTEST PATCH 2/6] crontab: Rearrange actually-daily branches Ian Jackson
2014-05-21 11:42 ` Ian Jackson [this message]
2014-05-21 11:56   ` [OSSTEST PATCH 3/6] make-flight: rumpuserxen amd64 too Ian Campbell
2014-05-21 13:52     ` Ian Jackson
2014-05-21 14:01       ` Ian Campbell
2014-05-21 11:42 ` [OSSTEST PATCH 4/6] FIX MAKE-FLIGHT Ian Jackson
2014-05-21 11:56   ` Ian Campbell
2014-05-21 13:50     ` Ian Jackson
2014-05-21 11:42 ` [OSSTEST PATCH 5/6] TestSupport::broken: Update status of `preparing' jobs Ian Jackson
2014-05-21 11:42 ` [OSSTEST PATCH 6/6] sg-run-job: Do blocked check globally, in run-job Ian Jackson
2014-05-21 11:57   ` Ian Campbell
2014-05-21 13:51     ` 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=1400672528-16185-3-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=xen-devel@lists.xenproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).