Skip to content
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

[release-4.16] Take more screenshot and add logs for BM LSO deployment #10237

Conversation

openshift-cherrypick-robot
Copy link
Collaborator

This is an automated cherry-pick of #10232

/assign petr-balogh

This PR: red-hat-storage#10120

Broke original condition:
if config.ENV_DATA.get("platform") != constants.BAREMETAL_PLATFORM:

and changed to:
if config.ENV_DATA.get("platform") in [
            constants.BAREMETAL_PLATFORM,
            constants.HCI_BAREMETAL,
        ]:

There should be `not in`. Which is fixed in this commit.

Signed-off-by: Petr Balogh <[email protected]>
Copy link

openshift-ci bot commented Aug 2, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ebenahar, openshift-cherrypick-robot, vavuthu

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@petr-balogh petr-balogh merged commit 6205f8b into red-hat-storage:release-4.16 Aug 2, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm size/S PR that changes 10-29 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants