From afa24229ded6203b81b07de97988af856a244dba Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 6 Mar 2018 14:09:49 -0800 Subject: [PATCH] Make nitro autorel only run weekly we currently are supporting four releases and this will help keep jenkins queues smaller, especially since autorelease (pass or fail) triggers integration-test which is a bunch of CSIT jobs Change-Id: I3b489886a31e56b04ea4f40c782ba88157f745ca Signed-off-by: Jamo Luhrsen --- jjb/autorelease/autorelease-projects.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/autorelease/autorelease-projects.yaml b/jjb/autorelease/autorelease-projects.yaml index 9cc046516..a959de432 100644 --- a/jjb/autorelease/autorelease-projects.yaml +++ b/jjb/autorelease/autorelease-projects.yaml @@ -26,12 +26,14 @@ integration-test: oxygen extra-mvn-opts: -Dsft.heap.max=4g - nitrogen: + # Run once a week now that Fluorine branch is cut, and Oxygen is pending release + cron: 'H 12 * * 0' next-release-tag: '{stream}' branch: 'stable/nitrogen' integration-test: nitrogen extra-mvn-opts: -Dsft.heap.max=4g - carbon: - # Run once a week now that Nitrogen is released and Oxygen is in active development + # Run once a week now that Fluorine branch is cut, and Oxygen is pending release cron: 'H 12 * * 0' next-release-tag: '{stream}' branch: 'stable/carbon' -- 2.36.6