-
Notifications
You must be signed in to change notification settings - Fork 142
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
Remove ansible install step from kubevirt GHA #757
Conversation
Ansible 2.17 is already included in the ubuntu-latest runner image, so there's no need for a separate install step. It was broken in any case because the python version being used was too low for ansible 2.18.
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 2m 52s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 5m 03s |
Pull request merge failed: Resource not accessible by integration, You may need to manually rebase your PR and retry. |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #758 🤖 @patchback |
Remove ansible install step from kubevirt GHA (cherry picked from commit 44a2fc3)
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 44a2fc3 on top of patchback/backports/stable-5/44a2fc392a1c795264da2fbfc2ade85444574ef4/pr-757 Backporting merged PR #757 into main
🤖 @patchback |
This is a backport of PR #757 as merged into main (44a2fc3). SUMMARY Ansible 2.17 is already included in the ubuntu-latest runner image, so there's no need for a separate install step. It was broken in any case because the python version being used was too low for ansible 2.18. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mike Graves <mgraves@redhat.com>
…rsion Remove ansible install step from kubevirt GHA (cherry picked from commit 44a2fc3)
SUMMARY
Ansible 2.17 is already included in the ubuntu-latest runner image, so there's no need for a separate install step. It was broken in any case because the python version being used was too low for ansible 2.18.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION