From: Dario Faggioli <dario.faggioli@citrix.com>
To: xen-devel@lists.xen.org
Cc: Ian.Jackson@eu.citrix.com, Wei Liu <wei.liu2@citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: [OSSTEST PATCH] make-flight: reorganize scheduling related test jobs
Date: Thu, 08 Jan 2015 18:47:02 +0100 [thread overview]
Message-ID: <20150108174702.12031.23149.stgit@Abyss.station> (raw)
Scheduling related tests are ok to run on ARM, so do
not cut them off. They also do not depend on a
particular Dom0 architecture.
The net effect is that the following tests are removed:
test-amd64-i386-xl-credit2
test-amd64-i386-xl-multivcpu
while the following new ones are created:
test-amd64-amd64-xl-credit2
test-amd64-amd64-xl-multivcpu
test-armhf-armhf-xl-credit2
test-armhf-armhf-xl-multivcpu
test-armhf-armhf-xl-sedf
test-armhf-armhf-xl-sedf-pin
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
make-flight | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/make-flight b/make-flight
index a91f256..977e624 100755
--- a/make-flight
+++ b/make-flight
@@ -241,7 +241,7 @@ do_hvm_rhel6_tests () {
}
do_sedf_tests () {
- if [ $xenarch != amd64 -o $dom0arch != amd64 ]; then
+ if [ $xenarch != $dom0arch ]; then
return
fi
@@ -256,7 +256,7 @@ do_sedf_tests () {
}
do_credit2_tests () {
- if [ $xenarch != amd64 -o $dom0arch != i386 ]; then
+ if [ $xenarch != $dom0arch ]; then
return
fi
@@ -266,6 +266,16 @@ do_credit2_tests () {
$debian_runvars all_hostflags=$most_hostflags
}
+do_multivcpu_tests () {
+ if [ $xenarch != $dom0arch ]; then
+ return
+ fi
+
+ job_create_test test-$xenarch$kern-$dom0arch-xl-multivcpu \
+ test-debian xl $xenarch $dom0arch guests_vcpus=4 \
+ $debian_runvars all_hostflags=$most_hostflags
+}
+
do_passthrough_tests () {
if [ $xenarch != amd64 -o $dom0arch != amd64 -o "$kern" != "" ]; then
return
@@ -293,6 +303,10 @@ test_matrix_do_one () {
$xenarch $dom0arch \
$debian_runvars all_hostflags=$most_hostflags
+ do_multivcpu_tests
+ do_sedf_tests
+ do_credit2_tests
+
# No further arm tests at the moment
if [ $dom0arch = armhf ]; then
return
@@ -364,17 +378,6 @@ test_matrix_do_one () {
$debian_runvars \
all_hostflags=$most_hostflags,equiv-1
- do_sedf_tests
- do_credit2_tests
-
- if [ $xenarch = amd64 -a $dom0arch = i386 ]; then
-
- job_create_test test-$xenarch$kern-$dom0arch-xl-multivcpu \
- test-debian xl $xenarch $dom0arch guests_vcpus=4 \
- $debian_runvars all_hostflags=$most_hostflags
-
- fi
-
if [ x$test_pvh = xy -a $xenarch = amd64 -a $dom0arch = amd64 ]; then
for cpuvendor in amd intel; do
next reply other threads:[~2015-01-08 17:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-08 17:47 Dario Faggioli [this message]
2015-01-12 16:52 ` [OSSTEST PATCH] make-flight: reorganize scheduling related test jobs Ian Jackson
2015-01-13 14:15 ` Dario Faggioli
2015-01-14 16:56 ` Ian Jackson
2015-01-15 9:31 ` Ian Campbell
2015-01-15 11:10 ` Ian Jackson
2015-01-15 11:15 ` Ian Campbell
2015-01-20 15:39 ` Dario Faggioli
2015-01-20 15:54 ` 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=20150108174702.12031.23149.stgit@Abyss.station \
--to=dario.faggioli@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=wei.liu2@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.