Skip to content

Commit be8242e

Browse files
committed
Fix the kuttl zuul job to also run on significant changes
Previously the changes to kuttl-test.yaml itself were ignored.
1 parent 4f1e1e2 commit be8242e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)