File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,9 @@ e2e-tests-sequential:
184184
185185.PHONY : e2e-tests-parallel # # Runs kuttl e2e parallel tests, (Defaults to 5 runs at a time)
186186e2e-tests-parallel :
187- CI=prow make e2e-tests-parallel-ginkgo
187+ "scripts/run-rollouts-e2e-tests.sh"
188+
189+ # CI=prow make e2e-tests-parallel-ginkgo
188190 # @echo "Running GitOps Operator parallel E2E tests..."
189191 # . ./scripts/run-kuttl-tests.sh parallel
190192
Original file line number Diff line number Diff line change @@ -29,3 +29,10 @@ cd ../..
2929# Run e2e test
3030make test-e2e
3131
32+ # Run Rollouts E2E tests
33+ cd " $SCRIPT_DIR "
34+
35+ # Get path containing the current script, usually (repo path)/scripts
36+ SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
37+
38+ " $SCRIPT_DIR /run-rollouts-e2e-tests.sh"
You can’t perform that action at this time.
0 commit comments