]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-prs: use ceph-ansible@stable-6.0 for pacific 1740/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Feb 2021 06:53:43 +0000 (07:53 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Feb 2021 06:53:43 +0000 (07:53 +0100)
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 <gabrioux@redhat.com>
ceph-volume-ansible-prs/build/build

index 11bdf089cdd7f5b7f270e67f0f4db131e753839e..d8d3e050cbd96495a944a5b36f50e16381131703 100644 (file)
@@ -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