Merge pull request #17392 from jlowdermilk/e2e-clean-slate
Auto commit by PR queue bot
This commit is contained in:
@@ -104,6 +104,7 @@ export PATH=$(dirname "${e2e_test}"):"${PATH}"
|
||||
--node-instance-group="${NODE_INSTANCE_GROUP:-}" \
|
||||
--num-nodes="${NUM_MINIONS:-}" \
|
||||
--prefix="${KUBE_GCE_INSTANCE_PREFIX:-e2e}" \
|
||||
${E2E_CLEAN_START:+"--clean-start=true"} \
|
||||
${E2E_MIN_STARTUP_PODS:+"--minStartupPods=${E2E_MIN_STARTUP_PODS}"} \
|
||||
${E2E_REPORT_DIR:+"--report-dir=${E2E_REPORT_DIR}"} \
|
||||
"${@:-}"
|
||||
|
||||
@@ -474,6 +474,8 @@ case ${JOB_NAME} in
|
||||
: ${E2E_DOWN:="false"}
|
||||
: ${E2E_NETWORK:="gce-soak-weekly"}
|
||||
: ${E2E_UP:="false"}
|
||||
# Clear out any orphaned namespaces in case previous run was interrupted.
|
||||
: ${E2E_CLEAN_START:="true"}
|
||||
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \
|
||||
${GCE_DEFAULT_SKIP_TESTS[@]:+${GCE_DEFAULT_SKIP_TESTS[@]}} \
|
||||
${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
|
||||
@@ -502,6 +504,8 @@ case ${JOB_NAME} in
|
||||
: ${E2E_DOWN:="false"}
|
||||
: ${E2E_NETWORK:="gce-soak-weekly-current-release"}
|
||||
: ${E2E_UP:="false"}
|
||||
# Clear out any orphaned namespaces in case previous run was interrupted.
|
||||
: ${E2E_CLEAN_START:="true"}
|
||||
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \
|
||||
${GCE_DEFAULT_SKIP_TESTS[@]:+${GCE_DEFAULT_SKIP_TESTS[@]}} \
|
||||
${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
|
||||
@@ -790,6 +794,8 @@ case ${JOB_NAME} in
|
||||
: ${E2E_NETWORK:="gke-soak-weekly"}
|
||||
: ${E2E_DOWN:="false"}
|
||||
: ${E2E_UP:="false"}
|
||||
# Clear out any orphaned namespaces in case previous run was interrupted.
|
||||
: ${E2E_CLEAN_START:="true"}
|
||||
: ${PROJECT:="kubernetes-jenkins"}
|
||||
: ${E2E_OPT:="--check_version_skew=false"}
|
||||
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \
|
||||
@@ -1489,6 +1495,7 @@ export KUBE_SKIP_CONFIRMATIONS=y
|
||||
export E2E_UP="${E2E_UP:-true}"
|
||||
export E2E_TEST="${E2E_TEST:-true}"
|
||||
export E2E_DOWN="${E2E_DOWN:-true}"
|
||||
export E2E_CLEAN_START="${E2E_CLEAN_START:-}"
|
||||
# Used by hack/ginkgo-e2e.sh to enable ginkgo's parallel test runner.
|
||||
export GINKGO_PARALLEL=${GINKGO_PARALLEL:-}
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ cert-dir
|
||||
certificate-authority
|
||||
cgroup-root
|
||||
chaos-chance
|
||||
clean-start
|
||||
cleanup-iptables
|
||||
client-ca-file
|
||||
client-certificate
|
||||
|
||||
Reference in New Issue
Block a user