Skip to content

Commit f10f6a2

Browse files
Merge pull request #376 from tosky/kuttl-fix-xml-reporting
Fix the JUnitXML reporting
2 parents 12e4c8f + be8242e commit f10f6a2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

kuttl-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616

1717
apiVersion: kuttl.dev/v1beta1
1818
kind: TestSuite
19-
reportFormat: XML
20-
reportName: kuttl-test-manila
19+
reportFormat: xml
20+
reportName: kuttl-report-manila
21+
reportGranularity: test
2122
namespace: manila-kuttl-tests
2223
timeout: 180
2324
parallel: 1

zuul.d/jobs.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
attempts: 1
66
required-projects:
77
- github.com/openstack-k8s-operators/manila-operator
8+
irrelevant-files: &ir_files
9+
- .*/*.md
10+
- ^\..*$
11+
- ^LICENSE$
12+
- ^OWNERS$
13+
- ^OWNERS_ALIASES$
14+
- ^PROJECT$
15+
- ^README.md$
16+
- tests?\/functional
817
vars:
918
cifmw_kuttl_tests_env_vars:
1019
CEPH_HOSTNETWORK: true

0 commit comments

Comments
 (0)