Skip to content
Snippets Groups Projects
Commit 9ac94ccd authored by ghanshyam's avatar ghanshyam Committed by Ghanshyam Mann
Browse files

Avoid running kolla source jobs for unnecessary files

While fixing test-requirement.txt, I found that
check pipeline can be more optimized in term of selecting
the jobs to run based on file change.
- https://review.openstack.org/#/c/567083/
kolla main jobs are not needed to be run on check
pipeline for test-requirements.txt, releasenotes/* etc.

This commit skip those jobs when only above files
are changed in patch. This is will save time as well
as infra resource also.

Change-Id: I0c1328237d2109b1d1d5dcb40f331fff1ab10257
parent 12f7b965
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,8 @@ ...@@ -74,6 +74,8 @@
irrelevant-files: irrelevant-files:
- ^.*\.rst$ - ^.*\.rst$
- ^doc/.* - ^doc/.*
- ^(test-|)requirements.txt$
- ^releasenotes/.*$
vars: vars:
scenario: aio scenario: aio
roles: roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment