skip podman job when target branch is stable-3.2 since it doesn't
support podman.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
# 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