-
Notifications
You must be signed in to change notification settings - Fork 398
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
Update sanity tests - upstream no longer supports ansible 2.9 #1999
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 42s (non-voting) |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 32s (non-voting) |
…mostly) compatible and uses the same namespace
680569d
to
a5d1aef
Compare
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 46s (non-voting) |
Pull request merge failed: Resource not accessible by integration, You may need to manually rebase your PR and retry. |
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #2003 🤖 @patchback |
SUMMARY Upstream's dropped support for Ansible 2.9 sanity tests, we don't need to mess about with our own include/exclude list any more. ISSUE TYPE Feature Pull Request COMPONENT NAME .github/workflows/sanity.yml ADDITIONAL INFORMATION See also ansible-collections/amazon.aws#1846 See also pycrypto/pycrypto@65b43bd (pycrypto / pycryptodome) --- * Update sanity tests - upstream no longer supports ansible 2.9 * use defaults for units * pycrypto doesn't work with recent versions - pycryptodome should be (mostly) compatible and uses the same namespace (cherry picked from commit 20521ee)
…#2003) [PR #1999/20521eec backport][stable-7] Update sanity tests - upstream no longer supports ansible 2.9 This is a backport of PR #1999 as merged into main (20521ee). SUMMARY Upstream's dropped support for Ansible 2.9 sanity tests, we don't need to mess about with our own include/exclude list any more. ISSUE TYPE Feature Pull Request COMPONENT NAME .github/workflows/sanity.yml ADDITIONAL INFORMATION See also ansible-collections/amazon.aws#1846 See also pycrypto/pycrypto@65b43bd (pycrypto / pycryptodome) Reviewed-by: Mark Chappell
SUMMARY
Upstream's dropped support for Ansible 2.9 sanity tests, we don't need to mess about with our own include/exclude list any more.
ISSUE TYPE
COMPONENT NAME
.github/workflows/sanity.yml
ADDITIONAL INFORMATION
See also ansible-collections/amazon.aws#1846
See also pycrypto/pycrypto@65b43bd (pycrypto / pycryptodome)