[test] Set replica count based on affinity#307
[test] Set replica count based on affinity#307openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/hold |
|
north-south networking tests failed on AWS and Azure so it is possible that BZ 1905950 is still in play. Interesting that it did not fail on vSphere. |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sebsoto The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest To check if there is any change in behavior |
|
/retest |
|
/test vsphere-e2e-operator |
|
/test azure-e2e-operator The test dying in a strange spot. Retesting to see if it is consistent behavior. |
|
/test azure-e2e-operator Seeing a strange 2 hr lapse in setting up the SSH connection: |
|
I misread a 2 minute lapse for a 2 hour lapse 🤦🏾 |
|
Looking at the timestamps of WMCO and machine-api-controller there does not seem to be any time discrepancy. It is plausible that the north-south networking test was retrying when the 2 hour limit was hit and hence the lack of output. |
|
/retest |
80e4bbd to
fbd7c98
Compare
createWindowsServerDeployment() is used to create the deployment for east-west and north-south networking tests. east-west tests require pods to be placed on particular nodes while this does not matter for north-south networking tests. Moreover not spreading pods across nodes prevents us from testing scenarios like https://bugzilla.redhat.com/show_bug.cgi?id=1905950.
fbd7c98 to
80f87db
Compare
|
/retest |
1 similar comment
|
/retest |
|
/test azure-e2e-operator |
|
/hold cancel |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jrvaldes, sebsoto The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
createWindowsServerDeployment() is used to create the deployment for east-west and north-south networking tests. east-west tests require pods to be placed on particular nodes while this does not matter for
north-south networking tests. Moreover not spreading pods across nodes prevents us from testing scenarios like BZ 1905950.