From: Guillaume Abrioux Date: Mon, 1 Aug 2022 08:33:58 +0000 (+0200) Subject: ceph-ansible-prs: run rbdmirror against stable branches X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2042%2Fhead;p=ceph-build.git ceph-ansible-prs: run rbdmirror against stable branches Corresponding PRs: - ceph/ceph-ansible/pull/7269 (stable-7.0) - ceph/ceph-ansible/pull/7268 (stable-6.0) Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 13349f65..20bf411e 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -33,7 +33,6 @@ popd rm -rf $HOME/ansible/facts/* # Skip these scenarios, they don't exist. -[[ "$ghprbTargetBranch" =~ stable && "$SCENARIO" == rbdmirror ]] || [[ "$ghprbTargetBranch" != stable-4.0 && "$SCENARIO" == podman ]] || [[ "$ghprbTargetBranch" =~ stable-4.0|stable-3 && "$SCENARIO" =~ cephadm|cephadm_adopt ]] || [[ "$ghprbTargetBranch" != stable-3.2 && "$SCENARIO" == shrink_osd_legacy ]] ||