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

Fix create-infra.yml sushy-emulator #2583

Conversation

hjensas
Copy link
Contributor

@hjensas hjensas commented Dec 4, 2024

The condition: controllers'' in group_names cause it to always skip the tasks to set up sushy-emulator.

false_condition: '''controllers'' in group_names'
skip_reason: Conditional result was False

Remove that part of the when condition for the block.

The condition: `controllers'' in group_names` cause it to always
skip the tasks to set up sushy-emulator.

  false_condition: '''controllers'' in group_names'
  skip_reason: Conditional result was False

Remove that part of the when condition for the block.
@github-actions github-actions bot marked this pull request as draft December 4, 2024 08:40
Copy link

github-actions bot commented Dec 4, 2024

Thanks for the PR! ❤️
I'm marking it as a draft, once your happy with it merging and the PR is passing CI, click the "Ready for review" button below.

@hjensas
Copy link
Contributor Author

hjensas commented Dec 4, 2024

/retest

@hjensas hjensas marked this pull request as ready for review December 4, 2024 12:53
@pablintino
Copy link
Collaborator

/approve

@openshift-ci openshift-ci bot added the approved label Dec 4, 2024
Copy link
Collaborator

@pablintino pablintino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@@ -108,7 +108,6 @@
- name: Bootstrap sushy-emulator (RedFish Virtual BMC) on controller-0
when:
- "'controllers' in groups"
- "'controllers' in group_names"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea why is not working, but, with the condition in the previous line should be enoug.

Copy link
Contributor

openshift-ci bot commented Dec 4, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pablintino

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

The pull request process is described 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

@pablintino pablintino requested a review from a team December 4, 2024 13:21
@hjensas hjensas requested a review from cescgina December 4, 2024 16:14
@frenzyfriday
Copy link
Collaborator

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Dec 9, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit d821883 into openstack-k8s-operators:main Dec 9, 2024
6 checks passed
@hjensas hjensas deleted the fix-create-infra-sushy-emulator branch December 16, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants