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' description: '{description} Test owner: gmarek'
logrotate: logrotate:
daysToKeep: 7 daysToKeep: 7
node: 'e2e' node: 'master'
builders: builders:
- shell: | - shell: |
{provider-env} {provider-env}
{job-env} {job-env}
{post-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} {report-rc}
properties: properties:
- mail-watcher - mail-watcher