We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24daea6 commit 6ac2bfdCopy full SHA for 6ac2bfd
scripts/ci-e2e.sh
@@ -17,6 +17,7 @@
17
set -o errexit
18
set -o pipefail
19
20
+
21
REPO_ROOT=$(git rev-parse --show-toplevel)
22
cd "${REPO_ROOT}" || exit 1
23
@@ -53,7 +54,7 @@ kind:prepullAdditionalImages
53
54
# Configure e2e tests
55
export GINKGO_NODES=3
56
export GINKGO_NOCOLOR=true
-export GINKGO_ARGS="--fail-fast" # Other ginkgo args that need to be appended to the command.
57
+export GINKGO_ARGS="${GINKGO_ARGS:-"--fail-fast"}"
58
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
59
export ARTIFACTS="${ARTIFACTS:-${REPO_ROOT}/_artifacts}"
60
export SKIP_RESOURCE_CLEANUP=false
0 commit comments