We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12e4c8f + be8242e commit f10f6a2Copy full SHA for f10f6a2
kuttl-test.yaml
@@ -16,8 +16,9 @@
16
17
apiVersion: kuttl.dev/v1beta1
18
kind: TestSuite
19
-reportFormat: XML
20
-reportName: kuttl-test-manila
+reportFormat: xml
+reportName: kuttl-report-manila
21
+reportGranularity: test
22
namespace: manila-kuttl-tests
23
timeout: 180
24
parallel: 1
zuul.d/jobs.yaml
@@ -5,6 +5,15 @@
5
attempts: 1
6
required-projects:
7
- 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$
+ - tests?\/functional
vars:
cifmw_kuttl_tests_env_vars:
CEPH_HOSTNETWORK: true
0 commit comments