We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5e3e4 commit f0150a8Copy full SHA for f0150a8
scripts/openshiftci-presubmit-all-tests.sh
@@ -6,6 +6,10 @@ set -e
6
# Do not show token in CI log
7
set +x
8
9
+# Get path containing the current script, usually (repo path)/scripts
10
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
11
+
12
13
# show commands
14
set -x
15
export CI="prow"
@@ -24,3 +28,7 @@ export KUBECONFIG=$TMP_DIR/kubeconfig
24
28
# Run e2e test
25
29
make test-e2e
26
30
31
+# Run Rollouts E2E tests
32
+cd "$SCRIPT_DIR"
33
34
+"$SCRIPT_DIR/run-rollouts-e2e-tests.sh"
0 commit comments