-
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
Manually Remove Kubernetes 1.24 jobs #30563
Conversation
Signed-off-by: Jeremy Rickard <[email protected]>
1ce8a53
to
5a00879
Compare
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.
We have some issue with periodic annotations that we should sort out before merging this PR. Let's sync about that and see how should we handle that.
@@ -326,7 +326,7 @@ periodics: | |||
- 'perfDashJobType: performance' | |||
- 'perfDashBuildsCount: 500' | |||
- annotations: | |||
fork-per-release-periodic-interval: 24h | |||
fork-per-release-periodic-interval: "" |
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.
This is wrong, there must be one interval left here or we're going to run into issues the next time we rotate jobs.
@@ -393,7 +393,7 @@ periodics: | |||
cpu: "4" | |||
memory: 36Gi | |||
- annotations: | |||
fork-per-release-periodic-interval: 24h | |||
fork-per-release-periodic-interval: "" |
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.
Same here.
@@ -437,7 +437,7 @@ periodics: | |||
securityContext: | |||
privileged: true | |||
- annotations: | |||
fork-per-release-periodic-interval: 24h | |||
fork-per-release-periodic-interval: "" |
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.
Same here.
@@ -482,7 +482,7 @@ periodics: | |||
securityContext: | |||
privileged: true | |||
- annotations: | |||
fork-per-release-periodic-interval: 24h | |||
fork-per-release-periodic-interval: "" |
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.
Same here.
Signed-off-by: Jeremy Rickard <[email protected]>
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.
Thank you for taking care of this!
/lgtm
/approve
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.
windows changes LGTM
/assign wojtek-t |
/assign michelle192837 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, jeremyrickard, marosset, xmudrii 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 |
/hold cancel |
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
@jeremyrickard: Updated the
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 PR is intended to drop the 1.24 jobs by replicating the work done to remove the 1.23 jobs in #29387.
Notably:
releng/test_config.yaml
.Note: there were some TODO commented out things left over from the previous attempt this that should have been undone when we created the 1.28 branch and jobs. We should double check everything when it is time to do the 1.29 jobs.
/assign @xmudrii @jimangel @marosset
cc https://github.com/orgs/kubernetes/teams/release-engineering
/hold for discussion if this approach is still valid
There are some follow up issues from the previous drop of 1.23 jobs that we should also follow up on:
#29388
#29390
kubernetes/sig-release#2227