Closed openshift-cherrypick-robot closed 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign cfergeau for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Hi @openshift-cherrypick-robot. Thanks for your PR.
I'm waiting for a crc-org member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
Keeps failing on
E0805 07:21:49.751262 5543 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2024-08-05T07:21:49Z is after 2024-08-04T18:55:25Z
I got this error too when I did my own experiments on GCP.
I changed the comparison operator from -lt
to -le
, and it seems the one additional attempt helped.
Test still failed with
Suite run returned error: failed due to a MonitorTest failure
error running options: failed due to a MonitorTest failureerror: failed due to a MonitorTest failure
Yes, that is because there are still some monitor tests that are failing. Changing the comparison operator helped with the certificate error.
/retest
@openshift-cherrypick-robot: The following test 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/e2e-microshift | 5058eb75159828890be3ed59b19b0dc98c3e38b4 | link | true | /test e2e-microshift |
Full PR test history. Your PR dashboard.
This is an automated cherry-pick of #945
/assign praveenkumar