-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🐛 Add template flavor for topology-changes test #7081
🐛 Add template flavor for topology-changes test #7081
Conversation
Signed-off-by: killianmuldoon <[email protected]>
@killianmuldoon: This issue is currently awaiting triage. If CAPI contributors determines this is a relevant issue, they will accept it by applying the The 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. |
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.
/test ?
@killianmuldoon: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-cluster-api-e2e-main |
/test pull-cluster-api-e2e-full-main |
Would this break if #5880 gets done? |
It's sort of unrelated as this test has to do with Cluster Class only and involves changing the drain timeout on the KCP template and seeing if it is propagated to the Control Plane object. I think the impact of that change on the test depends a lot on implementation and we shouldn't worry about it until that happens. |
/cherry-pick release-1.2 |
@killianmuldoon: once the present PR merges, I will cherry-pick it on top of release-1.2 in a new PR and assign it to you. 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. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
@killianmuldoon: new pull request created: #7082 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. |
Signed-off-by: killianmuldoon [email protected]
Fix a failing e2e test caused by changes made in #7047 which overwrite the changes made in this test.
Add a new template to our e2e test package specifically for the broken test which patches the template to remove the overwriting value i.e. nodeDrainTimeout set in Cluster
.spec.topology.controlPlane
/kind bug
/area testing