AGENT-1511: Support multi node HA ( 3/4/5 control planes) and SNO Cluster Topology for OVE NoRegistry#1884
Conversation
| } | ||
|
|
||
| menuItem.MustClick() | ||
| time.Sleep(500 * time.Millisecond) |
There was a problem hiding this comment.
Q: why all these sleeps? IIRC there was a default way in go-rod to "slow down" a little bit the operations
There was a problem hiding this comment.
That was the existing pattern used but I agree to remove time.sleep and use the go-rod's supported functions instead. I will open a new follow up PR for fixing the existing ones.
There was a problem hiding this comment.
to be clear, I remove the time.sleep added originally in this PR. There are still existing time.sleep() calls in the automation script which I will remove gradually in a follow up PR as an improvement.
cc @andfasano @bfournie
9e5352b to
5e3bcc7
Compare
5e3bcc7 to
f6e9598
Compare
f6e9598 to
5e42e20
Compare
|
I have verified it locally and the UI automation correctly sets the 5 control planes when AGENT_E2E_TEST_SCENARIO=5CONTROL_IPV4 |
|
@pawanpinjarkar: The following test 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. |
|
/approve @pawanpinjarkar can you please run an iso-no-registry job? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andfasano 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 |
Hi @andfasano the compact job was run and passed ci/prow/e2e-agent-compact-ipv4-iso-no-registry — |
|
/lgtm |
59e7572
into
openshift-metal3:master
Support multi node HA ( 3/4/5 control planes) ans SNO Cluster Topology for OVE NoRegistry Flow in dev-scripts and UI Automation