From 694690b590d45df7fb7fbe7de831473ea9eee63d Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Sat, 12 Feb 2022 06:13:36 +0100 Subject: [PATCH] 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 --- ceph-volume-ansible-prs/build/build | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5