mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Run test-go less often on release branches.
This commit is contained in:
parent
6e99624dd6
commit
8436b9dc72
@ -46,7 +46,7 @@
|
||||
triggers:
|
||||
- pollscm:
|
||||
cron: 'H/2 * * * *'
|
||||
- timed: 'H/30 * * * *'
|
||||
- timed: '{cron-string}'
|
||||
wrappers:
|
||||
- ansicolor:
|
||||
colormap: xterm
|
||||
@ -77,9 +77,13 @@
|
||||
timeout: 80
|
||||
- 'go-release-1.2':
|
||||
branch: 'release-1.2'
|
||||
# Every 3 hours
|
||||
cron-string: 'H H/3 * * *'
|
||||
timeout: 50
|
||||
- 'go-release-1.1':
|
||||
branch: 'release-1.1'
|
||||
# Every 6 hours
|
||||
cron-string: 'H H/12 * * *'
|
||||
timeout: 30
|
||||
jobs:
|
||||
- 'kubernetes-test-{suffix}'
|
||||
|
Loading…
Reference in New Issue
Block a user