-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Decouple test image bumping from prow bumping #21137
Comments
/sig-testing |
cc @chaodaiG |
cc @mpherman2 as well |
/assign |
Pulling out of #21144 (review) One question for followup: is there some way we could have merges of just these autobump PRs alert to slack? A longer term thing: someplace to see all deploys and all config changes pushed to prow.k8s.io to aid "what changed when" But for now being filter down just to "big PRs that change a lot" matches the current experience people are used to. I'd rather not take away what they're used to before having something better. |
Let's figure out what it would look like to hand this off to community. My sketch:
|
/reopen |
@spiffxp: Reopened this issue. 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. |
Also #21144 probably had left out some of the images in prow jobs that's part of prow but not |
/sig testing |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
@chaodaiG this was completed right? |
Yep it was completed |
/close |
@chaodaiG: Closing this issue. 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. |
Thank you! |
/reopen |
@spiffxp: Reopened this issue. 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. |
FYI @kubernetes/release-engineering |
For SIG Release: I'm happy to have @kubernetes/release-managers in this approval group |
/cc |
/assign |
/milestone v1.23 |
Thanks to the following PRs:
We now autobump job images and automatically deploy the change twice a day (if there are any changes to deploy): |
/close |
@spiffxp: Closing this issue. 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. |
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/99655/pull-kubernetes-unit/1367006331575209984
=> prowjob yaml button =>
https://prow.k8s.io/prowjob?prowjob=cb9cbe1e-7bed-11eb-97bd-22fa521bf179
=> look for image: =>
gcr.io/k8s-testimages/kubekins-e2e:v20210226-c001921-master
yeah that's not going to have the go1.16, looks like we haven't had a prow bump since 02/26
we need to decouple these update loops (images for prow itself, test images) as we discussed at the last SIG testing. cc @spiffxp
Originally posted by @BenTheElder in kubernetes/kubernetes#99655 (comment)
The text was updated successfully, but these errors were encountered: