-
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
Adds periodic job to test CAPI workload cluster upgrades #20720
Adds periodic job to test CAPI workload cluster upgrades #20720
Conversation
Welcome @srm09! |
Hi @srm09. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/cc @fabriziopandini |
/ok-to-test |
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-upgrades-main.yaml
Outdated
Show resolved
Hide resolved
/hold |
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-main-upgrades.yaml
Show resolved
Hide resolved
cpu: 7300m | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api | ||
testgrid-tab-name: capi-workload-upgrade-1-19-1-20 |
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.
in order to be consistent with the current naming convention in https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api
testgrid-tab-name: capi-workload-upgrade-1-19-1-20 | |
testgrid-tab-name: capi-e2e-main-1-19-1-20 |
@vincepri opinions?
@fabriziopandini Does it make sense to keep this job |
config/jobs/kubernetes-sigs/cluster-api/cluster-api-presubmits-main.yaml
Outdated
Show resolved
Hide resolved
one last nit then lgtm for me; also please squash commits
see #20720 (comment) |
7a92067
to
ac1cc31
Compare
/lgtm |
/unhold |
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-main-upgrades.yaml
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-presubmits-main.yaml
Show resolved
Hide resolved
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.
@srm09 I'm trying to unblock this so we can have a better signal while doing v1alpha4 changes.
In order to address @CecileRobertMichon and @vincepri concerns, I have suggested using release labels, so maintenance on these jobs will be reduced to the minimum.
Let me know if there are questions on these changes/other pending comments
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-main-upgrades.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-main-upgrades.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-main-upgrades.yaml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-main-upgrades.yaml
Outdated
Show resolved
Hide resolved
change lgtm to me, please squash commits |
This patch adds new periodic prow jobs to test CAPI workload cluster upgrades between different supported kubernetes versions. Signed-off-by: Sagar Muchhal <[email protected]> Co-authored-by: Fabrizio Pandini <[email protected]>
6f3ebec
to
f513b75
Compare
/lgtm |
/approve |
1 similar comment
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini, srm09, vincepri 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 |
@srm09: 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 patch adds new periodic prow jobs to test CAPI workload cluster upgrades between different supported kubernetes versions.
Fixes: kubernetes-sigs/cluster-api#4043