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

Apply new pool workflow for 4.17 only #10183

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

ebondare
Copy link
Contributor

No description provided.

@ebondare ebondare requested a review from a team as a code owner July 25, 2024 12:08
@ebondare ebondare added Squad/Black Covers UI specific test cases such as ODF Dashboard etc. and removed size/XS labels Jul 25, 2024
Signed-off-by: Elena Bondarenko <[email protected]>
@ebondare
Copy link
Contributor Author

ebondare commented Aug 1, 2024

@ebondare ebondare added the Verified Mark when PR was verified and log provided label Aug 1, 2024
@@ -139,7 +140,8 @@ def test_blocking_pool_creation_rules(self, cephblockpool_factory_ui_class):
blocking_pool_tab.check_edit_labels(block_pool_obj.name)

blocking_pool_tab.proceed_resource_creation()
blocking_pool_tab.do_click(blocking_pool_tab.bp_loc["pool_type_block"])
if blocking_pool_tab.ocs_version_semantic >= version.VERSION_4_17:
Copy link
Contributor

Choose a reason for hiding this comment

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

can you please override method
proceed_resource_creation at the BlockPools class and insert this logic there?
It will look like

def proceed_resource_creation(self):
  super().proceed_resource_creation()
  if blocking_pool_tab.ocs_version_semantic >= version.VERSION_4_17:
    self.do_click(self.bp_loc["pool_type_block"])

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Signed-off-by: Elena Bondarenko <[email protected]>
@pull-request-size pull-request-size bot added size/S PR that changes 10-29 lines and removed size/XS labels Aug 1, 2024
@ebondare
Copy link
Contributor Author

ebondare commented Aug 1, 2024

New successful test run of test_blocking_pool_creation_rules: https://ocs4-jenkins-csb-odf-qe.apps.ocp-c1.prod.psi.redhat.com/job/qe-deploy-ocs-cluster/40489/consoleFull

@ebondare
Copy link
Contributor Author

ebondare commented Aug 5, 2024

The test run above was on 4.16 cluster, here is a successful test run on 4.17: https://ocs4-jenkins-csb-odf-qe.apps.ocp-c1.prod.psi.redhat.com/job/qe-deploy-ocs-cluster/40528/console

Copy link

openshift-ci bot commented Aug 5, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: DanielOsypenko, ebondare, fbalak

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

@fbalak fbalak merged commit de5c6f2 into red-hat-storage:master Aug 5, 2024
5 of 6 checks passed
@ebondare
Copy link
Contributor Author

/cherry-pick release-4.16

@openshift-cherrypick-robot
Copy link
Collaborator

@ebondare: new pull request created: #10509

In response to this:

/cherry-pick release-4.16

Instructions 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.

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 Squad/Black Covers UI specific test cases such as ODF Dashboard etc. Verified Mark when PR was verified and log provided
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants