Skip to content

Commit f3105cd

Browse files
committed
Update
1 parent 6f1f3d0 commit f3105cd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/openshiftci-presubmit-all-tests.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,12 @@ go mod vendor
2727
cd ../..
2828

2929
# Run e2e test
30-
make test-e2e
30+
# 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)