Skip to content
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

Make it easier to collect environment when integration tests fail in PR #648

Closed
1 task done
sebastien-rosset opened this issue Jan 28, 2022 · 3 comments
Closed
1 task done
Labels
CI feature This issue/PR relates to a feature request jira

Comments

@sebastien-rosset
Copy link
Contributor

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

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link

Files identified in the description:
None

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request needs_triage labels Jan 28, 2022
@goneri
Copy link
Member

goneri commented Feb 15, 2022

The CI uses the last git branches. So you can just write something like stable-2.11. But I agree, it would be nice to improve the field description.

@jillr jillr added jira and removed needs_triage labels Feb 22, 2022
@tremble
Copy link
Contributor

tremble commented Feb 6, 2023

We now have a separate "CI Bug Report" template https://github.com/ansible-collections/amazon.aws/blob/main/.github/ISSUE_TEMPLATE/ci_report.yml which can be used instead of the issues template

@tremble tremble closed this as completed Feb 6, 2023
abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Oct 24, 2023
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
Fixes ansible-collections#597
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
aws_kms_info
ADDITIONAL INFORMATION

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: None <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI feature This issue/PR relates to a feature request jira
Projects
None yet
Development

No branches or pull requests

6 participants