introduce debug builds for noble#2612
Conversation
|
Testing as per: https://github.com/ceph/ceph-build?tab=readme-ov-file#testing-jjb-changes-by-hand-before-merging-to-main Edit: unable to test due to this error message: |
This should only impact debug builds, as no suite is still actively using noble/debug builds IMO we should be able to merge and verify builds ftbfs (if any) in followup prs. |
djgalloway
left a comment
There was a problem hiding this comment.
Looks correct so far. Need to update the cron job too though: https://github.com/ceph/ceph-build/blob/main/ceph-dev-cron/build/Jenkinsfile#L18-L35
ee4bb8a to
6065582
Compare
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>
6065582 to
3c7edbe
Compare
|
@djgalloway updated with the requested changes! |
|
this change introduced a regression: see https://jenkins.ceph.com/job/ceph-dev-pipeline/6340/console. because the i'd suggest revert this change first. and prepare a proper fix for it -- one way is to define a free function which wraps |
|
created #2616 to revert this change. |
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.