From 65cdcf4aaa9aec2fbeb29c9734b07efff32a2c49 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Mon, 6 Aug 2018 07:23:16 +0000 Subject: [PATCH] Define irrelevant-files for tempest-full-py3 job tempest-full-py3 job runs on nova check and gate pipeline as part of 'integrated-gate-py35' template. Unlike tempest-full or other job, nova job definition list on project-config side[1] does not define the irrelevant-files for tempest-full-py job which leads to run this job on doc/test file only change also. This commit defines the irrelevant-files for tempest-full-py3 on nova's zuul.yaml. Closes-Bug: #1785425 [1] https://github.com/openstack-infra/project-config/blob/57907fbf04c3f9a69d390efee800d42697faae16/zuul.d/projects.yaml#L9283 Change-Id: I887177c078a53c53e84289a6b134d7ea357dfbef --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 38541e70a3dc..dc966dcf0ea4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -163,6 +163,8 @@ - nova-tox-functional - nova-tox-functional-py35 - openstack-tox-lower-constraints + - tempest-full-py3: + irrelevant-files: *dsvm-irrelevant-files gate: jobs: - nova-cells-v1 @@ -172,6 +174,8 @@ - nova-tox-functional - nova-tox-functional-py35 - openstack-tox-lower-constraints + - tempest-full-py3: + irrelevant-files: *dsvm-irrelevant-files experimental: jobs: - nova-caching-scheduler