]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Fri, 10 Oct 2025 18:14:43 +0000 (18:14 +0000)
commit3cc4ae4f5a56ad0f60c2cd2d7364feac38e024c2
tree45c0ab61c95a828a552a47ab236042015a4a16e4
parenta92355445731a416bb948f2424c70ac7cec24eb6
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)
(cherry picked from commit 29da3e654d0f73ac52626c7e2532b996fa4b925b)
src/script/lib-build.sh [new file with mode: 0644]
src/script/run-make.sh