-
Notifications
You must be signed in to change notification settings - Fork 112
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
[polarion] Merge xmls with junitparser #1918
[polarion] Merge xmls with junitparser #1918
Conversation
Thanks for the PR! ❤️ |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/80d8eab8c09646b98170eb25305294dd ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 52m 05s |
04d439c
to
9cc97d2
Compare
37ca45a
to
8710b05
Compare
In case there are multiple xml files that need to be reported to polarion, we need to merge them before passing them to jump. Using junitparser even in cases where there is only one xml file will have these benefits: * we don't have to write when conditions * the output xml will have the same structure - the content will be wrapped in <testsuites> tags whether we have more xml results or not - testsuite in junitparser context equals to one xml input.
8710b05
to
a988d52
Compare
/lgtm |
Just please note in the future we will need to readd the loop, for example when a job reports different "phases" of testing. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raukadah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7527689
into
openstack-k8s-operators:main
In case there are multiple xml files that need to be reported
to polarion, we need to merge them before passing them to jump.
Using junitparser even in cases where there is only one xml file
will have these benefits:
be wrapped in tags whether we have more xml results
or not - testsuite in junitparser context equals to one xml input.
As a pull request owner and reviewers, I checked that: