]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script/build-with-container: optionally source WITH_CRIMSON from env file
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 20 Oct 2025 19:04:49 +0000 (15:04 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 22 Oct 2025 01:25:12 +0000 (21:25 -0400)
commit4cf2b3617580606c93768668b2d4c3e7710d5666
tree0415d406b3b4ff3f6d9c66d84c92e0b1652ec056
parentbbb03ae2bb6ef96d15b32b49d9ac745cd75c65bc
script/build-with-container: optionally source WITH_CRIMSON from env file

Add support for optionally sourcing WITH_CRIMSON from the env file that
can be passed to BWC on the command line. When auto-detecting the
crimson variant we previously only looked at the BWC processes
environment. After speaking with Zack we determined that the Jenkinsfile
only writes the WITH_CRIMSON param into the env file, so we add support
to "peek" in the env file for the WITH_CRIMSON variable.

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