]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
introduce debug builds for rocky10 wip-support-debug-rocky10 2567/head
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Fri, 10 Apr 2026 08:34:51 +0000 (14:04 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Mon, 13 Apr 2026 12:35:32 +0000 (18:05 +0530)
This commit adds debug builds for rocky10. So far we are only building
release builds for rocky10. Debug builds are helpful for testing,
especially for crimson.

Fixes: https://tracker.ceph.com/issues/75952
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
ceph-dev-pipeline/build/Jenkinsfile
ceph-trigger-build/build/Jenkinsfile

index 93c44e68368e1a7fc3b2ca51fd39a24fec0c8710..7ac9abb406a3ebaf3303333cf411e047e6f8ba50 100644 (file)
@@ -204,7 +204,7 @@ pipeline {
             values 'default', 'debug'
           }
         }
-        // debug flavor is currently only supported on centos9 x86_64
+        // debug flavor is currently only supported on centos9 and rocky10, x86_64
         excludes {
           exclude {
             axis {
@@ -213,7 +213,7 @@ pipeline {
             }
             axis {
               name 'DIST'
-              notValues 'centos9'
+              notValues 'centos9', 'rocky10'
             }
           }
           exclude {
index aeb203955701f7a45365fe00afc49dc48a6ab897..08fb43d3953c53e347eade4c0652615c854be61a 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'
+        params[-1]['DISTROS'] = 'centos9 rocky10'
         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'
+        params[-1]['DISTROS'] = 'centos9 rocky10'
         params[-1]['FLAVOR'] = 'debug'
       } else {
         params[0]['FLAVOR'] += ' debug'