File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 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
8258test_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 :
You can’t perform that action at this time.
0 commit comments