mirror of https://github.com/k3s-io/k3s
commit
b04f27c3be
|
@ -391,6 +391,7 @@
|
||||||
- 'gke-1.1':
|
- 'gke-1.1':
|
||||||
timeout: 150
|
timeout: 150
|
||||||
description: 'Run E2E tests on GKE from the current release branch.'
|
description: 'Run E2E tests on GKE from the current release branch.'
|
||||||
|
cron-string: 'H */6 * * *'
|
||||||
- 'gke-prod':
|
- 'gke-prod':
|
||||||
timeout: 180
|
timeout: 180
|
||||||
description: |
|
description: |
|
||||||
|
@ -412,6 +413,7 @@
|
||||||
branch: 'release-1.1'
|
branch: 'release-1.1'
|
||||||
runner: '{old-runner-1-1}'
|
runner: '{old-runner-1-1}'
|
||||||
post-env: ''
|
post-env: ''
|
||||||
|
cron-string: 'H */6 * * *'
|
||||||
suffix:
|
suffix:
|
||||||
- 'gce-release-1.1':
|
- 'gce-release-1.1':
|
||||||
timeout: 175
|
timeout: 175
|
||||||
|
@ -429,6 +431,7 @@
|
||||||
branch: 'release-1.0'
|
branch: 'release-1.0'
|
||||||
runner: '{old-runner-1-0}'
|
runner: '{old-runner-1-0}'
|
||||||
post-env: ''
|
post-env: ''
|
||||||
|
cron-string: 'H */12 * * *'
|
||||||
suffix:
|
suffix:
|
||||||
- 'gce-release-1.0':
|
- 'gce-release-1.0':
|
||||||
timeout: 150
|
timeout: 150
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
- junit-publisher
|
- junit-publisher
|
||||||
- log-parser
|
- log-parser
|
||||||
triggers:
|
triggers:
|
||||||
- timed: 'H/30 * * * *'
|
- timed: '{cron-string}'
|
||||||
wrappers:
|
wrappers:
|
||||||
- ansicolor:
|
- ansicolor:
|
||||||
colormap: xterm
|
colormap: xterm
|
||||||
|
@ -145,6 +145,7 @@
|
||||||
post-env: ''
|
post-env: ''
|
||||||
soak-deploy: ''
|
soak-deploy: ''
|
||||||
soak-continuous: ''
|
soak-continuous: ''
|
||||||
|
cron-string: 'H */6 * * *'
|
||||||
- 'gke':
|
- 'gke':
|
||||||
deploy-description: |
|
deploy-description: |
|
||||||
Deploy Kubernetes to a GKE soak cluster using the staging GKE
|
Deploy Kubernetes to a GKE soak cluster using the staging GKE
|
||||||
|
|
Loading…
Reference in New Issue