From: David Galloway Date: Wed, 14 Jan 2026 14:52:20 +0000 (-0500) Subject: cephadm-ansible-prs: Don't run on centos9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3c5f816eba3fecdfabc0f2ad03c527dee1cc5da0;p=ceph-build.git cephadm-ansible-prs: Don't run on centos9 95% of the builders are Ubuntu Noble and most of them have vagrant & vagrant-libvirt installed Signed-off-by: David Galloway --- diff --git a/cephadm-ansible-prs/build/build b/cephadm-ansible-prs/build/build index 4b68f9d1..bff1098a 100644 --- a/cephadm-ansible-prs/build/build +++ b/cephadm-ansible-prs/build/build @@ -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 diff --git a/cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml b/cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml index 713df461..4afda207 100644 --- a/cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml +++ b/cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml @@ -1,6 +1,6 @@ - project: name: cephadm-ansible-prs-syntax - worker_labels: 'vagrant && libvirt && (braggi || adami)' + worker_labels: 'vagrant && libvirt && !centos9' scenario: - flake8 - mypy @@ -228,4 +228,4 @@ - 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