diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31ce117e663f422c3e31fb183043dccc7a0b1872..53e7d74348c3eccb1bc33408b2def3250dbf884c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,22 +16,23 @@ Python 3 POCL: reports: junit: test/pytest.xml -Python 3 Nvidia Titan V: - script: - - export PY_EXE=python3 - - export PYOPENCL_TEST=nvi:titan - - export EXTRA_INSTALL="pybind11 cython numpy mako" - # cython is here because pytential (for now, for TS) depends on it - - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - - ". ./build-and-test-py-project.sh" - tags: - - python3 - - nvidia-titan-v - except: - - tags - artifacts: - reports: - junit: test/pytest.xml +# https://github.com/illinois-scicomp/machine-shop-maintenance/issues/4 +# Python 3 Nvidia Titan V: +# script: +# - export PY_EXE=python3 +# - export PYOPENCL_TEST=nvi:titan +# - export EXTRA_INSTALL="pybind11 cython numpy mako" +# # cython is here because pytential (for now, for TS) depends on it +# - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh +# - ". ./build-and-test-py-project.sh" +# tags: +# - python3 +# - nvidia-titan-v +# except: +# - tags +# artifacts: +# reports: +# junit: test/pytest.xml Python 3 POCL Examples: script: