-
Notifications
You must be signed in to change notification settings - Fork 350
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
Disable ec2_key, ec2_snapshot and ec2_group tests #429
Disable ec2_key, ec2_snapshot and ec2_group tests #429
Conversation
recheck |
2 similar comments
recheck |
recheck |
recheck |
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!
recheck |
# reason: missing-dependency | ||
# We need either the openssl binary, pycrpto, or a compiler on the Py36 and Py38 | ||
# Zuul nodes |
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.
You can install this in CI by creating a top-level bindep.txt file with the following:
openssl [test platform:rpm]
for example. https://docs.opendev.org/opendev/bindep/latest/ gives a few more examples.
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.
I've tried adding that file and it still fails:
https://dashboard.zuul.ansible.com/t/ansible/stream/08ad48a55d024770bc7e4766fb3caa82?logfile=console.log
I can see the issue, give me a little bit (today) to add depends-on here for jobs to fix. |
recheck |
4 similar comments
recheck |
recheck |
recheck |
recheck |
2d92873
to
7f04ee7
Compare
ec2_group: update documentation for specifying port ranges Depends-on: #429 SUMMARY Added missing part of documentation for specifying port ranges as -1 value in parameter from_port and to_port is only supported for proto:icmp. Fixes #397 ISSUE TYPE Docs Pull Request COMPONENT NAME ec2_group Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <git@osuv.de> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@cd1430d
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@cd1430d
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@cd1430d
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@cd1430d
SUMMARY
Work around #428 and #440 #441
ISSUE TYPE
COMPONENT NAME
ec2_key
ec2_snapshot
ec2_group
ADDITIONAL INFORMATION