You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a new bug, the bug template has fields which are supposed to be populated with the output of commands such as ansible --version. This does not work well when an issue is found while running PR tests in zuul.
For example, suppose I submit a PR for module X and a problem in module Y occurs, unrelated to my PR changes. The PR template does not work great because it's not clear how to obtain the data from the zuul logs. It's certainly possible to provide the link to the full zuul logs, though these logs seem to have limited retention, so they disappear after a while.
Issue Type
Feature Idea
Component Name
reporting of test environment.
Additional Information
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
Add keys_attr parameter to aws_kms_info
SUMMARY
Move the kms_info return value from "keys" (which conflicts with keys()) to kms_keys. Add a parameter to support the old version
Fixesansible-collections#597
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
aws_kms_info
ADDITIONAL INFORMATION
Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: None <None>
Summary
When opening a new bug, the bug template has fields which are supposed to be populated with the output of commands such as
ansible --version
. This does not work well when an issue is found while running PR tests in zuul.For example, suppose I submit a PR for module X and a problem in module Y occurs, unrelated to my PR changes. The PR template does not work great because it's not clear how to obtain the data from the zuul logs. It's certainly possible to provide the link to the full zuul logs, though these logs seem to have limited retention, so they disappear after a while.
Issue Type
Feature Idea
Component Name
reporting of test environment.
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: