From d45921ff2d808a59af7dd9f5f7e2ff41e015c757 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 17 Jul 2020 17:12:24 +0200 Subject: [PATCH] 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 --- ceph-ansible-prs/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 59417b53..406d564f 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 -- 2.39.5