From f88c7e19a71e0c3f9c83bc22ce13e101f11f856c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 23 May 2019 11:22:02 +0200 Subject: [PATCH] ceph-ansible: split project for ubuntu jobs so we don't create jobs that are never triggered in the CI. Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-ansible-prs.yml | 32 +++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 494e6988..3aba0f79 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -6,7 +6,6 @@ - dev distribution: - centos - - ubuntu deployment: - container - non_container @@ -32,6 +31,21 @@ jobs: - 'ceph-ansible-prs-pipeline' +- project: + name: ceph-ansible-prs-master-pipeline-ubuntu + slave_labels: 'vagrant && libvirt && smithi' + release: + - dev + distribution: + - ubuntu + deployment: + - container + - non_container + scenario: + - all_daemons + jobs: + - 'ceph-ansible-prs-pipeline' + - project: name: ceph-ansible-prs-master-non_container-pipeline slave_labels: 'vagrant && libvirt && smithi' @@ -70,7 +84,6 @@ - nautilus distribution: - centos - - ubuntu deployment: - container - non_container @@ -95,6 +108,21 @@ jobs: - 'ceph-ansible-prs-pipeline' +- project: + name: ceph-ansible-prs-nautilus-pipeline-ubuntu + slave_labels: 'vagrant && libvirt && smithi' + release: + - nautilus + distribution: + - ubuntu + deployment: + - container + - non_container + scenario: + - all_daemons + jobs: + - 'ceph-ansible-prs-pipeline' + - project: name: ceph-ansible-prs-nautilus-non_container-pipeline slave_labels: 'vagrant && libvirt && smithi' -- 2.39.5