You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/run-upstream-argo-rollouts-e2e-tests.sh
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@ find "$TMP_DIR/argo-rollouts/test/e2e" -type f | xargs sed -i.bak 's/nginx:1.19
38
38
39
39
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'
40
40
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
+
41
48
find "$TMP_DIR/argo-rollouts/test/e2e" -type f -name "*.bak" -delete
0 commit comments