Skip to content
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

Make the version of Python used by ARA configurable #70

Conversation

Thulium-Drake
Copy link
Contributor

Allow different distro's to use different version of the Python Interpreter for running venv commands

Fixes ansible-community/ara#527

Copy link

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/962ea619baa44eb0904d40b3a65c58c0

ara-role-api-distributed-sqlite FAILURE in 4m 03s
ara-role-api-mysql FAILURE in 4m 17s
ara-role-api-postgresql FAILURE in 6m 53s
ara-role-api-gunicorn-nginx FAILURE in 2m 34s
ara-role-api-gunicorn-nginx-client-cert FAILURE in 3m 13s
ara-role-api-fedora-packages FAILURE in 2m 36s (non-voting)

Copy link

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/868571f4110346c0a7520385d9fe3d79

ara-role-api-distributed-sqlite FAILURE in 3m 50s
ara-role-api-mysql FAILURE in 4m 36s
ara-role-api-postgresql FAILURE in 4m 41s
ara-role-api-gunicorn-nginx FAILURE in 2m 45s
ara-role-api-gunicorn-nginx-client-cert FAILURE in 3m 10s
ara-role-api-fedora-packages FAILURE in 2m 22s (non-voting)

Copy link

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/f6ae647bea46468c8eef810df0be33a9

ara-role-api-distributed-sqlite FAILURE in 4m 52s
ara-role-api-mysql POST_FAILURE in 6m 56s
ara-role-api-postgresql FAILURE in 6m 46s
ara-role-api-gunicorn-nginx FAILURE in 2m 39s
ara-role-api-gunicorn-nginx-client-cert FAILURE in 3m 16s
ara-role-api-fedora-packages FAILURE in 2m 24s (non-voting)

Copy link

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/fdf814653e364a6daf976d29f72b9b81

✔️ ara-role-api-distributed-sqlite SUCCESS in 10m 05s
ara-role-api-mysql FAILURE in 6m 43s
ara-role-api-postgresql FAILURE in 7m 18s
ara-role-api-gunicorn-nginx FAILURE in 7m 52s
✔️ ara-role-api-gunicorn-nginx-client-cert SUCCESS in 7m 39s
ara-role-api-fedora-packages FAILURE in 5m 47s (non-voting)

@@ -41,3 +41,5 @@ ara_api_mysql_packages:
- redhat-rpm-config
- python36-devel
- gcc

ara_api_python_command: /usr/bin/python3.9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should fix our issue with the jobs based on CentOS Stream 8 👍 #71

Copy link

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/488f35dab15145c4b0fd1cf6d8be040d

ara-role-api-distributed-sqlite FAILURE in 12m 31s
ara-role-api-mysql FAILURE in 14m 10s
ara-role-api-postgresql FAILURE in 8m 43s
✔️ ara-role-api-gunicorn-nginx SUCCESS in 11m 00s
✔️ ara-role-api-gunicorn-nginx-client-cert SUCCESS in 11m 11s
ara-role-api-fedora-packages FAILURE in 5m 45s (non-voting)

@dmsimard
Copy link
Contributor

Hi @Thulium-Drake, I've included your commit in #71 and merged it. You are the commit author: ae5441b

I will close this PR.

Thank you :)

@dmsimard dmsimard closed this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running ara-manage is complaining about 'future feature annotations is not defined'
2 participants