From: Guillaume Abrioux Date: Fri, 27 Nov 2020 15:30:37 +0000 (+0100) Subject: ceph-ansible: only exclude non_container-update X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1714%2Fhead;p=ceph-build.git ceph-ansible: only exclude non_container-update c83cd218b3a6fd387b5de2a0e9380c3fb3a26a3c excludes both `container` and `non_container` jobs. Only `non_container` should be excluded Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 9af9b874..c6ab6985 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -34,7 +34,7 @@ rm -rf $HOME/ansible/facts/* [[ "$ghprbTargetBranch" =~ stable-4.0|stable-3 && "$SCENARIO" =~ cephadm|cephadm_adopt ]] || [[ "$ghprbTargetBranch" != stable-3.2 && "$SCENARIO" == shrink_osd_legacy ]] || [[ "$ghprbTargetBranch" =~ stable-3 && "$SCENARIO" == filestore_to_bluestore ]] || -[[ "$ghprbTargetBranch" == stable-5.0 && "$SCENARIO" == update ]] || +[[ "$ghprbTargetBranch" == stable-5.0 && "$DEPLOYMENT" == "non_container" && "$SCENARIO" == update ]] || start_tox # Update scenario on stable-5.0 must be enabled back once 15.2.8 is out