From b0cac3d1604ed126ff8d5d23e3070ec78c293178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Tue, 16 Jul 2019 20:39:12 +0200 Subject: [PATCH] CI: Test Zun and NFV scenarios also when modifying relevant tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Additionally simplifies regexps. Change-Id: I3b027aeb330630a2ea90fc3e2c4b70c7fb38f058 Signed-off-by: Radosław Piliszek --- zuul.d/project.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index f780bd1374..a176b3be9a 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -23,9 +23,13 @@ - kolla-ansible-bifrost-centos-source: files: ^ansible\/roles\/bifrost\/.* - kolla-ansible-ubuntu-source-zun: - files: ^ansible\/roles\/(zun|kuryr)\/.* + files: + - ^ansible/roles/(zun|kuryr)/ + - ^tests/test-openstack.sh - kolla-ansible-centos-source-scenario-nfv: - files: ^ansible\/roles\/(barbican|heat|mistral|redis|tacker)\/.* + files: + - ^ansible/roles/(barbican|heat|mistral|redis|tacker)/ + - ^tests/test-scenario-nfv.sh - kolla-ansible-centos-source-ironic - kolla-ansible-centos-binary-ironic - kolla-ansible-ubuntu-source-ironic