From 67fa8f70952170609c5540306267a1aa1e34dea2 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 27 Nov 2020 16:30:37 +0100 Subject: [PATCH] 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 --- ceph-ansible-prs/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3