Skip to content

Commit f0150a8

Browse files
committed
Run Rollouts tests after E2E tests
Signed-off-by: Jonathan West <[email protected]>
1 parent 3a5e3e4 commit f0150a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/openshiftci-presubmit-all-tests.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ set -e
66
# Do not show token in CI log
77
set +x
88

9+
# Get path containing the current script, usually (repo path)/scripts
10+
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
11+
12+
913
# show commands
1014
set -x
1115
export CI="prow"
@@ -24,3 +28,7 @@ export KUBECONFIG=$TMP_DIR/kubeconfig
2428
# Run e2e test
2529
make test-e2e
2630

31+
# Run Rollouts E2E tests
32+
cd "$SCRIPT_DIR"
33+
34+
"$SCRIPT_DIR/run-rollouts-e2e-tests.sh"

0 commit comments

Comments
 (0)