]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: split project for ubuntu jobs 1303/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 23 May 2019 09:22:02 +0000 (11:22 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 23 May 2019 09:42:35 +0000 (11:42 +0200)
so we don't create jobs that are never triggered in the CI.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml

index 494e6988845f14b5bf474905dfcc6452b478f92b..3aba0f798e52ca939de1a5c72a19f5ba9855a9bb 100644 (file)
@@ -6,7 +6,6 @@
       - dev
     distribution:
       - centos
-      - ubuntu
     deployment:
       - container
       - non_container
     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
     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'