From 9ab9b6337a1d9bf858e617694113ede258280e00 Mon Sep 17 00:00:00 2001 From: Jakob Fritz Date: Tue, 23 Apr 2024 15:36:39 +0200 Subject: [PATCH] Reduced diff to master --- .gitlab-ci.yml | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be34768b2d..63ee4818ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,30 +3,9 @@ stages: - test - benchmark - - execute - upload -# job_juwels_compute: -# stage: execute -# variables: -# SCHEDULER_PARAMETERS: '--account=cstma --nodes=1 --partition=devel' -# tags: -# - juwels -# - jacamar -# - compute -# - slurm -# artifacts: -# paths: -# - test.file -# script: -# - echo $SYSTEMNAME -# - touch test.file -# after_script: -# - hostname -# - id - - variables: JUWELS_ACCOUNT: "cstma" @@ -76,7 +55,7 @@ test_JUWELS: - cat sbatch.out -# test_kit: +#test_kit: # image: rcaspart/micromamba-cuda # stage: benchmark # variables: @@ -107,7 +86,7 @@ test_JUWELS: # - mv data data_${PYTHON} -# test_kit_bare: +#test_kit_bare: # stage: test # rules: # - if: $CI_COMMIT_MESSAGE !~ /.*\[CI-no-GPU\].*/ @@ -155,7 +134,7 @@ benchmark: - mkdir -p benchmarks - pytest --continue-on-collection-errors -v pySDC/tests -m "benchmark" --benchmark-json=benchmarks/output.json -# benchmark_kit: +#benchmark_kit: # image: rcaspart/micromamba # stage: benchmark # variables: @@ -180,7 +159,7 @@ benchmark: # - pytest --continue-on-collection-errors -v pySDC/tests -m "benchmark" --benchmark-json=benchmarks/output.json -# bundle: +#bundle: # image: mambaorg/micromamba # stage: upload # artifacts: