From 4f888ddce9781625ebc47d9677d3c19c0702a2d4 Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Fri, 24 Jan 2025 17:02:01 -0500 Subject: [PATCH] Move staging repo from gcr.io to registry.k8s.io --- prow.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prow.sh b/prow.sh index 7b798587..71b3a961 100755 --- a/prow.sh +++ b/prow.sh @@ -218,7 +218,7 @@ configvar CSI_PROW_DRIVER_CANARY "${CSI_PROW_HOSTPATH_CANARY}" "driver image ove # Image registry to use for canary images. # Only valid if CSI_PROW_DRIVER_CANARY == "canary". -configvar CSI_PROW_DRIVER_CANARY_REGISTRY "gcr.io/k8s-staging-sig-storage" "registry for canary images" +configvar CSI_PROW_DRIVER_CANARY_REGISTRY "registry.k8s.io/k8s-staging-sig-storage" "registry for canary images" # The E2E testing can come from an arbitrary repo. The expectation is that # the repo supports "go test ./test/e2e -args --storage.testdriver" (https://github.com/kubernetes/kubernetes/pull/72836) @@ -954,13 +954,13 @@ patch_kubernetes () { local source="$1" target="$2" if [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then - # We cannot replace registry.k8s.io/sig-storage with gcr.io/k8s-staging-sig-storage because + # We cannot replace registry.k8s.io/sig-storage with registry.k8s.io/k8s-staging-sig-storage because # e2e.test does not support it (see test/utils/image/manifest.go). Instead we # invoke the e2e.test binary with KUBE_TEST_REPO_LIST set to a file that # overrides that registry. find "$source/test/e2e/testing-manifests/storage-csi/mock" -name '*.yaml' -print0 | xargs -0 sed -i -e 's;registry.k8s.io/sig-storage/\(.*\):v.*;registry.k8s.io/sig-storage/\1:canary;' cat >"$target/e2e-repo-list" <&2 <