Make nitro autorel only run weekly 62/69162/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 6 Mar 2018 22:09:49 +0000 (14:09 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 6 Mar 2018 22:09:49 +0000 (14:09 -0800)
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 <jluhrsen@redhat.com>
jjb/autorelease/autorelease-projects.yaml

index 9cc0465169b436078409a9bb424213d71402375a..a959de43290800210d217a33d4c257b12dcf1577 100644 (file)
           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'