]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Revert "use alpha tag for ceph-ansible until we have a stable-7.0 branch" 1967/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Sat, 12 Feb 2022 05:13:36 +0000 (06:13 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Sat, 12 Feb 2022 05:13:36 +0000 (06:13 +0100)
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 <gabrioux@redhat.com>
ceph-volume-ansible-prs/build/build

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