From b98a5e546b1e61db647abce39192f4a468d605c1 Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Wed, 14 Apr 2021 18:50:12 +0200 Subject: [PATCH] Always run Slurm Test --- .gitlab-ci.yml | 1 - Python/SlurmTests/poiseuille/slurm.job | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac3f70737..bd7831024 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -240,7 +240,6 @@ gcc_9_python_bindings_test: gcc_9_python_slurm_test: stage: test - when: manual needs: ["gcc_9_python"] tags: diff --git a/Python/SlurmTests/poiseuille/slurm.job b/Python/SlurmTests/poiseuille/slurm.job index 0f9def656..b75acef2f 100644 --- a/Python/SlurmTests/poiseuille/slurm.job +++ b/Python/SlurmTests/poiseuille/slurm.job @@ -4,7 +4,7 @@ #SBATCH --ntasks-per-node=1 #SBATCH --cpus-per-task=20 -#SBATCH --mem-per-cpu=4000 +#SBATCH --mem-per-cpu=3000 #SBATCH --time=07:00:00 #SBATCH --partition=standard -- GitLab