]> git-server-git.apps.pok.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 17:10:20 +0000 (13:10 -0400)
commitb3449657fe2d771b3e8dc15494b9364871795d74
tree124ff3984dfe75057df840aef33b9404c922c210
parent4f22c7d638cde8e63acf2a57351a32c111561fd6
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