Skip to content

Commit d5c1ca2

Browse files
committed
Update
1 parent e73432a commit d5c1ca2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/run-kuttl-tests.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,14 @@ kubectl get pods -A || true
121121

122122
kubectl api-resources
123123

124-
git clone https://github.com/argoproj-labs/argo-rollouts-manager
124+
#git clone https://github.com/argoproj-labs/argo-rollouts-manager
125+
126+
git clone https://github.com/jgwest/argo-rollouts-manager
125127

126128
cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
127129

128-
TARGET_ROLLOUT_MANAGER_COMMIT=25d137a24c28f4bb0b312c0a8c67c589ac047537
130+
#TARGET_ROLLOUT_MANAGER_COMMIT=25d137a24c28f4bb0b312c0a8c67c589ac047537
131+
TARGET_ROLLOUT_MANAGER_COMMIT=4b89a85de472a060eab7a5c36b2605f19c94182d
129132

130133
git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
131134
make test-e2e

0 commit comments

Comments
 (0)