From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org
Cc: "Hu, Robert" <robert.hu@intel.com>,
Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH OSSTEST] make-flight: Run separate nested jobs on AMD and Intel
Date: Mon, 23 Nov 2015 10:49:26 +0000 [thread overview]
Message-ID: <1448275766-22694-1-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1448274027.4973.27.camel@citrix.com>
nested HVM relies heavily on the underlying HVM implementation, which
is different for Intel and AMD and therefore worth testing separately.
Currently test-amd64-amd64-qemuu-nested is not tied to any specific
vendor, split it into -amd and -intel jobs and set the host flags
appropriately.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: "Hu, Robert" <robert.hu@intel.com>
---
make-flight | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/make-flight b/make-flight
index 6f462ad..6b2b3ea 100755
--- a/make-flight
+++ b/make-flight
@@ -269,7 +269,9 @@ do_hvm_debian_nested_tests () {
xen-4.3-testing) return;;
esac
- job_create_test test-$xenarch$kern-$dom0arch$qemuu_suffix-nested \
+ for cpuvendor in amd intel; do
+
+ job_create_test test-$xenarch$kern-$dom0arch$qemuu_suffix-nested-$cpuvendor \
test-nested xl $xenarch $dom0arch $qemuu_runvar \
l1_image=$(usual_debianhvm_image amd64) \
l1_vifmodel='e1000' \
@@ -277,7 +279,9 @@ do_hvm_debian_nested_tests () {
l1_enable_nestedhvm='true' \
l2_image=$(usual_debianhvm_image amd64) \
bios=$bios \
- all_hostflags=$most_hostflags,hvm
+ all_hostflags=$most_hostflags,hvm-$cpuvendor
+
+ done
}
branch_debianhvm_arch () {
--
2.6.1
next prev parent reply other threads:[~2015-11-23 10:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-19 22:39 [xen-unstable test] 64750: regressions - FAIL osstest service owner
2015-11-20 14:45 ` Nested HVM in xen-unstable tests Ian Jackson
2015-11-22 6:26 ` Hu, Robert
2015-11-23 10:04 ` Ian Campbell
2015-11-23 10:20 ` Ian Campbell
2015-11-23 10:49 ` Ian Campbell [this message]
2015-11-23 11:27 ` [PATCH OSSTEST] make-flight: Run separate nested jobs on AMD and Intel Ian Jackson
2015-11-23 11:40 ` Ian Jackson
2015-11-25 5:32 ` Hu, Robert
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=1448275766-22694-1-git-send-email-ian.campbell@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=robert.hu@intel.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 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).