-
Notifications
You must be signed in to change notification settings - Fork 198
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
tests/vmcheck: Fully drop python 3 requirement #1850
Conversation
I've only tested a subset of the tests with this, so marking as WIP to let CI test everything else. |
Drop the use of Ansible everywhere. And for now, just disable the one test that directly uses Python on the host. This is required to be able to hack on Fedora CoreOS. Closes: #1850 Approved by: cgwalters
If this passes CI I'm good with it. |
Drop the use of Ansible everywhere. In the few cases where we really Python, just spawn a container instead. This is required to be able to hack on Fedora CoreOS.
OK, this was trickier than expected because we also used the py3 http server. Ended up just adding some helpers to spawn containers. Also had to tweak the |
Sorry, I mistakenly nuked your fixup in the process of adding my fixup. Restored now! |
Drop the use of Ansible everywhere. In the few cases where we really Python, just spawn a container instead. This is required to be able to hack on Fedora CoreOS. Closes: #1850 Approved by: jlebon
💔 Test failed - status-atomicjenkins |
@rh-atomic-bot retry |
Drop the use of Ansible everywhere. In the few cases where we really Python, just spawn a container instead. This is required to be able to hack on Fedora CoreOS. Closes: #1850 Approved by: jlebon
@rh-atomic-bot retry |
Drop the use of Ansible everywhere. In the few cases where we really Python, just spawn a container instead. This is required to be able to hack on Fedora CoreOS. Closes: #1850 Approved by: jlebon
💔 Test failed - status-atomicjenkins |
@rh-atomic-bot retry |
☀️ Test successful - status-atomicjenkins |
Drop the use of Ansible everywhere. And for now, just disable the one
test that directly uses Python on the host.
This is required to be able to hack on Fedora CoreOS.