mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Don't clobber GINKGO_TEST_ARGS in hack/jenkins/e2e.go
This commit is contained in:
parent
c2831fb047
commit
b8ca74ab66
@ -38,7 +38,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Additional parameters that are passed to ginkgo runner.
|
# Additional parameters that are passed to ginkgo runner.
|
||||||
GINKGO_TEST_ARGS=""
|
GINKGO_TEST_ARGS=${GINKGO_TEST_ARGS:-""}
|
||||||
|
|
||||||
if [[ "${PERFORMANCE:-}" == "true" ]]; then
|
if [[ "${PERFORMANCE:-}" == "true" ]]; then
|
||||||
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user