diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d53e3d889..bf08efec98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,7 +79,7 @@ test_JUWELS: - ls -lh . -#test_kit: +# test_kit: # image: rcaspart/micromamba-cuda # stage: benchmark # variables: @@ -110,7 +110,7 @@ test_JUWELS: # - mv data data_${PYTHON} -#test_kit_bare: +# test_kit_bare: # stage: test # rules: # - if: $CI_COMMIT_MESSAGE !~ /.*\[CI-no-GPU\].*/ @@ -158,7 +158,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: @@ -183,7 +183,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: