Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Jun 4, 2024
1 parent 7b5ff86 commit 39f70b7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions scripts/openshiftci-presubmit-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,37 @@ chmod 640 $TMP_DIR/kubeconfig
export KUBECONFIG=$TMP_DIR/kubeconfig

# Run e2e test
# make test-e2e

ROLLOUTS_TMP_DIR=$(mktemp -d)

cd $ROLLOUTS_TMP_DIR

# kubectl get namespaces

# kubectl get pods -A || true

# kubectl api-resources

git clone https://github.com/argoproj-labs/argo-rollouts-manager

#git clone https://github.com/jgwest/argo-rollouts-manager

cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"

TARGET_ROLLOUT_MANAGER_COMMIT=b3e573f0e6ea3a5ec3eeba70ebb5d90e58efcd68

git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
make test-e2e

# Clean up old namespaces created by test
# NOTE: remove this once this is handled by 'make test-e2e' in argo-rollouts-manager repo
kubectl delete rolloutmanagers --all -n test-rom-ns-1

cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"

SKIP_RUN_STEP=true hack/run-upstream-argo-rollouts-e2e-tests.sh




0 comments on commit 39f70b7

Please sign in to comment.