]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: play shrink_osd_legacy on 3.2 only 1625/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 17 Jul 2020 15:12:24 +0000 (17:12 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 17 Jul 2020 15:12:24 +0000 (17:12 +0200)
Skip `shrink_osd_legacy` job on all branches but stable-3.2

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

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