Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5415077

Browse files
committedFeb 22, 2024·
Update
1 parent 67a9464 commit 5415077

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎scripts/run-kuttl-tests.sh

+5
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
131131
make test-e2e
132132

133133

134+
cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
135+
136+
hack/run-upstream-argo-rollouts-e2e-tests.sh
137+
138+
134139
# mkdir -p $WORK_DIR/results || exit 1
135140
# mkdir -p $DIR/results || exit 1
136141

0 commit comments

Comments
 (0)
Please sign in to comment.