File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 181181if [[ " ${REPOSITORY} " == " riscv.eessi.io" ]]; then
182182 INSTALL_SCRIPT_ARGS+=(" --skip-cuda-install" )
183183fi
184+ echo " DEBUG: repo: ${REPOSITORY} , ${INSTALL_SCRIPTS_ARGS[@]} "
184185
185186# make sure to use the same parent dir for storing tarballs of tmp
186187PREVIOUS_TMP_DIR=${PWD} /previous_tmp
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ echo "bot/test.sh: LOAD_MODULES='${LOAD_MODULES}'"
131131CONTAINER=$( cfg_get_value " repository" " container" )
132132export SINGULARITY_HOME=" ${PWD} :/eessi_bot_job"
133133export SINGULARITY_TMPDIR=" ${JOB_STORAGE:- ${PWD} } /singularity_tmpdir"
134+ echo " DEBUG: job storage: ${JOB_STORAGE} , sing tmpdir: ${SINGULARITY_TMPDIR} "
134135mkdir -p ${SINGULARITY_TMPDIR}
135136
136137# load modules if LOAD_MODULES is not empty
You can’t perform that action at this time.
0 commit comments