]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-pipeline: Relax node labels
authorZack Cerza <zack@cerza.org>
Tue, 15 Apr 2025 16:48:10 +0000 (10:48 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 18 Apr 2025 17:19:25 +0000 (11:19 -0600)
Signed-off-by: Zack Cerza <zack@cerza.org>
ceph-dev-pipeline/build/Jenkinsfile

index eb5db2b108f006767e09911269a155dd6eaf6716..eb4a81bb9302640c904d8d9558cdd58195f4086b 100644 (file)
@@ -1,6 +1,6 @@
 ceph_build_repo = "https://github.com/ceph/ceph-build"
 ceph_build_branch = "main"
-base_node_label = "gigantic"
+base_node_label = "(huge || gigantic)"
 ubuntu_releases = [
   "noble": "24.04",
   "jammy": "22.04",
@@ -64,7 +64,7 @@ pipeline {
     stage("parallel build") {
       matrix {
         agent {
-          label "centos9&&${ARCH}&&${base_node_label}"
+          label "(installed-os-centos9||installed-os-noble)&&${ARCH}&&${base_node_label}"
         }
         when {
           beforeAgent true