-
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 lambda python runtime version in integration tests #2065
Update lambda python runtime version in integration tests #2065
Conversation
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
recheck |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 03s (non-voting) |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 5m 55s (non-voting) |
915cb0d
into
ansible-collections:main
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #2067 🤖 @patchback |
Update lambda python runtime version in integration tests SUMMARY The elb_target and s3_bucket_notification integration test targets were failing due to the python3.7 runtime no longer being supported. I have updated this to python3.12. While at it I went ahead and updated the secretsmanager_secret and sns_topic target runtimes from python3.9 to python3.12 too. ISSUE TYPE Bugfix Pull Request Reviewed-by: Mike Graves <mgraves@redhat.com> Reviewed-by: Helen Bailey <hebailey@redhat.com> Reviewed-by: Alina Buzachis (cherry picked from commit 915cb0d)
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #2068 🤖 @patchback |
Update lambda python runtime version in integration tests SUMMARY The elb_target and s3_bucket_notification integration test targets were failing due to the python3.7 runtime no longer being supported. I have updated this to python3.12. While at it I went ahead and updated the secretsmanager_secret and sns_topic target runtimes from python3.9 to python3.12 too. ISSUE TYPE Bugfix Pull Request Reviewed-by: Mike Graves <mgraves@redhat.com> Reviewed-by: Helen Bailey <hebailey@redhat.com> Reviewed-by: Alina Buzachis (cherry picked from commit 915cb0d)
) [PR #2065/915cb0d5 backport][stable-7] Update lambda python runtime version in integration tests This is a backport of PR #2065 as merged into main (915cb0d). SUMMARY The elb_target and s3_bucket_notification integration test targets were failing due to the python3.7 runtime no longer being supported. I have updated this to python3.12. While at it I went ahead and updated the secretsmanager_secret and sns_topic target runtimes from python3.9 to python3.12 too. ISSUE TYPE Bugfix Pull Request Reviewed-by: Mike Graves <mgraves@redhat.com> Reviewed-by: Alina Buzachis
) [PR #2065/915cb0d5 backport][stable-6] Update lambda python runtime version in integration tests This is a backport of PR #2065 as merged into main (915cb0d). SUMMARY The elb_target and s3_bucket_notification integration test targets were failing due to the python3.7 runtime no longer being supported. I have updated this to python3.12. While at it I went ahead and updated the secretsmanager_secret and sns_topic target runtimes from python3.9 to python3.12 too. ISSUE TYPE Bugfix Pull Request Reviewed-by: Mark Chappell
SUMMARY
The
elb_target
ands3_bucket_notification
integration test targets were failing due to the python3.7 runtime no longer being supported. I have updated this to python3.12. While at it I went ahead and updated thesecretsmanager_secret
andsns_topic
target runtimes from python3.9 to python3.12 too.ISSUE TYPE