diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 5ce27a7f9c..65d17ec44a 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1737,6 +1737,8 @@ jobs: - name: ^gate-tripleo-ci-centos-7-scenario001-multinode(-upgrades)?(-oooq)?(-nv)?$ branch: ^(?!stable/(hammer|liberty|mitaka)).*$ files: + - ^puppet/services/glance.*$ + - ^manifests/profile/base/glance.*$ - ^manifests/haproxy.*$ - ^puppet/services/aodh.*$ - ^manifests/profile/base/aodh.*$ @@ -1765,6 +1767,8 @@ jobs: - name: ^gate-tripleo-ci-centos-7-scenario002-multinode(-upgrades)?(-oooq)?(-nv)?$ branch: ^(?!stable/(hammer|liberty|mitaka)).*$ files: + - ^puppet/services/glance.*$ + - ^manifests/profile/base/glance.*$ - ^manifests/haproxy.*$ - ^puppet/services/barbican.*$ - ^manifests/profile/base/barbican.*$ @@ -1783,6 +1787,8 @@ jobs: - name: ^gate-tripleo-ci-centos-7-scenario003-multinode(-upgrades)?(-oooq)?(-nv)?$ branch: ^(?!stable/(hammer|liberty|mitaka)).*$ files: + - ^puppet/services/glance.*$ + - ^manifests/profile/base/glance.*$ - ^manifests/haproxy.*$ - ^puppet/services/sahara.*$ - ^manifests/profile/base/sahara.*$ @@ -1793,6 +1799,8 @@ jobs: - name: ^gate-tripleo-ci-centos-7-scenario004-multinode(-upgrades)?(-oooq)?(-nv)?$ branch: ^(?!stable/(hammer|liberty|mitaka|newton)).*$ files: + - ^puppet/services/glance.*$ + - ^manifests/profile/base/glance.*$ - ^manifests/haproxy.*$ - ^puppet/services/ceph.*$ - ^manifests/profile/base/ceph.*$