]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use alpha tag for ceph-ansible until we have a stable-7.0 branch 1964/head
authorVikhyat Umrao <vikhyat@redhat.com>
Thu, 3 Feb 2022 23:45:58 +0000 (15:45 -0800)
committerVikhyat Umrao <vikhyat@redhat.com>
Fri, 4 Feb 2022 22:34:31 +0000 (14:34 -0800)
Signed-off-by: Vikhyat Umrao <vikhyat@redhat.com>
ceph-volume-ansible-prs/build/build

index 7a61adc4fb05c00df1ae69718a32714549117d07..6a48847c8310546635cc1c738778be3439eff544 100644 (file)
@@ -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