mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Update timeouts for scalability-related suites
This commit is contained in:
parent
9682227649
commit
8e647e57bc
@ -53,7 +53,7 @@
|
|||||||
timeout: 90
|
timeout: 90
|
||||||
- 'gce-scalability':
|
- 'gce-scalability':
|
||||||
description: 'Run scalability E2E tests on GCE using the latest successful build.'
|
description: 'Run scalability E2E tests on GCE using the latest successful build.'
|
||||||
timeout: 210
|
timeout: 120
|
||||||
- 'gce-flannel':
|
- 'gce-flannel':
|
||||||
description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.'
|
description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.'
|
||||||
timeout: 90
|
timeout: 90
|
||||||
|
@ -34,15 +34,15 @@
|
|||||||
suffix:
|
suffix:
|
||||||
- 'gce':
|
- 'gce':
|
||||||
description: 'Continuously run Density test on Kubemark.'
|
description: 'Continuously run Density test on Kubemark.'
|
||||||
timeout: 90
|
timeout: 120
|
||||||
cron-string: '@hourly'
|
cron-string: '@hourly'
|
||||||
- '500-gce':
|
- '500-gce':
|
||||||
description: 'Run Density test on Kubemark in a large cluster that we should be able to handle.'
|
description: 'Run Density test on Kubemark in a large cluster that we should be able to handle.'
|
||||||
timeout: 180
|
timeout: 300
|
||||||
cron-string: '@hourly'
|
cron-string: '@hourly'
|
||||||
- 'gce-scale':
|
- 'gce-scale':
|
||||||
description: 'Run Density test on Kubemark in very large cluster. Currently only scheduled to run every 6 hours so as not to waste too many resources.'
|
description: 'Run Density test on Kubemark in very large cluster. Currently only scheduled to run every 6 hours so as not to waste too many resources.'
|
||||||
timeout: 180
|
timeout: 480
|
||||||
cron-string: 'H H/6 * * *'
|
cron-string: 'H H/8 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
- 'kubernetes-kubemark-{suffix}'
|
- 'kubernetes-kubemark-{suffix}'
|
||||||
|
Loading…
Reference in New Issue
Block a user