From 07970514a1701042be3d80ae099836d52a99268c Mon Sep 17 00:00:00 2001 From: Mykyta Karpin Date: Tue, 2 Aug 2016 11:30:13 +0300 Subject: [PATCH] Enable debian job for murano-agent Enable debian job for murano-agent in zuul configuration and make it voting. Change-Id: If7b34f8eb277f8d273c6f2a80f3e4db927651e67 --- murano-ci/zuul/layout.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/murano-ci/zuul/layout.yaml b/murano-ci/zuul/layout.yaml index 96655f1f..4fa37ed1 100755 --- a/murano-ci/zuul/layout.yaml +++ b/murano-ci/zuul/layout.yaml @@ -43,7 +43,7 @@ projects: - name: openstack/murano-agent check: - gate-murano-agent-ubuntu - #- gate-murano-agent-debian + - gate-murano-agent-debian - name: openstack/python-muranoclient check: - gate-murano-client-ubuntu @@ -53,6 +53,7 @@ projects: - gate-murano-ubuntu-nv - gate-murano-dashboard-ubuntu-nv - gate-murano-agent-ubuntu-nv + - gate-murano-agent-debian-nv - gate-murano-client-ubuntu-nv - coverage-murano-ubuntu @@ -64,7 +65,5 @@ jobs: voting: false - name: ^coverage-.*$ voting: false - - name: ^gate-murano-agent-debian$ - voting: false - name: ^gate-murano-deployment$ voting: false