Skip to content
Snippets Groups Projects
Commit 21c2f191 authored by Lukas Werner's avatar Lukas Werner
Browse files

Set phinally as default node

parent 45e71fff
Branches
No related tags found
No related merge requests found
......@@ -69,10 +69,12 @@ if [[ ("$2" == "step_script" || "$2" == "build_script") && ${CUSTOM_ENV_SUBMIT_T
: "${SLURM_JOB_NAME:="gitlab-ci-${CUSTOM_ENV_CI_PROJECT_NAME:?}-${CUSTOM_ENV_CI_PIPELINE_ID:?}-${CUSTOM_ENV_CI_JOB_ID:?}"}"
: "${SLURM_TIMELIMIT:=$MAX_CI_JOB_RUNTIME}"
: "${SLURM_TIME:=$SLURM_TIMELIMIT}"
: "${SLURM_NODELIST:="phinally"}" # default node: phinally
export SLURM_JOB_NAME
export SLURM_TIME
unset SLURM_TIMELIMIT
export SLURM_NODELIST
# limit max job run time
if [[ $SLURM_TIME > $MAX_CI_JOB_RUNTIME ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment