Skip to content

Commit

Permalink
Reduced diff to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Apr 23, 2024
1 parent cdb77d4 commit 9ab9b63
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -76,7 +55,7 @@ test_JUWELS:
- cat sbatch.out


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

0 comments on commit 9ab9b63

Please sign in to comment.