-
Notifications
You must be signed in to change notification settings - Fork 397
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
[PR #1468/1cd7cebb backport][stable-4] tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts #1499
Merged
softwarefactory-project-zuul
merged 2 commits into
stable-4
from
patchback/backports/stable-4/1cd7cebba362c186611af208cc82095404536af9/pr-1468
Sep 19, 2022
Merged
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
tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts amzn2-ami-hvm-2.0.20190612-x86_64-gp2 is not available anymore, we now use setup_ec2_facts to get the right AMI ID. Reviewed-by: Mark Chappell <None> (cherry picked from commit 1cd7ceb)
This comment was marked as off-topic.
This comment was marked as off-topic.
ansibullbot
added
integration
tests/integration
needs_info
This issue requires further information. Please answer any outstanding questions
needs_template
This issue/PR has an incomplete description. Please fill in the proposed template correctly
needs_triage
new_contributor
Help guide this first time contributor
tests
tests
labels
Sep 19, 2022
tremble
approved these changes
Sep 19, 2022
softwarefactory-project-zuul
bot
deleted the
patchback/backports/stable-4/1cd7cebba362c186611af208cc82095404536af9/pr-1468
branch
September 19, 2022 10:36
softwarefactory-project-zuul bot
pushed a commit
that referenced
this pull request
Sep 20, 2022
[PR #1410/3d4736bb backport][stable-4] Minor sanity test fixes (new devel) Depends-On: #1499 This is a backport of PR #1410 as merged into main (3d4736b). SUMMARY ansible-devel has added a new PEP test (missing whitespace after keyword), this adds the fixes before the devel sanity tests are 'voting'. Additionally fixes: unused variables broad catching of Exception ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/modules/autoscaling_group_info.py plugins/modules/cloudfront_distribution.py plugins/modules/cloudfront_origin_access_identity.py plugins/modules/cloudtrail.py plugins/modules/ec2_vpc_nacl.py plugins/modules/eks_fargate_profile.py plugins/modules/redshift.py plugins/modules/s3_bucket_info.py ADDITIONAL INFORMATION cloudfront_distribution still has a lot of catch Exception but it's part of parameter validation which should be overhauled separately, unfortunately the tests are rather b0rked. Reviewed-by: Mark Chappell <None>
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this pull request
Oct 24, 2023
Manually merged (.github/)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
integration
tests/integration
mergeit
Merge the PR (SoftwareFactory)
needs_info
This issue requires further information. Please answer any outstanding questions
needs_template
This issue/PR has an incomplete description. Please fill in the proposed template correctly
needs_triage
new_contributor
Help guide this first time contributor
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.
This is a backport of PR #1468 as merged into main (1cd7ceb).
amzn2-ami-hvm-2.0.20190612-x86_64-gp2
is not available anymore, we now usesetup_ec2_facts
to get the right AMI ID.