Skip to content

Commit bcdd70e

Browse files
committed
Increase the scope of cifmw-pods-zuul-files job
Just checking the changes to molecule files solve only half of our problem. If a user add a new role, even then molecule job definition for that role is not added, and this job starts to fail in future. Though running this job on any change made in roles dir is quite wider scope. But seems like it is not possible to just run the job when new role is added.
1 parent 9ee0843 commit bcdd70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zuul.d/pods.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- ^zuul.d/.*
3333
- ^ci/templates/.*
3434
- ^ci/config/.*
35-
- ^roles/.*/molecule/.*
35+
- ^roles/.*
3636

3737
- job:
3838
name: cifmw-pod-k8s-snippets-source

0 commit comments

Comments
 (0)