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

This commit is contained in:
Erick Fejta 2016-04-13 01:28:46 -07:00
parent 405656eff8
commit e1ed4d48a4

View File

@ -40,8 +40,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"