-
Notifications
You must be signed in to change notification settings - Fork 295
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
🌱 Use number of esxi hosts as worker node count for anti-affinity e2e test #2377
🌱 Use number of esxi hosts as worker node count for anti-affinity e2e test #2377
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/test-infra repository. |
/test pull-cluster-api-provider-vsphere-e2e-full-main |
/retitle 🌱 Use number of esxi hosts as worker node count for anti-affinity e2e test |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2377 +/- ##
==========================================
- Coverage 60.92% 60.79% -0.13%
==========================================
Files 164 164
Lines 9469 9469
==========================================
- Hits 5769 5757 -12
- Misses 3288 3296 +8
- Partials 412 416 +4 ☔ View full report in Codecov by Sentry. |
Interesting that changes to a |
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: f9c669bbfa3e4383833425195183aa42ac1f950e
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon 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 |
I definitely got an increase from touching a Makefile the other day - it's not perfect, but hopefully it's useful 🤷 |
@chrischdi WDYT about backporting this one to 1.7 and 1.8? Seems like it will be part of the puzzle for failuredomain tests in future. |
/cherry-pick release-1.8 |
/cherry-pick release-1.7 |
@chrischdi: #2377 failed to apply on top of branch "release-1.8":
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. |
@chrischdi: #2377 failed to apply on top of branch "release-1.7":
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. |
Sorry 😐 |
Will do manual cherry-picks tomorrow :-) |
Wondering if this is spam. Joined 2 days ago and made this comment + a citation on the corresponding issue which does not make any sense. |
What this PR does / why we need it:
This PR removes the requirement to have at least 4 esxi hosts for the anti-affinity test. Instead it uses the number of available esxi hosts with a maximum of 10.
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 #2368