]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
introduce debug builds for noble 2612/head
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Tue, 16 Jun 2026 08:01:54 +0000 (13:31 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Wed, 17 Jun 2026 17:39:10 +0000 (23:09 +0530)
This commit adds debug builds for the distro noble. With this change, we
will also get debug noble builds. This is especially useful for testing
crimson in QA suites.
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
ceph-dev-cron/build/Jenkinsfile
ceph-dev-pipeline/build/Jenkinsfile
ceph-trigger-build/build/Jenkinsfile

index 9d52e2e660aed037106d464582e1fe3990c82bf2..281993cb2652182081667cae5e73dff45112a526 100644 (file)
@@ -18,19 +18,19 @@ node('built-in') {
       tentacle: [
           distros: 'noble jammy rocky10 centos9 windows',
           extras : [
-              [distros:'centos9 rocky10', flavors:'debug', archs:'x86_64']
+              [distros:'centos9 rocky10 noble', flavors:'debug', archs:'x86_64']
           ]
       ],
       umbrella: [
           distros: 'noble rocky10 centos9 windows',
           extras : [
-              [distros:'centos9 rocky10', flavors:'debug', archs:'x86_64']
+              [distros:'centos9 rocky10 noble', flavors:'debug', archs:'x86_64']
           ]
       ],
       main: [
           distros: 'noble jammy rocky10 centos9 windows',
           extras : [
-              [distros:'centos9 rocky10', flavors:'debug', archs:'x86_64'],
+              [distros:'centos9 rocky10 noble', flavors:'debug', archs:'x86_64'],
               [distros:'centos9 rocky10', flavors:'default', archs:'arm64'],
           ]
       ]
index 5265f37d4e2758fd96e3aff88d298f9a9b712cbf..2352744725854579a593170aac0424a1cf664701 100644 (file)
@@ -201,7 +201,7 @@ pipeline {
             values 'default', 'debug'
           }
         }
-        // debug flavor is currently only supported on centos9 and rocky10, x86_64
+        // debug flavor is currently only supported on centos9, rocky10 and noble, x86_64
         excludes {
           exclude {
             axis {
@@ -210,7 +210,7 @@ pipeline {
             }
             axis {
               name 'DIST'
-              notValues 'centos9', 'rocky10'
+              notValues 'centos9', 'rocky10', 'noble'
             }
           }
           exclude {
index 08fb43d3953c53e347eade4c0652615c854be61a..112866f0b0f26a2fcfcd1ebda042488697d929fd 100644 (file)
@@ -58,7 +58,7 @@ def params_from_branch(initialParams) {
       if ( !singleSet ) {
         params << params[0].clone()
         params[-1]['ARCHS'] = 'x86_64'
-        params[-1]['DISTROS'] = 'centos9 rocky10'
+        params[-1]['DISTROS'] = 'centos9 rocky10 noble'
         params[-1]['FLAVOR'] = 'debug'
       } else {
         params[0]['ARCHS'] += ' arm64'
@@ -78,7 +78,7 @@ def params_from_branch(initialParams) {
       if ( !singleSet ) {
         params << params[0].clone()
         params[-1]['ARCHS'] = 'x86_64'
-        params[-1]['DISTROS'] = 'centos9 rocky10'
+        params[-1]['DISTROS'] = 'centos9 rocky10 noble'
         params[-1]['FLAVOR'] = 'debug'
       } else {
         params[0]['FLAVOR'] += ' debug'