-
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
In integration tests use a common AMI rather than hard coded per test #1067
In integration tests use a common AMI rather than hard coded per test #1067
Conversation
cc @Zeekin @danquixote @garethr @jillr @marknet15 @markuman @s-hertel @wilvk @yaakov-github @Zeekin |
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
recheck |
Backport to stable-2: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 3f434f3 on top of patchback/backports/stable-2/3f434f3f7f5bd736ee004ef88244bf6ec6436704/pr-1067 Backporting merged PR #1067 into main
🤖 @patchback |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #1080 🤖 @patchback |
…#1067) In integration tests use a common AMI rather than hard coded per test Depends-On: #1068 SUMMARY Rather than hard coding the AMIs on a per-test basis, use a common AMI defined in setup_ec2_facts ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_asg_instance_refresh ec2_asg_lifecycle_hook ec2_asg_scheduled_action ec2_launch_template ec2_lc ec2_metric_alarm ec2_scaling_policy elb_network_lb elb_target elb_target_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <git@osuv.de> Reviewed-by: Jill R <None> (cherry picked from commit 3f434f3)
…#1067) (#1080) [PR #1067/3f434f3f backport][stable-3] In integration tests use a common AMI rather than hard coded per test This is a backport of PR #1067 as merged into main (3f434f3). Depends-On: #1068 SUMMARY Rather than hard coding the AMIs on a per-test basis, use a common AMI defined in setup_ec2_facts ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_asg_instance_refresh ec2_asg_lifecycle_hook ec2_asg_scheduled_action ec2_launch_template ec2_lc ec2_metric_alarm ec2_scaling_policy elb_network_lb elb_target elb_target_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <git@osuv.de>
…ble-collections#1071) Handle ec2_vol.tags when the associated instance already exists Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY Fixes ansible-collections#1067 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: GomathiselviS <None> Reviewed-by: Mike Graves <mgraves@redhat.com> Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Depends-On: #1068
SUMMARY
Rather than hard coding the AMIs on a per-test basis, use a common AMI defined in setup_ec2_facts
ISSUE TYPE
COMPONENT NAME
ec2_asg_instance_refresh
ec2_asg_lifecycle_hook
ec2_asg_scheduled_action
ec2_launch_template
ec2_lc
ec2_metric_alarm
ec2_scaling_policy
elb_network_lb
elb_target
elb_target_info
ADDITIONAL INFORMATION