Skip to content

Commit d8ce49c

Browse files
committed
Update pod template spec hash of upstream Rollouts E2E tests
Signed-off-by: Jonathan West <[email protected]>
1 parent 8bb43fb commit d8ce49c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hack/run-upstream-argo-rollouts-e2e-tests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ find "$TMP_DIR/argo-rollouts/test/e2e" -type f | xargs sed -i.bak 's/nginx:1.19
3838

3939
find "$TMP_DIR/argo-rollouts/test/e2e" -type f | xargs sed -i.bak 's/nginx:1.14.2/quay.io\/jgwest-redhat\/nginx@sha256:07ab71a2c8e4ecb19a5a5abcfb3a4f175946c001c8af288b1aa766d67b0d05d2/g'
4040

41+
# 2c) replace the rollouts-pod-template-hash of 'TestCanaryDynamicStableScale', since we have updated the image above
42+
find "$TMP_DIR/argo-rollouts/test/e2e" -type f | xargs sed -i.bak 's/868d98995b/5496d694d6/g'
43+
44+
# replace the TestCanaryScaleDownOnAbort and TestCanaryScaleDownOnAbortNoTrafficRouting, for same reason
45+
find "$TMP_DIR/argo-rollouts/test/e2e" -type f | xargs sed -i.bak 's/66597877b7/6fcb5674b5/g'
46+
47+
4148
find "$TMP_DIR/argo-rollouts/test/e2e" -type f -name "*.bak" -delete
4249

4350
# 3) Setup the Namespace

0 commit comments

Comments
 (0)