]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: optionally source WITH_CRIMSON from env file 65994/head
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 20 Oct 2025 19:04:49 +0000 (15:04 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 20 Oct 2025 19:21:43 +0000 (15:21 -0400)
commit2dd3057ea31a31fda4f76268dc2f6f5dcb57bcd8
tree35f33e63d8c78d5cf46ed5840b376a7bdd153644
parent25efee4ba3de897bd91019d18ad9de72da00b4cd
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>
src/script/build-with-container.py