From b6e4ed5aac9d9ed9e855bc42df5432a84eaa0a12 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 11 Feb 2019 14:08:21 +0100 Subject: [PATCH] ceph-ansible: reintroduce ubuntu testing add back ubuntu testing on ceph-ansible PRs. Closes: ceph/ceph-ansible#3590 Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-ansible-pipeline.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml index f4252ce1..175fafab 100644 --- a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml +++ b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml @@ -532,12 +532,16 @@ projects: - name: 'ceph-ansible-prs-dev-centos-non_container-all_daemons' current-parameters: true - - name: 'ceph-ansible-prs-dev-rhel-container-podman' - current-parameters: true - name: 'ceph-ansible-prs-dev-centos-container-all_daemons' current-parameters: true - name: 'ceph-ansible-prs-dev-centos-container-collocation' current-parameters: true + - name: 'ceph-ansible-prs-dev-ubuntu-non_container-all_daemons' + current-parameters: true + - name: 'ceph-ansible-prs-dev-ubuntu-container-all_daemons' + current-parameters: true + - name: 'ceph-ansible-prs-dev-rhel-container-podman' + current-parameters: true - conditional-step: condition-kind: shell condition-command: | -- 2.39.5