From: Guillaume Abrioux Date: Fri, 17 Jul 2020 14:48:59 +0000 (+0200) Subject: ceph-ansible: skip some scenarios X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f1e5cdd8bc90e3bc4a544b0527ef13ae4b3a01ee;p=ceph-build.git ceph-ansible: skip some scenarios Let's skip these scenarios, they don't make sense. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index a68ff259..59417b53 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -31,5 +31,7 @@ rm -rf $HOME/ansible/facts/* # Skip these scenarios, they don't exist. [[ "$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 && "$SCENARIO" == filestore_to_bluestore ]] || start_tox