-
Notifications
You must be signed in to change notification settings - Fork 213
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
Vendor machinehealthcheck tests #247
Vendor machinehealthcheck tests #247
Conversation
Hi @cynepco3hahue. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
/retest |
@ingvagabund Hi, I can see this test
fails consistently under the kubemark environment, can it be related to some changes under the |
It's flaking occasionally. The rest of the tests failed due to missing machineset manifests. I have update underlying Jenkins Job. /retest |
Though, I will ask you to wait a bit and revendor again once we merge openshift/cluster-api-actuator-pkg#49. I have found a bug in the machine healtchecking tests. If the tests are run at the beginning of the test suite, the worker nodes does not have enough time to pop up. So the tests fail. I have moved the check for kubemark provider sooner in the BeforeEach/AfterEach functions so it really skips the tests right away. |
@ingvagabund Sure it already not so critical:) By the way maybe it better to add |
That's one of our plans. We want to assert expected state of the cluster and wait for it for a while before a test starts running. Though, can't say when that happens. So feel free to go ahead :). |
@ingvagabund Maybe I can help with this if we can describe default CI environment |
can you please add a link to the relevant PR on the description a git log --oneline diff of the commits e.g openshift/cluster-api-provider-aws#178 |
03f18d2
to
193aab7
Compare
@ingvagabund I updated the |
/retest |
1 similar comment
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund 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 |
/test e2e-aws |
@cynepco3hahue the diff shows changes to the |
/retest |
@enxebre Done |
Vendor machine health check tests from the cluster-api-actuator-pkg repository.
Relevant PR under the
cluster-api-actuator-pkg
repository - openshift/cluster-api-actuator-pkg#47