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

[e2e] story_microshift ensures operational status for cluster #3857

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

adrianriobo
Copy link
Contributor

@adrianriobo adrianriobo commented Oct 3, 2023

Fix #3851

this commit may will be partially reverted on a following PR in case #3852 will be implemented

…deploy the sample service

previously the test service was deployed right after the crc start finished successfully, now we add some checks before deploy the service to ensure the cluster is operational: crc status + dns pods running + ovn pods running
@adrianriobo
Copy link
Contributor Author

/retest

Copy link
Contributor

@jsliacan jsliacan left a comment

Choose a reason for hiding this comment

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

LGTM

return nil
}

// This function will wait until the microshift cluster got operational
Copy link
Contributor

Choose a reason for hiding this comment

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

I have no comments, just maybe that the func doc comment usually starts with func name and describes output. But that's super minor.

@openshift-ci
Copy link

openshift-ci bot commented Oct 4, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jsliacan

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

@openshift-ci openshift-ci bot added the approved label Oct 4, 2023
@openshift-ci
Copy link

openshift-ci bot commented Oct 4, 2023

@adrianriobo: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/integration-crc b340e01 link true /test integration-crc
ci/prow/e2e-crc b340e01 link true /test e2e-crc

Full PR test history. Your PR dashboard.

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/test-infra repository. I understand the commands that are listed here.

@praveenkumar
Copy link
Member

@adrianriobo can we hold this a bit because I think some of those should be part of crc start so that when it start it should in working state.

@adrianriobo
Copy link
Contributor Author

I would prefer to add this for the time being and then revert once you got the fix on start otherwise I can not test the Microshift scenario properly

What do you think you can just add your commit on your PR and the revert commit for this in there as well?

@praveenkumar praveenkumar merged commit da7e5a9 into crc-org:main Oct 16, 2023
9 of 13 checks passed
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.

[QE] Story microshift fails when running remotely
3 participants