From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org
Cc: Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH OSSTEST] coverity: run tests on smoked rather than master.
Date: Tue, 23 Feb 2016 10:46:30 +0000 [thread overview]
Message-ID: <1456224390-17210-1-git-send-email-ian.campbell@citrix.com> (raw)
In retrospect there isn't much point in defering coverity until the
tree has been through a full test and it just results in potentially
longer gaps between runs with larger numbers of commits included (for
example the run on Sunday was skipped because master hadn't moved
forward since Wednesday).
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
Deployment note, the existing coverity-tested/master branch should be
renamed (git branch -m) to coverity-tested/smoked.
---
ap-fetch-version | 2 +-
ap-fetch-version-old | 2 +-
ap-push | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ap-fetch-version b/ap-fetch-version
index 03ee754..af2feae 100755
--- a/ap-fetch-version
+++ b/ap-fetch-version
@@ -54,7 +54,7 @@ xen-4.*-testing)
$TREE_XEN staging-$branchcore $LOCALREV_XEN
;;
xen-unstable-coverity)
- repo_tree_rev_fetch_git xen $TREE_XEN master $LOCALREV_XEN
+ repo_tree_rev_fetch_git xen $TREE_XEN smoked $LOCALREV_XEN
;;
qemu-mainline)
repo_tree_rev_fetch_git $branch \
diff --git a/ap-fetch-version-old b/ap-fetch-version-old
index 920b105..8efd523 100755
--- a/ap-fetch-version-old
+++ b/ap-fetch-version-old
@@ -60,7 +60,7 @@ xen-4.*-testing)
$TREE_XEN stable-$branchcore $LOCALREV_XEN
;;
xen-unstable-coverity)
- repo_tree_rev_fetch_git xen $TREE_XEN coverity-tested/master $LOCALREV_XEN
+ repo_tree_rev_fetch_git xen $TREE_XEN coverity-tested/smoked $LOCALREV_XEN
;;
qemu-mainline)
repo_tree_rev_fetch_git $branch \
diff --git a/ap-push b/ap-push
index eeff4a9..2ca419f 100755
--- a/ap-push
+++ b/ap-push
@@ -70,7 +70,7 @@ xen-*-testing)
;;
xen-unstable-coverity)
cd $repos/xen
- git push $TREE_XEN $revision:refs/heads/coverity-tested/master
+ git push $TREE_XEN $revision:refs/heads/coverity-tested/smoked
;;
qemu-mainline)
cd $repos/qemu-mainline
--
2.6.1
reply other threads:[~2016-02-23 10:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1456224390-17210-1-git-send-email-ian.campbell@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.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 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).