Skip to content

Commit 8b80a7d

Browse files
Srihari1192openshift-merge-robot
authored andcommitted
skip CI Build when e2e test fails
1 parent 44696cf commit 8b80a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/run-e2e-kind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ setup-mcad-env
466466
# MCAD with quotamanagement options is started by kuttl-tests
467467
kuttl-tests
468468
mcad-up
469-
go test ./test/e2e -v -timeout 130m -count=1
469+
go test ./test/e2e -v -timeout 130m -count=1 -ginkgo.failFast
470470
RC=$?
471471
if [ ${RC} -eq 0 ]
472472
then

0 commit comments

Comments
 (0)