ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
136 stars 156 forks source link

Switch to python3.8 for awx-ee #18

Closed pabelanger closed 3 years ago

pabelanger commented 3 years ago

This rebuilds the awx-ee container image, using python3.8 as the base version of python.

Depends-On: https://github.com/ansible/ansible-runner/pull/594 Signed-off-by: Paul Belanger pabelanger@redhat.com

pabelanger commented 3 years ago

Pull-request updated, HEAD is now e650a5df4ae528619bed1e964e7296c906489d17

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 708f676c1914f8e019572697210e54e1a8d0f9d8

pabelanger commented 3 years ago

recheck

shanemcd commented 3 years ago

I dont think we should merge this until we have answers for: https://github.com/ansible/ansible-runner/pull/594#issuecomment-747647955

pabelanger commented 3 years ago

I dont think we should merge this until we have answers for: ansible/ansible-runner#594 (comment)

Agree, also zuul won't merge even if gate label is applied, until all depends-on are merged.

pabelanger commented 3 years ago

recheck

pabelanger commented 3 years ago

This failed due to race condition publishing new ansible-runner py38 image. I plan to work on fixing this over shutdown.