]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
script/build-with-container: add more detailed variants
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 18 Oct 2025 00:05:09 +0000 (20:05 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 22 Oct 2025 17:10:20 +0000 (13:10 -0400)
commit4f22c7d638cde8e63acf2a57351a32c111561fd6
treecd18fe5f4dee5c0fa341a37b7a675acd6a114021
parentb53c769429bfb028102cbb48c5450efc9881e30b
script/build-with-container: add more detailed variants

Create two new variants 'packages.minimal' or 'packages.crimson'.
The first disables test deps (make check) and crimson deps.
The second only disables test deps and explicitly enables crimson deps.
The existing 'packages' variant now tries to determine if it should
switch to 'packages.minimal' or 'packages.crimson' by checking for
the same env vars install-deps.sh was (WITH_CRIMSON).

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 25efee4ba3de897bd91019d18ad9de72da00b4cd)
src/script/build-with-container.py