From fd593bd8b26222ae97ebdd2de9fcbbfd19b211bb Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Sat, 14 Nov 2020 18:34:53 +0000 Subject: [PATCH] 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 --- .zuul.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e5db5358..2c024856 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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