diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9217ae24da9b9e496c1da42168f26ba97c32c25..6a6fc6f503216378ef2cb52dd4127f3a437a5157 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ variables: .local-template: variables: - RUNNER_TAG: "ja664344" + RUNNER_TAG: "custom2" # CI_LOG_STDOUT: "0" .run-template: diff --git a/.template.yml b/.template.yml index 546b1eb5ab95c262b38af8a39857d462414aad84..e0a763ff40ee22c02f9753c581b43d85d7c5fb5d 100644 --- a/.template.yml +++ b/.template.yml @@ -34,7 +34,7 @@ default: tags: [$RUNNER_TAG] variables: - SLURM_PARAM_TIMELIMIT: "-t 05:00" + SLURM_PARAM_TIMELIMIT: "-t 10:00" SLURM_PARAM_PARTITION: "-p c18m_low" SLURM_PARAM_CPUS: "-c 1" GIT_STRATEGY: clone diff --git a/sbatch.sh b/sbatch.sh index 92ef7f7bf29a2b7c99002c62f285f35360a250d3..b5ad31fddd583a9f37ed2db0fdac3d688f3c327e 100755 --- a/sbatch.sh +++ b/sbatch.sh @@ -10,7 +10,7 @@ #SBATCH --ntasks=1 -for i in $(seq 30); +for i in $(seq 20); do sleep 1 echo $i