Skip to content

Commit 02e9eb1

Browse files
raukadahopenshift-merge-bot[bot]
authored andcommitted
Add irrelevant file list on openstack-check pipeline
Currently openstack-check RDO third party EDPM Zuul jobs are running on all opendev watcher project changes. It is a waste of resources. This pr copies irrelevant file list from watcher repo watcher-grenade job and add it in openstack-check pipeline to avoid resource wastage. Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
1 parent b517ea9 commit 02e9eb1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.zuul.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,18 @@
212212
override-checkout: main
213213
required-projects:
214214
- github.com/openstack-k8s-operators/watcher-operator
215+
irrelevant-files: &irrelevant_files_watcher
216+
# From watcher irrelevant_files from watcher-grenade job job: https://github.com/openstack/watcher/blob/master/.zuul.yaml#L151
217+
# - ^(test-|)requirements.txt$ It is needed to find dependency issue while building packages in content provider.
218+
- ^.*\.rst$
219+
- ^api-ref/.*$
220+
- ^doc/.*$
221+
- ^watcher/hacking/.*$
222+
- ^watcher/tests/.*$
223+
- ^releasenotes/.*$
224+
- ^setup.cfg$
225+
- ^tools/.*$
226+
- ^tox.ini$
215227
# Build watcher-operator always in meta content provider
216228
vars:
217229
cifmw_operator_build_operators:
@@ -222,5 +234,6 @@
222234
- watcher-operator-validation-master:
223235
branches: master
224236
override-checkout: main
237+
irrelevant-files: *irrelevant_files_watcher
225238
required-projects:
226239
- github.com/openstack-k8s-operators/watcher-operator

0 commit comments

Comments
 (0)