-
Notifications
You must be signed in to change notification settings - Fork 232
SPLAT-2577: Add additional E2E tests for vSphere VM-Host zonal affinity #1412
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
base: main
Are you sure you want to change the base?
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test ? |
|
/test e2e-vsphere-host-groups-ovn-techpreview |
|
/test e2e-vsphere-ovn-techpreview |
|
/test e2e-vsphere-host-groups-ovn-techpreview |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
/remove-lifecycle rotten |
03b8f0d to
da0db18
Compare
|
/test e2e-vsphere-host-groups-ovn-techpreview |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test e2e-vsphere-host-groups-ovn-techpreview |
|
@jcpowermac: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/test e2e-vsphere-host-groups-ovn-techpreview |
This change introduces comprehensive E2E tests for the vSphere VM-Host zonal topology feature. The tests validate that VMs are correctly placed in their designated VM groups based on failure domain configuration, verify that VM-Host affinity rules are properly configured and enforced between VM groups and host groups, ensure the Machine API respects zonal constraints during provisioning and scaling operations, and check that the cluster has proper zone failure resilience configuration with nodes distributed across multiple zones. The tests include appropriate skipping logic for failure domains that don't have HostGroup ZoneAffinity configured. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
da0db18 to
8fcaee3
Compare
|
/retitle Add additional E2E tests for vSphere VM-Host zonal affinity |
|
/retitle [SPLAT-2577] Add additional E2E tests for vSphere VM-Host zonal affinity |
|
/retitle SPLAT-2577: Add additional E2E tests for vSphere VM-Host zonal affinity |
|
@jcpowermac: This pull request references SPLAT-2577 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-vsphere-host-groups-ovn-techpreview |
1 similar comment
|
/test e2e-vsphere-host-groups-ovn-techpreview |
This change introduces comprehensive E2E tests for the vSphere VM-Host
zonal topology feature. The tests validate that VMs are correctly placed
in their designated VM groups based on failure domain configuration,
verify that VM-Host affinity rules are properly configured and enforced
between VM groups and host groups, ensure the Machine API respects zonal
constraints during provisioning and scaling operations, and check that
the cluster has proper zone failure resilience configuration with nodes
distributed across multiple zones. The tests include appropriate skipping
logic for failure domains that don't have HostGroup ZoneAffinity configured.
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com