Commit e1ed4d48 authored by Erick Fejta's avatar Erick Fejta

Increase 5 node kubemark to a 60m timeout and start every 5m (when not already running)

parent 405656ef
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
suffix: suffix:
- '5-gce': - '5-gce':
description: 'Run minimal Kubemark to make sure it is not broken.' description: 'Run minimal Kubemark to make sure it is not broken.'
timeout: 30 timeout: 60
cron-string: 'H/30 * * * *' cron-string: 'H/5 * * * *'
job-env: | job-env: |
export E2E_NAME="kubemark-5" export E2E_NAME="kubemark-5"
export PROJECT="k8s-jenkins-kubemark" export PROJECT="k8s-jenkins-kubemark"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment