]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: isolate switch_to_container scenario 1243/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 28 Jan 2019 14:15:55 +0000 (15:15 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 28 Jan 2019 14:17:39 +0000 (15:17 +0100)
let's make this scenario based as a 'non_container' one so tox.ini will
set right values for`CEPH_ANSIBLE_VAGRANT_BOX` and `PLAYBOOK`.

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

index bb7ed209da5a9433029bb5ca5000fc275d118ddc..643297f4910996cb1f04b3f43b885b69214acc49 100644 (file)
     jobs:
         - 'ceph-ansible-prs-pipeline'
 
+- project:
+    name: ceph-ansible-prs-pipeline-switch
+    slave_labels: 'vagrant && libvirt && smithi'
+    release:
+      - dev
+      - luminous
+    distribution:
+      - centos
+      - ubuntu
+    deployment:
+      - non_container
+    scenario:
+      - switch_to_containers
+    jobs:
+        - 'ceph-ansible-prs-pipeline'
+
 - project:
     name: ceph-ansible-prs-pipeline-containers
     slave_labels: 'vagrant && libvirt && smithi'
@@ -40,7 +56,6 @@
       - container
     scenario:
       - podman
-      - switch_to_containers
       - ooo_collocation
     jobs:
         - 'ceph-ansible-prs-pipeline'