Rename e2e-gce-rc to e2e-gce-release-1.1

and add gcs staging suffix to avoid colliding with kubernetes-e2e-gce-release-1.0
pull/6/head
Jeff Lowdermilk 2015-10-09 15:25:20 -07:00
parent 273c9ce503
commit 54afad28db
1 changed files with 4 additions and 3 deletions

View File

@ -396,15 +396,16 @@ case ${JOB_NAME} in
# or flaky test list on the release branch, you'll need to propose a
# pull request directly to the release branch itself.
kubernetes-e2e-gce-rc)
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-rc"}
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-release-1.1"}
: ${E2E_DOWN:="false"}
: ${E2E_NETWORK:="gce-e2e-rc"}
: ${E2E_NETWORK:="gce-e2e-1-1"}
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \
${GCE_DEFAULT_SKIP_TESTS[@]:+${GCE_DEFAULT_SKIP_TESTS[@]}} \
${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \
)"}
: ${KUBE_GCE_INSTANCE_PREFIX="e2e-gce-rc"}
: ${KUBE_GCE_INSTANCE_PREFIX="e2e-gce-1-1"}
: ${KUBE_GCS_STAGING_PATH_SUFFIX:="release-1.1"}
: ${PROJECT:="k8s-jkns-e2e-gce-release"}
: ${ENABLE_DEPLOYMENTS:=true}
;;