-
Notifications
You must be signed in to change notification settings - Fork 38
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
Increase wait time for nodes going ready #61
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/lgtm |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: frobware 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 |
unrelated failure, cluster failing to bootstrap:
/retest |
/retest |
/retest |
|
test actually run now, one failure:
presumably due to https://bugzilla.redhat.com/show_bug.cgi?id=1698253 which causes https://bugzilla.redhat.com/show_bug.cgi?id=1698624 |
/retest |
Failed to bootstrap again |
/hold until #60 gets merged first |
/retest |
/hold cancel |
/test k8s-e2e |
1 similar comment
/test k8s-e2e |
Machine Health checking is tech preview, the e2e test increases the suite running time notably and the test has been failing recently. We need to reduce variables in order to get back CI green. See 54633c2
/lgtm |
/retest |
/retest |
Nodes failing to go ready search for ip-10-0-128-5.ec2.internal in worker journal https://gcsweb-ci.svc.ci.openshift.org/gcs/origin-ci-test/pr-logs/pull/openshift_cluster-api-actuator-pkg/61/pull-ci-openshift-cluster-api-actuator-pkg-master-e2e-aws-operator/171/artifacts/e2e-aws-operator/nodes/ |
/retest |
Bumping cluster-api-actuator-pkg deps for: - openshift/cluster-api-actuator-pkg#61 - openshift/cluster-api-actuator-pkg#63
Bumping cluster-api-actuator-pkg deps for: - openshift/cluster-api-actuator-pkg#61 - openshift/cluster-api-actuator-pkg#63
Occasionally some nodes remain unready for ever presumably due to
https://bugzilla.redhat.com/show_bug.cgi?id=1698253 which causes https://bugzilla.redhat.com/show_bug.cgi?id=1698624
Orthogonally some tests are timing out while the node eventually goes ready, hence this PR increases the polling time
See, all failures:
https://openshift-gce-devel.appspot.com/builds/origin-ci-test/pr-logs/pull/openshift_machine-api-operator/261/pull-ci-openshift-machine-api-operator-master-e2e-aws-operator/
e.g:
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_machine-api-operator/261/pull-ci-openshift-machine-api-operator-master-e2e-aws-operator/781/
ip-10-0-133-147.ec2.internal
makesrecover from deleted worker machines
to fail:while in the next test it eventually goes ready:
We are timing out only recently since the time for a node to go ready increased slightly and still to a reasonable amount of time. Is difficult to say though the reason for this yet, might be related to crio changes, to skew between bootimage and machine-os-content image and pivoting, CI cloud rate limits, or similar factors.
Disables machine health check validation temporary