Skip to content

Commit

Permalink
More formatting to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Apr 16, 2024
1 parent b8838bd commit 42279da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test_JUWELS:
- ls -lh .


#test_kit:
# test_kit:
# image: rcaspart/micromamba-cuda
# stage: benchmark
# variables:
Expand Down Expand Up @@ -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\].*/
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 42279da

Please sign in to comment.