OCPBUGS-78998: Handle agent OVE UI Manifests page#1871
OCPBUGS-78998: Handle agent OVE UI Manifests page#1871bfournie wants to merge 1 commit intoopenshift-metal3:masterfrom
Conversation
|
[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 |
For the UI-drive installation handle the Cluster Manifests page. This is currently breaking 4.22, if the UI change is backported to 4.21 then we won't need a version check in dev-scripts.
b2955cb to
4bc4a1e
Compare
|
Testing of 4.22 is currently in progress. For 4.21 I verified it locally: |
|
@bfournie: 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. |
| logrus.Info("Custom manifests page detected (OCP 4.22+)") | ||
| err = saveFullPageScreenshot(page, filepath.Join(screenshotPath, fmt.Sprintf("%02d-custom-manifests.png", stepNum))) |
There was a problem hiding this comment.
Missing a "tab" here. Cluster installation did start, so this PR is fixing the issue. The post verification test timed out and that is a separate issue.
For the UI-drive installation handle the Cluster Manifests page.
This handles both 4.22+, where the page exists, and 4.21 where the page does not exist.