From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 26/27] cri-common: Support xen-unstable-smoke Date: Wed, 16 Sep 2015 14:35:29 +0100 Message-ID: <1442410530-9665-27-git-send-email-ian.jackson@eu.citrix.com> References: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZcCsI-0000gz-Ml for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 13:35:50 +0000 In-Reply-To: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org Add this branch to select_xenbranch. This works like xen-unstable in most respects. We are going to sort out the push gate ref plumbing in xen.git in the next osstest patch. Also, use a branch-settings file to set its resource priority to -20 to make it run ahead of anything else automatic. Signed-off-by: Ian Jackson --- README.planner | 1 + branch-settings.xen-unstable-smoke | 1 + cri-common | 1 + 3 files changed, 3 insertions(+) create mode 100644 branch-settings.xen-unstable-smoke diff --git a/README.planner b/README.planner index dfa623e..3a491a4 100644 --- a/README.planner +++ b/README.planner @@ -87,6 +87,7 @@ in the more distant future. Values for OSSTEST_RESOURCE_PRIORITY: mg-allocate -1000000 mg-blockage -2000000 + xen-unstable-smoke cr-daily-branch -20 default Executive.pm with controlling terminal -10 mg-execute-flight -8 default 0 diff --git a/branch-settings.xen-unstable-smoke b/branch-settings.xen-unstable-smoke new file mode 100644 index 0000000..b73bc6a --- /dev/null +++ b/branch-settings.xen-unstable-smoke @@ -0,0 +1 @@ +export OSSTEST_RESOURCE_PRIORITY=-20 diff --git a/cri-common b/cri-common index 94696ab..a31004a 100644 --- a/cri-common +++ b/cri-common @@ -80,6 +80,7 @@ select_prevxenbranch () { select_xenbranch () { case "$branch" in + xen-unstable-smoke) tree=xen; xenbranch=xen-unstable ;; xen-*) tree=xen; xenbranch=$branch ;; qemu-mainline) tree=qemuu; xenbranch=xen-unstable qemuubranch=qemu-mainline;; qemu-upstream-*) tree=qemuu; xenbranch=xen-${branch#qemu-upstream-};; -- 1.7.10.4