]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-trigger-build: Build Rocky 10 by default 2557/head
authorDavid Galloway <david.galloway@ibm.com>
Mon, 23 Mar 2026 14:50:10 +0000 (10:50 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Mon, 23 Mar 2026 14:50:10 +0000 (10:50 -0400)
Except squid and reef

Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-trigger-build/build/Jenkinsfile

index e18358fac433d954b815bfa786e5680f12277de8..aeb203955701f7a45365fe00afc49dc48a6ab897 100644 (file)
@@ -20,7 +20,7 @@ def pretty(obj) {
 // These are the default parameter values for the pipeline
 @Field def defaults = [
   'CEPH_BUILD_JOB': 'ceph-dev-pipeline',
-  'DISTROS': 'centos9 jammy noble windows',
+  'DISTROS': 'rocky10 centos9 jammy noble windows',
   'ARCHS': 'x86_64',
   'FLAVOR': 'default',
 ]
@@ -51,6 +51,7 @@ def params_from_branch(initialParams) {
       params[-1]['ARCHS'] += ' arm64'
       break
     case ~/.*squid.*/:
+      params[-1]['DISTROS'] = 'centos9 jammy noble windows'
       params[-1]['ARCHS'] += ' arm64'
       break
     case ~/.*(tentacle|umbrella).*/: