mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #21264 from gmarek/jenkins-config
Enormous cluster jenkins configs
This commit is contained in:
commit
dcc25e2a04
@ -0,0 +1,29 @@
|
||||
- job:
|
||||
name: 'kubernetes-e2e-gce-enormous-startup'
|
||||
description: 'Starts and deletes empty 1000 node cluster. Does not allow Node failures. Test owner: gmarek'
|
||||
logrotate:
|
||||
daysToKeep: 7
|
||||
builders:
|
||||
- shell: |
|
||||
curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/e2e.sh" | bash -
|
||||
properties:
|
||||
- mail-watcher
|
||||
publishers:
|
||||
- claim-build
|
||||
- gcs-uploader
|
||||
- log-parser
|
||||
- email-ext:
|
||||
recipients: "gmarek@google.com"
|
||||
triggers:
|
||||
- reverse:
|
||||
jobs: 'kubernetes-build'
|
||||
result: success
|
||||
- timed: 'H 20 * * *'
|
||||
wrappers:
|
||||
- ansicolor:
|
||||
colormap: xterm
|
||||
- timeout:
|
||||
timeout: 480
|
||||
fail: true
|
||||
- timestamps
|
||||
- workspace-cleanup
|
@ -334,3 +334,17 @@
|
||||
timeout: 270
|
||||
jobs:
|
||||
- 'kubernetes-e2e-gce-trusty-{suffix}'
|
||||
|
||||
- project:
|
||||
name: kubernetes-e2e-gce-enormous-cluster
|
||||
test-owner: 'gmarek'
|
||||
emails: 'gmarek@google.com'
|
||||
cron-string: 'H 8 * * *'
|
||||
trigger-job: ''
|
||||
description: 'Starts and deletes empty 1000 node cluster and runs Density 30 test on it. Does allow few Nodes to fail during startup.'
|
||||
timeout: 480
|
||||
branch: 'master'
|
||||
suffix: 'gce-enormous-cluster'
|
||||
jobs:
|
||||
- 'kubernetes-e2e-{suffix}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user