From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 2/6] crontab: Rearrange actually-daily branches Date: Wed, 21 May 2014 12:42:04 +0100 Message-ID: <1400672528-16185-2-git-send-email-ian.jackson@eu.citrix.com> References: <1400672528-16185-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wn4wj-0007Kd-KL for xen-devel@lists.xenproject.org; Wed, 21 May 2014 11:44:33 +0000 In-Reply-To: <1400672528-16185-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 Make them start at roughly the same time, by using cr-for-branches for them all in one go. That increases the extent to which build hosts will be reused (saving on reinstallations), and hence also the extent to which the build hosts' ccache will be effective (saving on cpu). Set them off at 04:18 UK time (currently equivalent to 21:18 Pacific time), in the hope that at least some of them might have produced answers during following the UK working day. Signed-off-by: Ian Jackson --- crontab | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/crontab b/crontab index 5a621e2..99e45bc 100644 --- a/crontab +++ b/crontab @@ -4,11 +4,7 @@ MAILTO=ian.jackson@citrix.com,ian.campbell@eu.citrix.com 49 1 * * * cd testing.git && BRANCHES_ALWAYS=xen-unstable ./cr-for-branches branches -w "./cr-daily-branch --real" 4-59/30 * * * * cd testing.git && ./cr-for-branches branches -q "./cr-daily-branch --real" 18 9 * * 1-5 cd testing.git && BRANCHES=linux-next ./cr-for-branches branches -w "./cr-daily-branch --real" -18 10 * * * cd testing.git && BRANCHES=linux-linus ./cr-for-branches branches -w "./cr-daily-branch --real" -18 11 * * * cd testing.git && BRANCHES=linux-mingo-tip-master ./cr-for-branches branches -w "./cr-daily-branch --real" -18 12 * * * cd testing.git && BRANCHES=linux-3.0 ./cr-for-branches branches -w "./cr-daily-branch --real" -18 13 * * * cd testing.git && BRANCHES=libvirt ./cr-for-branches branches -w "./cr-daily-branch --real" -18 14 * * * cd testing.git && BRANCHES=rumpuserxen ./cr-for-branches branches -w "./cr-daily-branch --real" +18 4 * * * cd testing.git && BRANCHES='linux-linus linux-mingo-tip-master linux-3.0 libvirt rumpuserxen' ./cr-for-branches branches -w "./cr-daily-branch --real" 6-59/15 * * * * cd testing.git && EXTRA_BRANCHES='linux-linus linux-3.0 rumpuserxen libvirt' ./cr-for-branches bisects -w "./cr-try-bisect --real" #8-59/5 * * * * cd bisects/adhoc.git && with-lock-ex -q data-tree-lock bash -c "./cr-try-bisect-adhoc; exit $?" -3 5 * * * savelog -c28 testing.git/tmp/cr-for-branches.log >/dev/null +3 4 * * * savelog -c28 testing.git/tmp/cr-for-branches.log >/dev/null -- 1.7.10.4