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:
parent
e8061e7971
commit
fd593bd8b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user