-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add CI upload junit xml test results #2257
Conversation
120d073
to
f754073
Compare
9e3d76c
to
e4de2cc
Compare
Why disable linting? |
e4de2cc
to
a7ec0af
Compare
@jctanner that was just for testing |
a7ec0af
to
135a600
Compare
EDIT: failure is related to missing vars and secrets in my fork, this should work correctly in ansible repo upload fails with
(https://github.com/ansible/galaxy_ng/actions/runs/10788270380/job/29918687050?pr=2257#step:9:13) looks like we're missing org variables: `PDE_ORG_RESULTS_AGGREGATOR_UPLOAD_USER, PDE_ORG_RESULTS_UPLOAD_PASSWORD, PDE_ORG_RESULTS_AGGREGATOR_UPLOAD_URL`` |
No-Issue
No-Issue
4a10276
to
a859837
Compare
Given the |
No-Issue
No-Issue
c412357
to
8997f0d
Compare
@jctanner good catch, I forgot this is executed inside the container Updated to curl in the pulp container, does this work for you? |
Seems fine as long as it does what it is supposed to. |
Merged, the only way to test this is in production |
No-Issue ALLOW_LOCAL_RESOURCE_MANAGEMENT truthiness (ansible#2255) Add fuzzy logic to ui/v2/users for ALLOW_LOCAL_RESOURCE_MANAGEMENT. No-Issue Signed-off-by: James Tanner <[email protected]> Add CI upload junit xml test results (ansible#2257) * upload junit xml test results * run only in ansible repo * upload inside the docker No-Issue Fix SonarCloud readability issues (ansible#2221) No-Issue Exclude vendored code from SonarCloud analysis (ansible#2264) No-Issue Mark more 2.5 tests (ansible#2262) mark more 2.5 tests No-Issue
This PR adds storing Hub unit test results in jUnit XML file when the test are running and then uploading them to the platform readiness dashboard.
Issue: https://issues.redhat.com/browse/AAP-29782
Documentation: handbook.eng.ansible.com/docs/Testing/xunit-junit
copy-pasted from https://github.com/ansible/aap-gateway/pull/527