]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script: add a common ci_debug function to print ci debug lines
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 31 Oct 2022 19:06:25 +0000 (15:06 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 18 Feb 2025 22:58:08 +0000 (17:58 -0500)
commit29da3e654d0f73ac52626c7e2532b996fa4b925b
tree056b467185e4fbf3c005f3b7c524ab6a7ecd3332
parentaee71d803a58605b4dae1abf325e3a7af86b3768
script: add a common ci_debug function to print ci debug lines

Reduces some of the boilerplate around emitting the "CI_DEBUG:"
prefixed debug lines for the CI. Additionally, enables using
the FORCE_CI_DEBUG var to enable ci debug lines even when not
in a jenkins environment.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 93b94811cb10bb936c5abf87d708ae96d7939a8e)
src/script/lib-build.sh
src/script/run-make.sh