Skip to content

Commit 8c260c6

Browse files
committed
debug
1 parent 0c5a4dd commit 8c260c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bot/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ fi
181181
if [[ "${REPOSITORY}" == "riscv.eessi.io" ]]; then
182182
INSTALL_SCRIPT_ARGS+=("--skip-cuda-install")
183183
fi
184+
echo "DEBUG: repo: ${REPOSITORY}, ${INSTALL_SCRIPTS_ARGS[@]}"
184185

185186
# make sure to use the same parent dir for storing tarballs of tmp
186187
PREVIOUS_TMP_DIR=${PWD}/previous_tmp

bot/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ echo "bot/test.sh: LOAD_MODULES='${LOAD_MODULES}'"
131131
CONTAINER=$(cfg_get_value "repository" "container")
132132
export SINGULARITY_HOME="${PWD}:/eessi_bot_job"
133133
export SINGULARITY_TMPDIR="${JOB_STORAGE:-${PWD}}/singularity_tmpdir"
134+
echo "DEBUG: job storage: ${JOB_STORAGE}, sing tmpdir: ${SINGULARITY_TMPDIR}"
134135
mkdir -p ${SINGULARITY_TMPDIR}
135136

136137
# load modules if LOAD_MODULES is not empty

0 commit comments

Comments
 (0)