Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run argo-rollouts-manager/plugin E2E tests as part of gitops-operator E2E tests #653

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"