From bb68ebff50d8b35d8d6acc10e1c7d96cb27ba2b5 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang <hoangcx@vn.fujitsu.com> Date: Mon, 12 Feb 2018 10:34:53 +0700 Subject: [PATCH] Ignore unnecessary changes for tempest job We don't need to run tempest job for unrelevant change in the project. Change-Id: Ica73aa077e2986b6dff5c3605c387aa009b2054d --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index cbd6177cd..7bf21b8b4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -22,6 +22,11 @@ - openstack/neutron - openstack/tempest - openstack/neutron-tempest-plugin + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ + - ^neutron-vpnaas/tests/unit/.*$ + - ^releasenotes/.*$ - job: name: neutron-vpnaas-dsvm-functional-sswan @@ -37,6 +42,7 @@ - ^.*\.rst$ - ^doc/.*$ - ^neutron-vpnaas/tests/unit/.*$ + - ^releasenotes/.*$ - job: name: neutron-vpnaas-dsvm-rally @@ -53,4 +59,5 @@ - ^.*\.rst$ - ^doc/.*$ - ^neutron-vpnaas/tests/unit/.*$ + - ^releasenotes/.*$