From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 3/6] make-flight: rumpuserxen amd64 too Date: Wed, 21 May 2014 12:42:05 +0100 Message-ID: <1400672528-16185-3-git-send-email-ian.jackson@eu.citrix.com> References: <1400672528-16185-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wn4wi-0007KQ-4Z for xen-devel@lists.xenproject.org; Wed, 21 May 2014 11:44:32 +0000 In-Reply-To: <1400672528-16185-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org Build and test amd64 rump kernel. Signed-off-by: Ian Jackson --- 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