From 8eee1d944fd6f97f00c4af73ccffef67a104aa23 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 11 Feb 2021 07:53:43 +0100 Subject: [PATCH] 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 --- ceph-volume-ansible-prs/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5