From 0cd51aea5590f5bdfe79376724e4946be1a99f39 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 6 Apr 2016 20:30:39 -0400 Subject: [PATCH] Experimental gate-kolla-dsvm-build-centos-7-binary Give us the ability to test centos-7 dibs before moving kolla off devstack-centos7. Change-Id: Id9b5ad9dd812d8f53fd35adb3d9bd231b68daa8f Signed-off-by: Paul Belanger --- jenkins/jobs/projects.yaml | 12 ++++++++++++ zuul/layout.yaml | 2 ++ 2 files changed, 14 insertions(+) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 91edd92747..af6a4afb1f 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -2763,6 +2763,12 @@ node: 'devstack-centos7' pipeline: gate type: binary + - '{pipeline}-kolla-dsvm-{action}-{distro}-{type}': + action: build + distro: centos-7 + node: 'centos-7' + pipeline: gate + type: binary - '{pipeline}-kolla-dsvm-{action}-{distro}-{type}': action: deploy distro: centos @@ -2775,6 +2781,12 @@ node: 'devstack-centos7' pipeline: gate type: source + - '{pipeline}-kolla-dsvm-{action}-{distro}-{type}': + action: build + distro: centos-7 + node: 'centos-7' + pipeline: gate + type: source - '{pipeline}-kolla-dsvm-{action}-{distro}-{type}': action: deploy distro: centos diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 31d09ae9b9..09c06d8fcd 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -6799,6 +6799,8 @@ projects: - gate-kolla-dsvm-deploy-ubuntu-binary - gate-kolla-dsvm-deploy-ubuntu-source experimental: + - gate-kolla-dsvm-build-centos-7-binary + - gate-kolla-dsvm-build-centos-7-source - gate-kolla-dsvm-deploy-multinode-ubuntu-source - gate-kolla-dsvm-build-oraclelinux-binary - gate-kolla-dsvm-deploy-oraclelinux-binary