From 5cb51e5462981483508727e14d767c4a69583725 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 28 Jan 2019 15:15:55 +0100 Subject: [PATCH] ceph-ansible: isolate switch_to_container scenario 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 --- .../config/definitions/ceph-ansible-prs.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index bb7ed209d..643297f49 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -27,6 +27,22 @@ 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' -- 2.47.3