-
Notifications
You must be signed in to change notification settings - Fork 526
Fix image building post-submits: first pass #2001
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
Conversation
Signed-off-by: Stephen Augustus <foo@auggie.dev>
|
(First commit is meant to ensure the presubmits are failing properly.) |
Signed-off-by: Stephen Augustus <foo@auggie.dev>
Signed-off-by: Stephen Augustus <foo@auggie.dev>
6dc8c63 to
8756b6f
Compare
|
/assign @hasheddan @puerco @cpanato |
|
/priority critical-urgent |
hasheddan
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hasheddan, justaugustus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
(Noting as well for the record that previous runs of image building presubmits on this PR did not fail as expected, so something is up.) |
|
k8s-ci-builder is going to fail because of some Go-isms that I can fix in a follow-up. /skip |
|
/override pull-release-image-k8s-ci-builder |
|
@justaugustus: Overrode contexts on behalf of justaugustus: pull-release-image-k8s-ci-builder In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
This fixed the k8s-cloud-builder job: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-release-push-image-k8s-cloud-builder/1382830189263720448 kubernetes/test-infra#21821 should fix a few more. |
What type of PR is this?
/kind cleanup failing-test regression
What this PR does / why we need it:
The following post-submit jobs are failing:
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-release-push-image-k8s-ci-builder/1382488810838822912:
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-release-push-image-k8s-cloud-builder/1380321161795080192:
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-release-push-image-kubepkg/1382488810868183040:
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-release-push-image-releng-ci/1380321161841217536:
Let's fix them!
Signed-off-by: Stephen Augustus foo@auggie.dev
Which issue(s) this PR fixes:
Special notes for your reviewer:
xref staging registry corrections: kubernetes/test-infra#21821
Does this PR introduce a user-facing change?