From: Guillaume Abrioux Date: Thu, 23 May 2019 09:22:02 +0000 (+0200) Subject: ceph-ansible: split project for ubuntu jobs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f88c7e19a71e0c3f9c83bc22ce13e101f11f856c;p=ceph-build.git 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 --- 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'