]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: don't run podman on stable-3.2 1407/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 8 Oct 2019 16:12:09 +0000 (18:12 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 8 Oct 2019 16:12:09 +0000 (18:12 +0200)
skip podman job when target branch is stable-3.2 since it doesn't
support podman.

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

index 7d3f90b7cdc774d2eee94943b149aa95c887d324..8e73a9164c46746310b451dc974a039241facd7e 100644 (file)
@@ -28,7 +28,5 @@ popd
 # In the same logic, clean fact cache
 rm -rf $HOME/ansible/facts/*
 
-# stable-3.0 doesn't have ceph-volume and therefore doesn't support LVM scenarios.
-# Rather than running a bunch of conditional steps in the pipeline to check if
-# a PR is merging into the stable-3.0 branch, we'll just pass LVM jobs.
-[[ "$ghprbTargetBranch" == "stable-3.0" && "$SCENARIO" == *"lvm"* ]] || start_tox
+# stable-3.2 doesn't support podman.
+[[ "$ghprbTargetBranch" == "stable-3.2" && "$SCENARIO" == "podman" ]] || start_tox