]> git.apps.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 01:25:11 +0000 (21:25 -0400)
commitbbb03ae2bb6ef96d15b32b49d9ac745cd75c65bc
treefda4ed76304df0ded62593232ebdc111d176e447
parent00db7fe5756b6cac6c8f6d2c21dc1733554fb2bc
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