-
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
Backport stable-2: Various integration test fixes (#984) #1141
Merged
softwarefactory-project-zuul
merged 1 commit into
ansible-collections:stable-2
from
jatorcasso:patchback/backports/stable-2/integration-test-fixes
May 9, 2022
Merged
Backport stable-2: Various integration test fixes (#984) #1141
softwarefactory-project-zuul
merged 1 commit into
ansible-collections:stable-2
from
jatorcasso:patchback/backports/stable-2/integration-test-fixes
May 9, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Various integration test fixes SUMMARY Updates the version of Python used by lambda in the lambda_alias, lambda_policy and aws_secret integration tests Updates the version of NodeJS used by the lambda in the lamba integration tests Adds a retry to the s3_bucket_notification tests, permissions are sometimes a little slow to update Cleans up Snapshots from rds_instance integration tests Disables broken WAFv2 integration test (ansible-collections#985) Fixes: ansible-collections#976 ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_secret lambda lambda_alias lambda_policy rds_policy s3_bucket_notification wafv2 ADDITIONAL INFORMATION Amazon appear to have dropped support for creating Python2.7 lambdas: botocore.errorfactory.InvalidParameterValueException: An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: The runtime parameter of python2.7 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (python3.9) while creating or updating functions. Reviewed-by: Alina Buzachis <None> (cherry picked from commit c5e4640)
ansibullbot
added
community_review
integration
tests/integration
needs_triage
plugins
plugin (any type)
tests
tests
labels
May 9, 2022
markuman
approved these changes
May 9, 2022
softwarefactory-project-zuul
bot
merged commit May 9, 2022
a145f4a
into
ansible-collections:stable-2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community_review
integration
tests/integration
mergeit
Merge the PR (SoftwareFactory)
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Backport #984 into stable-2
c5e4640