Closed gpei closed 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: gpei Once this PR has been reviewed and has the lgtm label, please assign barbacbd for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/retest
/retest
@gpei: 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/e2e-aws-workers-rhel8 | 844f030b871dfa9deb786a66bd9e91ec7457cb31 | link | true | /test e2e-aws-workers-rhel8 |
ci/prow/e2e-aws-workers-rhel9 | 844f030b871dfa9deb786a66bd9e91ec7457cb31 | link | true | /test e2e-aws-workers-rhel9 |
Full PR test history. Your PR dashboard.
Without the version limitation we'll get ansible-core [core 2.17.3]
installed on the ansible
image, the RHEL-9 workers are working fine with it, please see the test job , but RHEL-8 test job will fail with the python incompatible issue bin/sh: /usr/bin/python3: No such file or directory
, so maybe we have to keep the ansible-core<2.17 there until we dropped the rhel-8 job formally.
/close
@gpei: Closed this PR.
Try to use the latest ansible-core in CI