From: Zack Cerza Date: Thu, 6 Mar 2025 21:52:03 +0000 (-0700) Subject: ceph-dev-pipeline: Use centos9 hosts X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=718f4f66b4df8cd18ac50883c1f732ed5c354853;p=ceph-build.git ceph-dev-pipeline: Use centos9 hosts We want to do containerized builds with recent podman versions. Signed-off-by: Zack Cerza --- diff --git a/ceph-dev-pipeline/build/Jenkinsfile b/ceph-dev-pipeline/build/Jenkinsfile index ca1208eb..eb5db2b1 100644 --- a/ceph-dev-pipeline/build/Jenkinsfile +++ b/ceph-dev-pipeline/build/Jenkinsfile @@ -64,7 +64,7 @@ pipeline { stage("parallel build") { matrix { agent { - label "${DIST}&&${ARCH}&&${base_node_label}" + label "centos9&&${ARCH}&&${base_node_label}" } when { beforeAgent true