From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: xen-devel@lists.xenproject.org, Ian.Jackson@eu.citrix.com
Cc: Marcos.Matsunaga@oracle.com,
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: [PATCH v1 7/7] make-flight/mfi-common: Add them in the matrix.
Date: Wed, 16 Nov 2016 20:37:10 -0500 [thread overview]
Message-ID: <1479346630-122644-8-git-send-email-konrad.wilk@oracle.com> (raw)
In-Reply-To: <1479346630-122644-1-git-send-email-konrad.wilk@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
make-flight | 12 ++++++++++++
mfi-common | 9 +++++++++
2 files changed, 21 insertions(+)
diff --git a/make-flight b/make-flight
index d45a0e3..c2add66 100755
--- a/make-flight
+++ b/make-flight
@@ -485,6 +485,17 @@ do_xtf_tests () {
done
}
+do_livepatch_tests () {
+ if ! branch_wants_livepatch_tests; then
+ return
+ fi
+
+ job_create_test test-$xenarch$kern-$dom0arch-livepatch \
+ test-livepatch xl $xenarch $dom0arch \
+ xen_boot_append='loglvl=all' \
+ all_hostflags=$most_hostflags
+}
+
do_multivcpu_tests () {
if [ $xenarch != $dom0arch ]; then
return
@@ -800,6 +811,7 @@ test_matrix_do_one () {
do_xtf_tests
do_openstack_tests
+ do_livepatch_tests
}
if [ x$buildflight = x ]; then
diff --git a/mfi-common b/mfi-common
index 76b93d1..08494f3 100644
--- a/mfi-common
+++ b/mfi-common
@@ -76,6 +76,15 @@ branch_wants_xtf_tests () {
esac
}
+branch_wants_livepatch_tests () {
+ case "$branch" in
+ osstest*) return 0;;
+ xen-*) return 0;;
+ livepatch*) return 0;;
+ *) return 1;;
+ esac
+}
+
job_create_build () {
job_create_build_filter_callback "$@" || return 0
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-11-16 22:28 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-17 1:37 [PATCH v1] OSSTest test-harness for livepatches Konrad Rzeszutek Wilk
2016-11-17 1:37 ` [PATCH v1 1/7] ts-xen-build: Enable livepatch Konrad Rzeszutek Wilk
2016-11-17 11:45 ` Ian Jackson
2016-11-17 1:37 ` [PATCH v1 2/7] ts-xen-build: Build the livepatch test-cases Konrad Rzeszutek Wilk
2016-11-17 1:37 ` [PATCH v1 3/7] ts-xen-build: Install livepatch regressions tests Konrad Rzeszutek Wilk
2016-11-17 11:49 ` [PATCH v1 3/7] ts-xen-build: Install livepatch regressions tests. [and 1 more messages] Ian Jackson
2016-11-21 21:28 ` Konrad Rzeszutek Wilk
2016-12-12 16:12 ` Ian Jackson
2016-11-17 1:37 ` [PATCH v1 4/7] OssTest: Add target_cmd_root_rc which returns return code Konrad Rzeszutek Wilk
2016-11-17 11:53 ` Ian Jackson
2016-11-17 1:37 ` [PATCH v1 5/7] ts-livepatch: Initial test-cases Konrad Rzeszutek Wilk
2016-11-17 12:21 ` Ian Jackson
2016-11-21 22:47 ` Konrad Rzeszutek Wilk
2016-12-12 16:17 ` Ian Jackson
2016-11-17 1:37 ` [PATCH v1 6/7] sg-run-job: Add the test-livepatch Konrad Rzeszutek Wilk
2016-11-17 12:23 ` Ian Jackson
2016-11-17 1:37 ` Konrad Rzeszutek Wilk [this message]
2016-11-17 12:24 ` [PATCH v1 7/7] make-flight/mfi-common: Add them in the matrix Ian Jackson
2016-12-12 19:01 ` Konrad Rzeszutek Wilk
2016-12-12 16:19 ` Ian Jackson
2016-11-17 12:28 ` [PATCH v1] OSSTest test-harness for livepatches 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=1479346630-122644-8-git-send-email-konrad.wilk@oracle.com \
--to=konrad.wilk@oracle.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Marcos.Matsunaga@oracle.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).