Skip to content

Commit c029d4d

Browse files
authored
Merge pull request containerd#8876 from akhilerm/cherry-pick-8862-release/1.6
[release/1.6] migrate to community owned bucket for node e2e tests
2 parents ecc9617 + 512a672 commit c029d4d

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)