Skip to content

Commit fc9c76e

Browse files
committed
Update .gitlab-ci.yml
1 parent cba8ea5 commit fc9c76e

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,6 @@ test:
2424
- coverage run --data-file=coverage_${NAME}_${PYTHON}.dat -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${NAME}
2525
- mv data data_${PYTHON}
2626

27-
28-
#test_cupy:
29-
# image: mambaorg/micromamba
30-
# stage: test
31-
# tags:
32-
# - cuda
33-
# - intel
34-
# parallel:
35-
# matrix:
36-
# - PYTHON: [ '3.9', '3.10' ]
37-
# artifacts:
38-
# name: "gpu_$PYTHON"
39-
# paths:
40-
# - coverage_cupy_3.10.dat
41-
# - data_3.10
42-
# before_script:
43-
# - micromamba create --yes python=$PYTHON -f etc/environment-cupy.yml
44-
# - eval "$(micromamba shell hook --shell=bash)"
45-
# - micromamba activate pySDC
46-
# - micromamba install --yes -c conda-forge openssh
47-
# script:
48-
# - coverage run --data-file=coverage_cupy_${PYTHON}.dat -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m cupy
49-
# - mv data data_${PYTHON}
50-
5127
#test_kit:
5228
# image: rcaspart/micromamba-cuda
5329
# stage: benchmark
@@ -82,7 +58,7 @@ test:
8258
test_kit_bare:
8359
stage: test
8460
rules:
85-
- if: $CI_COMMIT_MESSAGE !~ /.*\[CI-no-benchmarks\]/
61+
- if: $CI_COMMIT_MESSAGE !~ /.*\[CI-no-GPU\].*/
8662
tags:
8763
- kit
8864
parallel:

0 commit comments

Comments
 (0)