]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: only exclude non_container-update 1714/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 27 Nov 2020 15:30:37 +0000 (16:30 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 27 Nov 2020 15:31:08 +0000 (16:31 +0100)
c83cd218b3a6fd387b5de2a0e9380c3fb3a26a3c excludes both `container` and
`non_container` jobs.

Only `non_container` should be excluded

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-prs/build/build

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