From 2248cf99709371b70a6d84b1b380ef73ffc0f5e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 8 Nov 2018 17:18:24 +0100 Subject: [PATCH] ceph-ansible-pipeline: do not test ooo on master MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since all the scenario use lvm now, the ooo scenario will always fail when triggered from the pipeline. The job will remain in stable branches though. Signed-off-by: Sébastien Han --- .../config/definitions/ceph-ansible-pipeline.yml | 2 -- 1 file changed, 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 936454868..26da74ea6 100644 --- a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml +++ b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml @@ -437,8 +437,6 @@ current-parameters: true - name: 'ceph-ansible-prs-dev-docker_cluster_collocation' current-parameters: true - - name: 'ceph-ansible-prs-dev-ooo_collocation' - current-parameters: true - conditional-step: condition-kind: shell condition-command: | -- 2.47.3