Skip to content

Commit

Permalink
Merge pull request #8659 from sbueringer/pr-1.4-fail-fast
Browse files Browse the repository at this point in the history
[release-1.4] 🌱 Disable fail-fast by default for e2e tests
  • Loading branch information
k8s-ci-robot authored May 15, 2023
2 parents 8287d2f + db34062 commit 538a431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ kind:prepullAdditionalImages
# Configure e2e tests
export GINKGO_NODES=3
export GINKGO_NOCOLOR=true
export GINKGO_ARGS="--fail-fast" # Other ginkgo args that need to be appended to the command.
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
export ARTIFACTS="${ARTIFACTS:-${REPO_ROOT}/_artifacts}"
export SKIP_RESOURCE_CLEANUP=false
Expand Down

0 comments on commit 538a431

Please sign in to comment.