diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 425f0f74e6..48fd7e9d0d 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -2765,6 +2765,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 @@ -2777,6 +2783,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 581ba67a75..053f56b98c 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -6815,6 +6815,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