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 1/2] cr-daily-branch: Break out blessings_arg variable
Date: Thu, 3 Sep 2015 11:45:39 +0100 [thread overview]
Message-ID: <1441277141-7070-1-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <21992.8751.727909.610549@mariner.uk.xensource.com>
And rewrap check_tested.
No functional change.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
cr-daily-branch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cr-daily-branch b/cr-daily-branch
index 7402d3f..e90919d 100755
--- a/cr-daily-branch
+++ b/cr-daily-branch
@@ -75,14 +75,14 @@ case $branch in
treeurl=`./ap-print-url $branch`;;
esac
+blessings_arg=--blessings=${DAILY_BRANCH_TESTED_BLESSING:-$OSSTEST_BLESSING}
+
force_baseline=false
skipidentical=true
wantpush=$OSSTEST_PUSH
check_tested () {
- ./sg-check-tested --debug --branch=$branch \
- --blessings=${DAILY_BRANCH_TESTED_BLESSING:-$OSSTEST_BLESSING} \
- "$@"
+ ./sg-check-tested --debug --branch=$branch $blessings_arg "$@"
}
if [ "x$OLD_REVISION" = x ]; then
--
1.7.10.4
next prev parent reply other threads:[~2015-09-03 10:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-21 17:24 [linux-4.1 test] 60785: tolerable FAIL - PUSHED osstest service owner
2015-09-03 8:59 ` Analysis: switch osstest default kernel from 3.14 to 4.1 (Was: Re: [linux-4.1 test] 60785: tolerable FAIL - PUSHED) Ian Campbell
2015-09-21 12:47 ` Ian Campbell
2015-11-17 14:28 ` Ian Campbell
2015-11-17 14:29 ` [PATCH OSSTEST] ap-common: Switch default Linux branch to linux-4.1 Ian Campbell
2015-09-03 9:47 ` [linux-4.1 test] 60785: tolerable FAIL - PUSHED Ian Campbell
2015-09-03 10:05 ` Jan Beulich
2015-09-03 10:34 ` Ian Jackson
2015-09-03 10:45 ` Ian Jackson [this message]
2015-09-03 10:45 ` [OSSTEST PATCH 2/2] cr-daily-branch: Make sg-report-flight ignore bisections Ian Jackson
2015-09-03 16:42 ` Ian Campbell
2015-09-03 16:41 ` [OSSTEST PATCH 1/2] cr-daily-branch: Break out blessings_arg variable Ian Campbell
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=1441277141-7070-1-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).