Add a prefix option to e2e for use with resources

This is helpful when cleaning manually up after a failed test in
shared a gce environment.

Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
This commit is contained in:
Sami Wagiaalla
2015-06-05 16:43:43 -04:00
parent b68e08f55f
commit 899cf360ba
4 changed files with 4 additions and 1 deletions

View File

@@ -105,5 +105,6 @@ export PATH=$(dirname "${e2e_test}"):"${PATH}"
--repo-root="${KUBE_VERSION_ROOT}" \
--node-instance-group="${NODE_INSTANCE_GROUP:-}" \
--num-nodes="${NUM_MINIONS:-}" \
--prefix="${KUBE_GCE_INSTANCE_PREFIX:-e2e}" \
${E2E_REPORT_DIR+"--report-dir=${E2E_REPORT_DIR}"} \
"${@:-}"