mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #24435 from spxtr/fix-test-go
Automatic merge from submit-queue Run test-go less often on release branches. I made 1.2 run every 3 hours and 1.1 run every 6 hours. They'll still run right away once a build completes. I'm going to have to lower the number of executors on the Jenkins slaves that run test-go jobs, since running 3 at a time makes them use up all the CPU and flake.
This commit is contained in:
commit
c37e3cc6b9
@ -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