From c83cd218b3a6fd387b5de2a0e9380c3fb3a26a3c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 27 Nov 2020 14:49:48 +0100 Subject: [PATCH] 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 --- ceph-ansible-prs/build/build | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5