Skip to content

Commit 14328ae

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 a0f8325 commit 14328ae

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
@@ -125,7 +125,7 @@ if [ "${CONTAINERD_TEST:-"false"}" != "true" ]; then
125125
# CONTAINERD_VERSION is the cri-containerd version to use.
126126
version=${CONTAINERD_VERSION:-""}
127127
else
128-
deploy_path=${CONTAINERD_DEPLOY_PATH:-"cri-containerd-staging"}
128+
deploy_path=${CONTAINERD_DEPLOY_PATH:-"k8s-staging-cri-tools"}
129129

130130
# PULL_REFS_METADATA is the metadata key of PULL_REFS from prow.
131131
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)