From 7b57342dbce8d584d61ed7f9b882f917a9689762 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 1 Mar 2019 13:22:11 +0100 Subject: [PATCH] ceph-ansible-pipeline: add ubuntu purge testing for PRs on master Add testing against ubuntu for purge scenarios Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-ansible-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml index 175fafab..979954ee 100644 --- a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml +++ b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml @@ -161,6 +161,8 @@ projects: - name: 'ceph-ansible-prs-dev-centos-container-purge' current-parameters: true + - name: 'ceph-ansible-prs-dev-ubuntu-container-purge' + current-parameters: true - conditional-step: condition-kind: shell condition-command: | @@ -180,6 +182,8 @@ projects: - name: 'ceph-ansible-prs-dev-centos-non_container-purge' current-parameters: true + - name: 'ceph-ansible-prs-dev-ubuntu-non_container-purge' + current-parameters: true - conditional-step: condition-kind: shell condition-command: | -- 2.39.5