From: Guillaume Abrioux Date: Fri, 27 Nov 2020 13:49:48 +0000 (+0100) Subject: ceph-ansible: disable update scenario on octopus X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c83cd218b3a6fd387b5de2a0e9380c3fb3a26a3c;p=ceph-build.git ceph-ansible: disable update scenario on octopus `ceph-volume simple scan` in octopus is broken and make the upgrade testing scenario failing. Until 15.2.8 is out, which will be the next release including the fix for this. We can't make this scenario passing the CI. Let's disable it temporarily. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 406d564f..9af9b874 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -34,4 +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 ]] || start_tox + +# Update scenario on stable-5.0 must be enabled back once 15.2.8 is out