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: minor fix in deployment command to find replicas #1962

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

CFSNM
Copy link
Contributor

@CFSNM CFSNM commented Oct 24, 2024

The previous command was causing an error when checking ODH nightlies deployment

Before:

12:23:42 Waiting for all RHODS resources to be up and running
12:23:42 Waiting for Deployment with label "name=opendatahub-operator" in Namespace "opendatahub-operators", to have desired Replica-Set ready
12:23:43 | FAIL |
12:23:43 '4 == 0' should be true.

After:

13:56:37 Waiting for all RHODS resources to be up and running
13:56:37 Waiting for Deployment with label "name=opendatahub-operator" in Namespace "opendatahub-operators", to have desired Replica-Set ready
13:56:37 Verified opendatahub-operators

Copy link

Copy link
Contributor

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
554 0 0 554 100

@CFSNM CFSNM self-assigned this Oct 24, 2024
@CFSNM CFSNM added the verified This PR has been tested with Jenkins label Oct 24, 2024
@CFSNM CFSNM merged commit 8b5622d into red-hat-data-services:master Oct 24, 2024
8 checks passed
@CFSNM CFSNM deleted the fix_replicas_command branch October 24, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verified This PR has been tested with Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants