Fix irrelevant_files for dependant jobs

1. tripleo-ci-base-standalone-centos-8: has setup.py in irrelevant-files
tripleo-ci-centos-8-content-provider inherits from
tripleo-ci-base-standalone-centos-8 - so has setup.py in irrelevant files
as well

2. tripleo-ci-base-standalone-centos-8 does NOT have setup.py in irrelevant-files
tripleo-ci-centos-8-standalone does NOT have setup.py in irrelevant-files

3. so tripleo-ci-centos-8-standalone wants to run on setup.py,
but it depends on content-provider which does NOT run on setup.py
(see point 1)

Remove setup.py from irrelevant-files of content provider
(actually its parent job) to fix it.

Change-Id: Ie3130c20496e1e77531e2f5a156e53ae31c7da26
This commit is contained in:
Sagi Shnaidman 2021-05-06 15:22:41 +03:00
parent 5deb96d2b8
commit 98871d63fe

View File

@ -352,7 +352,6 @@
- ^spec/.*$
- ^Puppetfile.*$
- tox.ini
- ^setup.*$
- ^vars/sova-patterns.yml$
# This job definition holds the required projects