From: Vikhyat Umrao Date: Thu, 3 Feb 2022 23:45:58 +0000 (-0800) Subject: use alpha tag for ceph-ansible until we have a stable-7.0 branch X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=207adf189e25753bfc68b2998d430b16fb50d389;p=ceph-build.git use alpha tag for ceph-ansible until we have a stable-7.0 branch Signed-off-by: Vikhyat Umrao --- diff --git a/ceph-volume-ansible-prs/build/build b/ceph-volume-ansible-prs/build/build index 7a61adc4..6a48847c 100644 --- a/ceph-volume-ansible-prs/build/build +++ b/ceph-volume-ansible-prs/build/build @@ -34,6 +34,8 @@ elif [[ "$ghprbTargetBranch" == "octopus" ]]; then CEPH_ANSIBLE_BRANCH="stable-5.0" elif [[ "$ghprbTargetBranch" == "pacific" ]]; then CEPH_ANSIBLE_BRANCH="stable-6.0" +elif [[ "$ghprbTargetBranch" == "quincy" ]]; then + CEPH_ANSIBLE_BRANCH="v7.0.0alpha1" else CEPH_ANSIBLE_BRANCH="master" fi