From 063b04de24664f273b4fcb290476c12de850dadf Mon Sep 17 00:00:00 2001 From: Ghanshyan Mann Date: Thu, 13 Dec 2018 22:23:06 +0900 Subject: [PATCH] Add irrelevant-files for grenade-py3 jobs grenade-py3 job is part of integrated-gate-py35 template now[1] Adding corresponding irrelevant-files for grenade-py3 also same as for other integrated jobs to avoid running it on test etc only changes Example- https://review.openstack.org/#/c/623420/ [1] http://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/zuul.d/project-templates.yaml#n1397 Change-Id: Ifc654f56f1a95fc1bbfab08d49b8fcc4534f1694 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index c284f1d528e..c1dcf0226ff 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -51,6 +51,8 @@ - networking-ovn-tempest-dsvm-ovs-release: voting: false irrelevant-files: *tempest-irrelevant-files + - grenade-py3: + irrelevant-files: *tempest-irrelevant-files gate: jobs: - neutron-functional @@ -67,6 +69,8 @@ timeout: 10800 - tempest-slow: irrelevant-files: *tempest-irrelevant-files + - grenade-py3: + irrelevant-files: *tempest-irrelevant-files periodic: jobs: - neutron-functional