From ea2bdae7b04b1ed21c16572089b05640ea7dfa7a Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Tue, 31 Mar 2020 14:47:15 -0400 Subject: [PATCH] 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 --- ceph-ansible-prs/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3