Skip to content

Commit 8bb0a78

Browse files
committed
Add all molecule files to the scope of check_zuul_jobs
check_zuul_jobs take care of multiple zuul related files. It also includes molecule job file. If any change is made to molecule within role definition, this job is not triggered, and it causes manual changes issue for molecule.yml zuul file. This commit ensure this job is run every time when any change is made to molecule file of any role. It will ensure jobs are not broken due to such changes.
1 parent e0af6a7 commit 8bb0a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zuul.d/pods.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- ^zuul.d/.*
3535
- ^ci/templates/.*
3636
- ^ci/config/.*
37+
- ^roles/.*/molecule/.*
3738

3839
- job:
3940
name: cifmw-pod-k8s-snippets-source

0 commit comments

Comments
 (0)