mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Run test-go less often on release branches.
This commit is contained in:
parent
6e99624dd6
commit
8436b9dc72
@ -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 @@
|
|||||||
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}'
|
||||||
|
Loading…
Reference in New Issue
Block a user