Skip to content

Commit

Permalink
skip CI Build when e2e test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari1192 authored and openshift-merge-robot committed Aug 25, 2023
1 parent 44696cf commit 8b80a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ setup-mcad-env
# MCAD with quotamanagement options is started by kuttl-tests
kuttl-tests
mcad-up
go test ./test/e2e -v -timeout 130m -count=1
go test ./test/e2e -v -timeout 130m -count=1 -ginkgo.failFast
RC=$?
if [ ${RC} -eq 0 ]
then
Expand Down

0 comments on commit 8b80a7d

Please sign in to comment.