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

[Stretch cluster] Support zone unaware apps for zone shutdown tests #11000

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mashetty330
Copy link
Contributor

No description provided.

@mashetty330 mashetty330 requested review from a team as code owners December 5, 2024 19:00
Copy link

openshift-ci bot commented Dec 5, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mashetty330

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

@pull-request-size pull-request-size bot added the size/L PR that changes 100-499 lines label Dec 5, 2024
@mashetty330 mashetty330 self-assigned this Dec 5, 2024
@mashetty330 mashetty330 added team/e2e E2E team related issues/PRs do-not-merge/work-in-progress labels Dec 5, 2024
@mashetty330 mashetty330 force-pushed the stretch-zone-unaware branch from a7e0dc9 to 325a89a Compare January 3, 2025 13:28
@pull-request-size pull-request-size bot added size/XL and removed size/L PR that changes 100-499 lines labels Jan 3, 2025
nodes_not_ready.extend(
[node for node in worker_nodes if node.status() != "Ready"]
)
nodes_not_ready.extend(
Copy link
Contributor

Choose a reason for hiding this comment

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

combine these two list comprehensions into one ?

nodes,
fencing,
):

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 add test steps here? It will be easy to check what this test does.

Signed-off-by: Mahesh Shetty <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XL team/e2e E2E team related issues/PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants