]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
cephadm-ansible-prs: Don't run on centos9 2526/head
authorDavid Galloway <david.galloway@ibm.com>
Wed, 14 Jan 2026 14:52:20 +0000 (09:52 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 14 Jan 2026 14:52:20 +0000 (09:52 -0500)
95% of the builders are Ubuntu Noble and most of them have vagrant & vagrant-libvirt installed

Signed-off-by: David Galloway <david.galloway@ibm.com>
cephadm-ansible-prs/build/build
cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml

index 4b68f9d121d1b395b2197b80f92c63b6eaeea98e..bff1098a42652b5701ea545bbc879ec193bc38eb 100644 (file)
@@ -4,7 +4,6 @@
 pkgs=( "tox" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-set_centos_python3_version "python3.9"
 install_python_packages $TEMPVENV "pkgs[@]" "pip==22.0.4"
 
 # XXX this might not be needed
index 713df461c067bc95cee2cc9c5a0562dd129869ed..4afda207902bf55394cb0ccab5d178e4a725cb1a 100644 (file)
@@ -1,6 +1,6 @@
 - project:
     name: cephadm-ansible-prs-syntax
-    worker_labels: 'vagrant && libvirt && (braggi || adami)'
+    worker_labels: 'vagrant && libvirt && !centos9'
     scenario:
       - flake8
       - mypy
           - username-password-separated:
               credential-id: cephadm-ansible-quay-ceph-io
               username: QUAY_CEPH_IO_USERNAME
-              password: QUAY_CEPH_IO_PASSWORD
\ No newline at end of file
+              password: QUAY_CEPH_IO_PASSWORD