From 54b78df00331d0920f6c4ac2c6c46caa539a1fb3 Mon Sep 17 00:00:00 2001 From: Gabriele Cerami Date: Wed, 12 Sep 2018 23:57:38 +0100 Subject: [PATCH] Fix files conditions for scenario 007 and 008 An incorrectly indented regexp was causing jobs not to be triggered correctly. fixing indentation make the jobs trigger correctly Change-Id: Ic665dd273aab37dbd689c0a51cb0c3e4f0bc1e56 --- zuul.d/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index ca69d9f074..a94c7fc119 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -94,7 +94,7 @@ - tripleo-ci-centos-7-scenario008-multinode-oooq-container: files: - ci/environments/scenario008-multinode-containers.yaml - - ^(docker|puppet)/services/.*(odl|opendaylight).*$ + - ^(docker|puppet)/services/(odl|opendaylight).*$ - ^(docker|puppet)/services/neutron-plugin-ml2.yaml #LP1765975 - ^environments\/.*.yaml - ^deployed-server/.*$