From ed4e7da448c5450e8caf36cd83aee92699286508 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 10 Jan 2020 14:46:54 +0100 Subject: [PATCH] ceph-ansible-prs: add docker2podman scenario This commit adds a new 'docker2podman' job for the ceph-ansible CI. Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-ansible-prs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 25cb3a9e..032a2fef 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -52,6 +52,18 @@ jobs: - 'ceph-ansible-prs-auto' +- project: + name: ceph-ansible-prs-docker2podman + slave_labels: 'vagrant && libvirt && (smithi || centos7)' + distribution: + - centos + deployment: + - container + scenario: + - docker_to_podman + jobs: + - 'ceph-ansible-prs-common-trigger' + - project: name: ceph-ansible-prs-common-trigger slave_labels: 'vagrant && libvirt && (smithi || centos7)' -- 2.39.5