-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 Avoid KCP rollouts if only ControlPlaneComponentHealthCheckSeconds is changed #13026
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
🌱 Avoid KCP rollouts if only ControlPlaneComponentHealthCheckSeconds is changed #13026
Conversation
6b29f13 to
97e6fc3
Compare
test/e2e/clusterctl_upgrade_test.go
Outdated
|
|
||
| // Note: This test should be changed during "prepare main branch", it should test n-2 => current. | ||
| var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.10=>current) [ClusterClass]", Label("ClusterClass"), func() { | ||
| var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.10=>current) [ClusterClass] [PR-Blocking]", Label("ClusterClass"), func() { |
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 part should not be merged
/hold
97e6fc3 to
ca041a4
Compare
3626690 to
2f4c5c6
Compare
|
/test pull-cluster-api-e2e-main-gke |
|
/test pull-cluster-api-e2e-main-gke |
|
/retest Different flake |
e0e29dc to
077225e
Compare
|
/test pull-cluster-api-e2e-main-gke |
077225e to
afff7e2
Compare
|
/test pull-cluster-api-e2e-main-gke |
fabriziopandini
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
/approve
|
LGTM label has been added. Git tree hash: 097e9fc6a5ac8cd1e675e3b92d28ce7fa5386288
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 Thanks! |
|
/hold cancel |
|
Independent flakes /override pull-cluster-api-e2e-main-gke |
|
@sbueringer: Overrode contexts on behalf of sbueringer: pull-cluster-api-e2e-main-gke 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-sigs/prow repository. |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #13017