From 207adf189e25753bfc68b2998d430b16fb50d389 Mon Sep 17 00:00:00 2001 From: Vikhyat Umrao Date: Thu, 3 Feb 2022 15:45:58 -0800 Subject: [PATCH] use alpha tag for ceph-ansible until we have a stable-7.0 branch Signed-off-by: Vikhyat Umrao --- ceph-volume-ansible-prs/build/build | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5