Skip to content

Commit 1cf3770

Browse files
committed
Update
1 parent 6f1f3d0 commit 1cf3770

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
186186
e2e-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

scripts/openshiftci-presubmit-all-tests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ cd ../..
2929
# Run e2e test
3030
make 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"

0 commit comments

Comments
 (0)