]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs: run podman on stable-4.0 only 1542/head
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 31 Mar 2020 18:47:15 +0000 (14:47 -0400)
committerDimitri Savineau <dsavinea@redhat.com>
Tue, 31 Mar 2020 18:47:15 +0000 (14:47 -0400)
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 <dsavinea@redhat.com>
ceph-ansible-prs/build/build

index 6086d586edec9b73ecdc8df64a7f424a4d5ae3dc..a68ff259f901bcf9c92df8722180b97ba5428b09 100644 (file)
@@ -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