From: Guillaume Abrioux Date: Tue, 12 Jul 2022 19:33:37 +0000 (+0200) Subject: ca-ansible-prs: add rbdmirror scenario X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2033%2Fhead;p=ceph-build.git ca-ansible-prs: add rbdmirror scenario add functional testing for rbdmirror scenario Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 20bf411e..13349f65 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -33,6 +33,7 @@ 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 ]] || diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index d0408a02..42d052a6 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -34,6 +34,7 @@ - collocation - lvm_batch - external_clients + - rbdmirror jobs: - 'ceph-ansible-prs-auto'