]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
try making parallel build fire for container-and-rocky10 as well
authorDan Mick <dan.mick@redhat.com>
Thu, 23 Oct 2025 19:02:25 +0000 (12:02 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 23 Oct 2025 19:07:42 +0000 (12:07 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-dev-pipeline/build/Jenkinsfile

index 766dac21c280f422d0df9eee349295e288bad105..6ce7120517a3364b8661b6479b0d2eec516c47e2 100644 (file)
@@ -178,7 +178,7 @@ pipeline {
               environment name: "CI_COMPILE", value: "true"
               allOf {
                 environment name: "CI_CONTAINER", value: "true"
-                environment name: "DIST", value: "centos9"
+                expression { ['centos9', 'rocky10'].contains(env.DIST) }
               }
             }
           }