-
Notifications
You must be signed in to change notification settings - Fork 26
More zuul jobs, and generate JUnitXML reports for KUTTL #309
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
More zuul jobs, and generate JUnitXML reports for KUTTL #309
Conversation
|
Skipping CI for Draft Pull Request. |
|
recheck |
|
recheck |
|
/test all |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/36199b234d564601ada878d358ea524b ❌ openstack-k8s-operators-content-provider FAILURE in 14m 02s |
|
I would appreciate some help to understand why the swift-operator kuttl jobs require a few additional variables and why those are not passed around in the code I'm using to trigger the those test |
- switch the type to XML (the accepted value is 'xml' lowercase, not uppercase); - tune the name a bit to highlight it is a report; - add the new reportGranularity parameter which is supported by kuttl 0.20.0 and will restore the pre-1.17 JUnitXML format (granularity by test case, instead of by step); - remove the URL of kuttl, so that it is not tied to a specific release. Signed-off-by: Luigi Toscano <[email protected]>
They are meant to replace the prow ones in the long term. Signed-off-by: Luigi Toscano <[email protected]>
86d7cb4 to
7676a13
Compare
|
I don't know what happened, but it looks like both tempest and kuttl zuul tests work now! |
|
recheck |
1 similar comment
|
recheck |
fmount
left a comment
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
|
@cschwede to approve ^ |
cschwede
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cschwede, fmount, tosky 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 |
51f7715
into
openstack-k8s-operators:main
|
@tosky: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Add KUTTL and tempest zuul jobs (meant to replace the prow ones in the long term)
KUTTL: generate JUnitXML reports
Depends-On: openstack-k8s-operators/ci-framework#2628