From: Dimitri Savineau Date: Tue, 31 Mar 2020 18:47:15 +0000 (-0400) Subject: ceph-ansible-prs: run podman on stable-4.0 only X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1542%2Fhead;p=ceph-build.git ceph-ansible-prs: run podman on stable-4.0 only We don't need to run an extra podman scenario job on newer branches than stable-4.0 because we're already using podman by default (CentOS 8) for all container scenarios. For older branches we don't support podman. Signed-off-by: Dimitri Savineau --- diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 6086d586..a68ff259 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -30,6 +30,6 @@ rm -rf $HOME/ansible/facts/* # Skip these scenarios, they don't exist. [[ "$ghprbTargetBranch" == stable-3.1 && "$SCENARIO" =~ lvm_batch|lvm_osds ]] || -[[ "$ghprbTargetBranch" =~ stable-3 && "$SCENARIO" == podman ]] || +[[ "$ghprbTargetBranch" != stable-4.0 && "$SCENARIO" == podman ]] || [[ "$ghprbTargetBranch" =~ stable-3 && "$SCENARIO" == filestore_to_bluestore ]] || start_tox