-
Notifications
You must be signed in to change notification settings - Fork 341
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
Refactor test code for fetching AMIs and AZs #485
Merged
ansible-zuul
merged 3 commits into
ansible-collections:main
from
tremble:test_facts_refactor
Sep 1, 2021
Merged
Refactor test code for fetching AMIs and AZs #485
ansible-zuul
merged 3 commits into
ansible-collections:main
from
tremble:test_facts_refactor
Sep 1, 2021
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
ansibullbot
added
WIP
Work in progress
feature
This issue/PR relates to a feature request
integration
tests/integration
needs_triage
plugins
plugin (any type)
tests
tests
labels
Aug 31, 2021
tremble
force-pushed
the
test_facts_refactor
branch
from
August 31, 2021 16:56
f745df1
to
7cc03bf
Compare
tremble
changed the title
[WIP] Refactor test code for fetching AMIs and AZs
Refactor test code for fetching AMIs and AZs
Aug 31, 2021
@goneri I mentioned standardizing on a single AMI this is my suggestion of how to implement |
I tend to think we can just declare a region/AMI mapping and avoid the logic to auto-guess the right image. |
goneri
approved these changes
Aug 31, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
ansibullbot
added
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR
and removed
community_review
labels
Aug 31, 2021
tremble
force-pushed
the
test_facts_refactor
branch
from
August 31, 2021 19:03
7cc03bf
to
d52de48
Compare
ansibullbot
added
community_review
module
module
and removed
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR
labels
Aug 31, 2021
tremble
force-pushed
the
test_facts_refactor
branch
from
August 31, 2021 19:52
295a0dc
to
6fe0ec5
Compare
tremble
force-pushed
the
test_facts_refactor
branch
from
August 31, 2021 20:24
6fe0ec5
to
b4f9b64
Compare
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Oct 24, 2023
) * fix test bugs * Update tests/integration/targets/aws_acm/tasks/full_acm_test.yml Co-authored-by: Mark Chappell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community_review
feature
This issue/PR relates to a feature request
integration
tests/integration
module
module
needs_triage
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
Our Tests have a lot of copy and paste code, let's try refactoring a little. This also means we're more consistent about which AMIs we use.
ISSUE TYPE
COMPONENT NAME
cloudformation
ec2
ec2_ami
ec2_eni
ec2_vol
ec2_vpc_route_table
ec2_vpc_subnet
ADDITIONAL INFORMATION