]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-ansible-prs: various fixes 2031/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 8 Jul 2022 16:18:52 +0000 (18:18 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 8 Jul 2022 16:18:52 +0000 (18:18 +0200)
- enforce py39
- add quincy release

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-volume-ansible-prs/build/build

index f1b578a49a574c1bbc924602b0f83cfe11502bbe..22058092f27087b6a4416e2c69fa5370ad2078c5 100644 (file)
@@ -12,7 +12,8 @@ github_status_setup
 pkgs=( "tox" "github-status>0.0.3" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-install_python_packages $TEMPVENV "pkgs[@]"
+set_centos_python3_version "python3.9"
+install_python_packages $TEMPVENV "pkgs[@]" "pip==22.0.4"
 
 GITHUB_STATUS_STATE="pending" $VENV/github-status create
 
@@ -34,6 +35,8 @@ 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="stable-7.0"
 else
     CEPH_ANSIBLE_BRANCH="main"
 fi