Skip to content

Commit

Permalink
Fix the kuttl zuul job to also run on significant changes
Browse files Browse the repository at this point in the history
Previously the changes to kuttl-test.yaml itself were ignored.
  • Loading branch information
tosky committed Dec 12, 2024
1 parent 54bcf62 commit 8f183c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
attempts: 1
required-projects:
- github.com/openstack-k8s-operators/manila-operator
irrelevant-files: &ir_files
- .*/*.md
- ^\..*$
- ^LICENSE$
- ^OWNERS$
- ^OWNERS_ALIASES$
- ^PROJECT$
- ^README.md$
- tests?\/functional
vars:
cifmw_kuttl_tests_env_vars:
CEPH_HOSTNETWORK: true
Expand Down

0 comments on commit 8f183c2

Please sign in to comment.