-
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
Change push-ci-build.sh to push-build.sh. #32235
Conversation
46c743a
to
128b22c
Compare
How do we coordinate this with kubernetes/release#66? |
As |
@k8s-bot retest issue #UNKNOWN |
128b22c
to
23e0643
Compare
@rmmh @ixdy @spxtr |
"Exiting..." >&2 | ||
exit 1 | ||
if [[ ! -x ${push_build} ]]; then | ||
# TODO: Remove/Restore this with the full deprecation PR |
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.
with this new logic, this shouldn't be an if/else, just an if.
GitHub still thinks there are merge conflicts, which is probably why this is failing. |
e07fe56
to
b3892e1
Compare
b3892e1
to
92ddc22
Compare
GCE e2e build/test passed for commit 92ddc22. |
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