From 5ab347d78f093d8917f5488a43ca39dbf35e826c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 12 Jul 2022 21:33:37 +0200 Subject: [PATCH] ca-ansible-prs: add rbdmirror scenario add functional testing for rbdmirror scenario Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/build/build | 1 + ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 1 + 2 files changed, 2 insertions(+) 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' -- 2.47.3