Add irrelevant-files to the provider job

tripleo-ci-centos-8-content-provider needs to have the
same irrelevant-files definition as the jobs which depend
on it otherwise it may lead to the following zuul error:
'Unable to freeze job graph: Job X depends on Y which
was not run.', see https://review.opendev.org/#/c/762736/5

Change-Id: Ib80b9b46ab20ab99e1c6e765977a5ab8c3f0396c
This commit is contained in:
Martin Kopec 2020-11-14 18:34:53 +00:00
parent e8061e7971
commit fd593bd8b2
1 changed files with 5 additions and 3 deletions

View File

@ -16,13 +16,14 @@
- python-tempestconf-tempest-packstack-demo:
voting: false
- python-tempestconf-tempest-devstack-admin-plugins
- tripleo-ci-centos-8-content-provider
- tripleo-ci-centos-8-scenario002-standalone:
- tripleo-ci-centos-8-content-provider:
irrelevant-files: &irrelevant-files
- config_tempest/tests/.*$
- ^doc/.*$
- ^releasenotes/.*$
- ^.*\.rst$
- tripleo-ci-centos-8-scenario002-standalone:
irrelevant-files: *irrelevant-files
vars: &standalone
consumer_job: true
build_container_images: false
@ -50,7 +51,8 @@
- python-tempestconf-tempest-devstack-admin-stein
- python-tempestconf-tempest-devstack-demo
- python-tempestconf-tempest-devstack-admin-plugins
- tripleo-ci-centos-8-content-provider
- tripleo-ci-centos-8-content-provider:
irrelevant-files: *irrelevant-files
- tripleo-ci-centos-8-scenario002-standalone:
irrelevant-files: *irrelevant-files
vars: *standalone