]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: skip some scenarios 1624/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 17 Jul 2020 14:48:59 +0000 (16:48 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 17 Jul 2020 14:50:38 +0000 (16:50 +0200)
Let's skip these scenarios, they don't make sense.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-prs/build/build

index a68ff259f901bcf9c92df8722180b97ba5428b09..59417b53d113d3d7eeb62c4fe4da527c40e0259f 100644 (file)
@@ -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