-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to kuberetes-release-dev #28792
Conversation
@ixdy is OOO, @spxr, care to look? Or @david-mcmahon? |
@@ -1228,7 +1228,7 @@ function kube::release::gcs::copy_release_artifacts() { | |||
|
|||
gsutil ls -lhr "${gcs_destination}" || return 1 | |||
|
|||
if [[ -n "${KUBE_GCS_RELEASE_BUCKET_MIRROR:-}" ]]; then | |||
if [[ "${KUBE_GCS_RELEASE_BUCKET_MIRROR:-}" != "${KUBE_GCS_RELEASE_BUCKET}" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If KUBE_GCS_RELEASE_BUCKET_MIRROR
is empty but KUBE_GCS_RELEASE_BUCKET
is not will this break?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I knew I meant to leave the -n
in as well. Jussec.
PTAL |
This turns off the kubernetes-release-dev mirror. kubernetes#28193 should have shifted all the references over, this should ensure that it's true.
This looks fine to me. |
cc @roberthbailey .. I'll release the do-not-merge when the GKE side has been finished. |
GCE e2e build/test passed for commit 3edbadc. |
LGTM |
I'm self-labeling this after enough LGTM-y comments. :) |
Automatic merge from submit-queue |
Approving cherrypick based on prior discussions. Someone can rescind if they object. |
…92-upstream-release-1.2 Automated cherry pick of #28792
…ck-of-#28792-upstream-release-1.3 Automatic merge from submit-queue Automated cherry pick of kubernetes#28792 Cherry pick of kubernetes#28792 on release-1.3.
…ck-of-#28792-upstream-release-1.2 Automated cherry pick of kubernetes#28792
…ck-of-#28792-upstream-release-1.2 Automated cherry pick of kubernetes#28792
This turns off the kubernetes-release-dev mirror. #28193 should have shifted all the references over, this should ensure that it's true.
Along the way: Modify it so that the equal bucket and mirror is a noop for things like kubernetes/test-infra#244.