]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-pipeline: Use centos9 hosts
authorZack Cerza <zack@cerza.org>
Thu, 6 Mar 2025 21:52:03 +0000 (14:52 -0700)
committerZack Cerza <zack@cerza.org>
Fri, 18 Apr 2025 17:19:25 +0000 (11:19 -0600)
We want to do containerized builds with recent podman versions.

Signed-off-by: Zack Cerza <zack@cerza.org>
ceph-dev-pipeline/build/Jenkinsfile

index ca1208ebd81e8106be5f05c8a8403d24aa6e8e65..eb5db2b108f006767e09911269a155dd6eaf6716 100644 (file)
@@ -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