Skip to content

Commit 1dcfa9b

Browse files
Sakib Rahmanclaude
andcommitted
Add debug output for detector configuration variables
Add echo statements to .timings template to debug whether DETECTOR_CONFIG and DETECTOR_VERSION are being set correctly from job variables. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 36926ab commit 1dcfa9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ stages:
3636
.timings:
3737
stage: timings
3838
script:
39+
- echo "DEBUG - DETECTOR_CONFIG from CI = ${DETECTOR_CONFIG}"
40+
- echo "DEBUG - DETECTOR_VERSION from CI = ${DETECTOR_VERSION}"
3941
- mkdir -p $(dirname ${RESULTS_BASE}/datasets/timings/$DATA)
4042
# Use sed '1!d1' instead of head -n 1 to avoid pipefail issues
4143
- grep -v "^\#" ${RESULTS_BASE}/datasets/nevents/$DATA | sed '1!d' | parallel scripts/determine_timing.sh ${RESULTS_BASE}/datasets/timings/$DATA {}

0 commit comments

Comments
 (0)