-
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
CAPI: bump jobs for v1.28 #30347
CAPI: bump jobs for v1.28 #30347
Conversation
/retest |
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.
Just one nit
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-main.yaml
Outdated
Show resolved
Hide resolved
Also here. I think you can un-draft and hold instead |
/hold |
67be8a9
to
a5899ac
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.
/lgtm
Thanks!
/hold Waiting for /retitle CAPI: bump jobs for v1.28 |
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.
Just two nits I missed before
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-28-latest-release-1-5 |
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.
I think we should not add this job to 1.5 as 1.5 will never support Kubernetes 1.29. So we also shouldn't test it and invest time to keep it green
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.
Please check if this is documented clear enough in release tasks
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.
Updating the docs here:
config/jobs/kubernetes-sigs/cluster-api/cluster-api-presubmits-release-1-5.yaml
Outdated
Show resolved
Hide resolved
a5899ac
to
7428708
Compare
7428708
to
d9c2acb
Compare
Thx! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi, sbueringer 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 |
@chrischdi: 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. |
According to kubernetes-sigs/cluster-api#8708 : Ensure the jobs are adjusted to provide test coverage according to our support policy:
For the main branch and the release branch of the latest supported Cluster API minor release:
For the main branch:
periodics & presubmits:
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION
of thetest-mink8s
jobs to the new minimum supported management cluster version.periodics:
KUBERNETES_VERSION_MANAGEMENT
of thee2e-mink8s
job to the new minimum supported management cluster version.Prior art: Bump cluster-api jobs for v1.25/v1.26 kubernetes/test-infra#27421
TODO:
Relates to kubernetes-sigs/cluster-api#8708