From f1e5cdd8bc90e3bc4a544b0527ef13ae4b3a01ee Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 17 Jul 2020 16:48:59 +0200 Subject: [PATCH] ceph-ansible: skip some scenarios Let's skip these scenarios, they don't make sense. Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/build/build | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5