From: Guillaume Abrioux Date: Sat, 12 Feb 2022 05:13:36 +0000 (+0100) Subject: Revert "use alpha tag for ceph-ansible until we have a stable-7.0 branch" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=694690b590d45df7fb7fbe7de831473ea9eee63d;p=ceph-build.git Revert "use alpha tag for ceph-ansible until we have a stable-7.0 branch" This reverts commit 207adf189e25753bfc68b2998d430b16fb50d389. This breaks ceph-volume/ceph-ansible testing. `v7.0.0alpha1` is a tag present on stable-6.0. ceph-ansible stable-6.0 doesn't support quincy. We have to keep using ceph-ansible@master for now. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-volume-ansible-prs/build/build b/ceph-volume-ansible-prs/build/build index 6a48847c..7a61adc4 100644 --- a/ceph-volume-ansible-prs/build/build +++ b/ceph-volume-ansible-prs/build/build @@ -34,8 +34,6 @@ 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