-
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
base: main
Are you sure you want to change the base?
Conversation
- 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]>
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tosky The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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 |
@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