openshift / openshift-ansible

Install and config an OpenShift 3.x cluster
https://try.openshift.com
Apache License 2.0
2.19k stars 2.31k forks source link

[DEBUG]Remove the version limitation of ansible-core #12509

Closed gpei closed 2 months ago

gpei commented 3 months ago

Try to use the latest ansible-core in CI

openshift-ci[bot] commented 3 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.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/openshift/openshift-ansible/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
gpei commented 3 months ago

/retest

gpei commented 3 months ago

/retest

openshift-ci[bot] commented 3 months ago

@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.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
gpei commented 2 months ago

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.

gpei commented 2 months ago

/close

openshift-ci[bot] commented 2 months ago

@gpei: Closed this PR.

In response to [this](https://github.com/openshift/openshift-ansible/pull/12509#issuecomment-2303371622): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.