From: David Galloway Date: Wed, 24 Dec 2025 19:32:53 +0000 (-0500) Subject: ceph-pull-request: Don't run make check on CentOS9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2519%2Fhead;p=ceph-build.git ceph-pull-request: Don't run make check on CentOS9 Not ideal but easiest for stabilization for now Signed-off-by: David Galloway --- diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index f9c86ab8..9a0066b2 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global concurrent: true - node: x86_64 && (installed-os-noble || centos9) + node: x86_64 && installed-os-noble display-name: 'ceph: Pull Requests' quiet-period: 5 block-downstream: false