Add irrelevant-files for tripleo standalone jobs

Now that these job depend on tripleo-ci-centos-8-content-provider job to
run, they should have the same list. Else, these jobs will try to run
while the parent one did not, generating zuul errors as seen for example
in [1]

[1] https://review.opendev.org/#/c/763218/

Change-Id: I2bf2d25f6a6f651a740578e92720676975f8283f
This commit is contained in:
Bernard Cafarelli 2020-11-19 17:41:07 +01:00
parent dab45b14f5
commit d2187e8aa2
No known key found for this signature in database
GPG Key ID: 9531F08245465A52
1 changed files with 21 additions and 0 deletions

View File

@ -70,6 +70,26 @@
- build
dependencies: &consumer_deps
- tripleo-ci-centos-8-content-provider
irrelevant-files: &consumer_irrelevant_files
# use same list as dependency job
# synced from tripleo-ci-base-centos-8 base
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^metadata.json$
- ^releasenotes/.*$
# do not put requirements.txt here, as it can have a huge impact
- ^test-requirements.txt$
- ^lower-constraints.txt$
- ^spec/.*$
- ^Puppetfile.*$
- tox.ini
- ^setup.*$
- ^vars/sova-patterns.yml$
^.ansible-lint$
- ^.pre-commit-config.yaml$
- ^.yamllint$
- neutron-ovn-rally-task:
voting: false
# TripleO jobs that deploy OVN.
@ -83,6 +103,7 @@
voting: false
vars: *consumer_vars
dependencies: *consumer_deps
irrelevant-files: *consumer_irrelevant_files
- neutron-ovn-tempest-slow:
voting: false
- neutron-ovn-tempest-full-multinode-ovs-master: