mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #24184 from fejta/kubemark
Automatic merge from submit-queue Increase 5 node kubemark to a 60m timeout, schedule every 5m Closes https://github.com/kubernetes/kubernetes/issues/24183 and should reduce mergebot flakes http://kubekins.dls.corp.google.com/view/Submit%20Queue/job/kubernetes-kubemark-5-gce/1354/consoleFull is an example where everything seemed to be running find but ran out of time after 30m, which is only slightly slower than its average passing runtime of 20m. I'm increasing to 3x average runtime.
This commit is contained in:
commit
d8680feda6
@ -39,8 +39,8 @@
|
||||
suffix:
|
||||
- '5-gce':
|
||||
description: 'Run minimal Kubemark to make sure it is not broken.'
|
||||
timeout: 30
|
||||
cron-string: 'H/30 * * * *'
|
||||
timeout: 60
|
||||
cron-string: 'H/5 * * * *'
|
||||
job-env: |
|
||||
export E2E_NAME="kubemark-5"
|
||||
export PROJECT="k8s-jenkins-kubemark"
|
||||
|
Loading…
Reference in New Issue
Block a user