Commit 8436b9dc authored by Joe Finney's avatar Joe Finney

Run test-go less often on release branches.

parent 6e99624d
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
triggers: triggers:
- pollscm: - pollscm:
cron: 'H/2 * * * *' cron: 'H/2 * * * *'
- timed: 'H/30 * * * *' - timed: '{cron-string}'
wrappers: wrappers:
- ansicolor: - ansicolor:
colormap: xterm colormap: xterm
...@@ -77,9 +77,13 @@ ...@@ -77,9 +77,13 @@
timeout: 80 timeout: 80
- 'go-release-1.2': - 'go-release-1.2':
branch: 'release-1.2' branch: 'release-1.2'
# Every 3 hours
cron-string: 'H H/3 * * *'
timeout: 50 timeout: 50
- 'go-release-1.1': - 'go-release-1.1':
branch: 'release-1.1' branch: 'release-1.1'
# Every 6 hours
cron-string: 'H H/12 * * *'
timeout: 30 timeout: 30
jobs: jobs:
- 'kubernetes-test-{suffix}' - 'kubernetes-test-{suffix}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment