-
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
Call push-ci-build.sh from the kubernetes/release repo. #32013
Call push-ci-build.sh from the kubernetes/release repo. #32013
Conversation
Maybe also delete That way nobody will think making changes to it has any effect. |
(I'm assuming you've confirmed this works, right?) |
Yes this has been working fine for the test jobs. Of course My intention is not to check this in today or over the weekend. Hold off on the LGTM label, but feel free to give it a lgtm comment. |
Has this been tested on PR Jenkins? I think it should still work, since you honor Also, for now the release repo is super small, but is there any reason to not do a shallow clone? I'm worried about GitHub flaking on us or rate-limiting us. LGTM though. |
It has been tested using kubernetes/test-infra#513 which has been working. Re: cloning. I assumed that with the move to split up the repo we'd soon have a facility to clone all of the repos we needed upfront in some consistent way? I'm a bit loathe to overoptimize this one-off clone. I'll be monitoring this very closely when it goes in of course. |
I still think we should probably delete |
Sounds reasonable, and yes, we're working on it. |
Carrying forward verbal LGTM to label and upping priority so we can get this in today with time to watch. |
6dc6251
to
329b581
Compare
fyi @rmmh @k8s-oncall |
GCE e2e build/test passed for commit 329b581. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 329b581. |
Automatic merge from submit-queue |
…32235-#34359-#35233-upstream-release-1.4 Automatic merge from submit-queue Automated cherry pick of #32013 #32235 #34359 #35233 Cherry pick of #32013 #32235 #34359 #35233 on release-1.4. #32013: Call push-ci-build.sh from the kubernetes/release repo. #32235: Change push-ci-build.sh to push-build.sh and some cleanup. #34359: Add support for adding a suffix to the GCS upload dir in #35233: Delete some old, dead release code
…f-#32013-kubernetes#32235-kubernetes#34359-kubernetes#35233-upstream-release-1.4 Automatic merge from submit-queue Automated cherry pick of kubernetes#32013 kubernetes#32235 kubernetes#34359 kubernetes#35233 Cherry pick of kubernetes#32013 kubernetes#32235 kubernetes#34359 kubernetes#35233 on release-1.4. kubernetes#32013: Call push-ci-build.sh from the kubernetes/release repo. kubernetes#32235: Change push-ci-build.sh to push-build.sh and some cleanup. kubernetes#34359: Add support for adding a suffix to the GCS upload dir in kubernetes#35233: Delete some old, dead release code
…f-#28922-kubernetes#29892-kubernetes#30182-kubernetes#31025-kubernetes#32013-kubernetes#32235-kubernetes#34359-kubernetes#35233-upstream-release-1.3 Automated cherry pick of kubernetes#28922 kubernetes#29892 kubernetes#30182 kubernetes#31025 kubernetes#32013 kubernetes#32235 kubernetes#34359 kubernetes#35233
This change is