Skip to content

Commit 512a672

Browse files
upodroidakhilerm
authored andcommitted
migrate to community owned bucket
Signed-off-by: Mahamed Ali <cy@borg.dev> (cherry picked from commit 9897411) Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
1 parent ecc9617 commit 512a672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/gce/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if [ "${CONTAINERD_TEST:-"false"}" != "true" ]; then
114114
# CONTAINERD_VERSION is the cri-containerd version to use.
115115
version=${CONTAINERD_VERSION:-""}
116116
else
117-
deploy_path=${CONTAINERD_DEPLOY_PATH:-"cri-containerd-staging"}
117+
deploy_path=${CONTAINERD_DEPLOY_PATH:-"k8s-staging-cri-tools"}
118118

119119
# PULL_REFS_METADATA is the metadata key of PULL_REFS from prow.
120120
PULL_REFS_METADATA="PULL_REFS"

test/push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -o pipefail
2121
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
2222

2323
# DEPLOY_BUCKET is the gcs bucket where the tarball should be stored in.
24-
DEPLOY_BUCKET=${DEPLOY_BUCKET:-"cri-containerd-staging"}
24+
DEPLOY_BUCKET=${DEPLOY_BUCKET:-"k8s-staging-cri-tools"}
2525
# DEPLOY_DIR is the directory in the gcs bucket to store the tarball.
2626
DEPLOY_DIR=${DEPLOY_DIR:-""}
2727
# BUILD_DIR is the directory of the build out.

0 commit comments

Comments
 (0)