]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: disable update scenario on octopus 1713/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 27 Nov 2020 13:49:48 +0000 (14:49 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 27 Nov 2020 13:49:48 +0000 (14:49 +0100)
`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 <gabrioux@redhat.com>
ceph-ansible-prs/build/build

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