Kubemark tests need to run on the Jenkins master.

This commit is contained in:
Joe Finney 2016-04-18 09:56:02 -07:00
parent f815be2c72
commit f3b2490c90

View File

@ -3,13 +3,13 @@
description: '{description} Test owner: gmarek'
logrotate:
daysToKeep: 7
node: 'e2e'
node: 'master'
builders:
- shell: |
{provider-env}
{job-env}
{post-env}
timeout -k {kill-timeout}m {timeout}m {runner} && rc=$? || rc=$?
timeout -k {kill-timeout}m {timeout}m {legacy-runner} && rc=$? || rc=$?
{report-rc}
properties:
- mail-watcher