Skip to content

Commit

Permalink
Run Rollouts tests after E2E tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest committed Nov 1, 2024
1 parent 3a5e3e4 commit f0150a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/openshiftci-presubmit-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ set -e
# Do not show token in CI log
set +x

# Get path containing the current script, usually (repo path)/scripts
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )


# show commands
set -x
export CI="prow"
Expand All @@ -24,3 +28,7 @@ export KUBECONFIG=$TMP_DIR/kubeconfig
# Run e2e test
make test-e2e

# Run Rollouts E2E tests
cd "$SCRIPT_DIR"

"$SCRIPT_DIR/run-rollouts-e2e-tests.sh"

0 comments on commit f0150a8

Please sign in to comment.