]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-dev-pipeline: extract matrix stage script bodies into helper funcs 2621/head
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Mon, 22 Jun 2026 06:30:39 +0000 (12:00 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Mon, 29 Jun 2026 16:17:38 +0000 (21:47 +0530)
commitdd8f6ceb9b8ca06b09458e851d0118b5eb91a41b
tree32456098a7823e0997494460f06ace2d5417484c
parent93a8ee77f843e5a021b4a9af0e0a42f88650783f
ceph-dev-pipeline: extract matrix stage script bodies into helper funcs

Problem: We were hitting JVM's 64KB bytecode limit when adding new
distros to the matrix stage script.

Solution: Add helper functions for each stage in the matrix stage
script, such that the original block is significantly reduced, thus
ensuring we do not hit the JVM's 64KB limit again. This will also ensure
we can keep extending the matrix with more distros without worrying
about this issue.
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
ceph-dev-pipeline/build/Jenkinsfile