-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 taint propagation: e2e coverage via md rollout test #12966
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
🌱 taint propagation: e2e coverage via md rollout test #12966
Conversation
|
/test help |
|
@chrischdi: The specified target(s) for 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-sigs/prow repository. |
|
/test pull-cluster-api-e2e-main-gke |
|
Unrelated flake? /retest |
8943c0c to
62d0372
Compare
|
/test pull-cluster-api-e2e-main-gke |
62d0372 to
0509f99
Compare
|
/label tide/merge-method-squash |
0509f99 to
cfad6fc
Compare
|
/test pull-cluster-api-e2e-main-gke /retitle 🌱 taint propagation: e2e coverage via md rollout test |
|
Thank you very much! /lgtm |
|
LGTM label has been added. Git tree hash: 3fee97604d0c865aad43958fc591f39bcb773819
|
|
[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 |
|
/hold |
|
/test pull-cluster-api-e2e-main-gke |
|
/lgtm |
|
LGTM label has been added. Git tree hash: c5237cc4c44abee951ed5dcf7cd1057e168ce365
|
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.
great work!
test/e2e/md_rollout.go
Outdated
| NodeTaints: wantNodeTaints, | ||
| }) | ||
|
|
||
| Byf("Verify in-place propagation when removing an Always taint from the nodes") |
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.
should this be
| Byf("Verify in-place propagation when removing an Always taint from the nodes") | |
| Byf("Verify in-place propagation when removing preExisting Always and OnInitialization taint from the nodes") |
test/e2e/md_rollout_test.go
Outdated
| . "github.com/onsi/ginkgo/v2" | ||
| ) | ||
|
|
||
| var _ = Describe("When testing MachineDeployment rolling upgrades", 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.
may be
| var _ = Describe("When testing MachineDeployment rolling upgrades and in-place taint propagation", func() { |
|
/test pull-cluster-api-e2e-main-gke |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 777943ecf8a79b8089b9574a2aa9f509f3dd7c48
|
|
/hold cancel |
…s#12966) * taints: add e2e via md-rollout test * taints: Refer the proposal from the book * e2e: also check no rollout happened * Review fixes and fix no-rollout check
What this PR does / why we need it:
Implements e2e tests for taint propagation feature: #12908
TODO:
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 #
/area e2e-testing