From: Guillaume Abrioux Date: Fri, 17 Jul 2020 15:12:24 +0000 (+0200) Subject: ceph-ansible: play shrink_osd_legacy on 3.2 only X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1625%2Fhead;p=ceph-build.git ceph-ansible: play shrink_osd_legacy on 3.2 only Skip `shrink_osd_legacy` job on all branches but stable-3.2 Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 59417b53d..406d564f2 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -32,6 +32,6 @@ rm -rf $HOME/ansible/facts/* [[ "$ghprbTargetBranch" == stable-3.1 && "$SCENARIO" =~ lvm_batch|lvm_osds ]] || [[ "$ghprbTargetBranch" != stable-4.0 && "$SCENARIO" == podman ]] || [[ "$ghprbTargetBranch" =~ stable-4.0|stable-3 && "$SCENARIO" =~ cephadm|cephadm_adopt ]] || -[[ "$ghprbTargetBranch" == stable-4.0 && "$SCENARIO" == shrink_osd_legacy ]] || +[[ "$ghprbTargetBranch" != stable-3.2 && "$SCENARIO" == shrink_osd_legacy ]] || [[ "$ghprbTargetBranch" =~ stable-3 && "$SCENARIO" == filestore_to_bluestore ]] || start_tox