From: Guillaume Abrioux Date: Thu, 11 Feb 2021 06:53:43 +0000 (+0100) Subject: ceph-volume-prs: use ceph-ansible@stable-6.0 for pacific X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8eee1d944fd6f97f00c4af73ccffef67a104aa23;p=ceph-build.git ceph-volume-prs: use ceph-ansible@stable-6.0 for pacific Since, ceph-ansible stable-6.0 has been branched for deploying pacific, we should use this branch in ceph-volume testing. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-volume-ansible-prs/build/build b/ceph-volume-ansible-prs/build/build index 11bdf089..d8d3e050 100644 --- a/ceph-volume-ansible-prs/build/build +++ b/ceph-volume-ansible-prs/build/build @@ -31,7 +31,7 @@ elif [[ "$ghprbTargetBranch" == "nautilus" ]]; then elif [[ "$ghprbTargetBranch" == "octopus" ]]; then CEPH_ANSIBLE_BRANCH="stable-5.0" elif [[ "$ghprbTargetBranch" == "pacific" ]]; then - CEPH_ANSIBLE_BRANCH="v6.0.0alpha6" + CEPH_ANSIBLE_BRANCH="stable-6.0" else CEPH_ANSIBLE_BRANCH="master" fi