-
Notifications
You must be signed in to change notification settings - Fork 90
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
Rewrite EE test workflows to use ansible-builder 3.0.0; fix EE dependencies #606
Conversation
It seems we're hitting ansible/ansible-navigator#1448 when using podman. Let's see whether switching to docker helps... (it did for me locally.) |
Hrm, with a reasonably recent runner version and the default builder 3.0 config, it should have the |
…r will ignore it.
use Python 3.9 on RHEL8 / CentOS Stream 8. Manually install cryptography and PyOpenSSL for Python 3.9 as well.
This reverts commit 3a9d125.
ready_for_review |
ansible/ansible-navigator#1539 fixed the podman issue, I've successfully switched back from docker to podman now that that fix is released (ansible-navigator 3.3.1). |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and the docs are now incorporated into |
@felixfontein thanks for pinging! Please do it in related PRs (or maybe even better to put them also to the EE feedback issue to have them in one place) |
SUMMARY
Also use other base images. ansible-builder 3.0.0 allows arbitrary "RHEL-like" base images, as opposed to ansible-builder < 3.0.0 (which required very specially prepared base images).
ISSUE TYPE
COMPONENT NAME
EE tests