diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4968466ec98e13d97e724929256ff9123727333..f63196cdd7d9bf14f3b4485af0456ceb6f1c4da2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,23 +17,23 @@ Python 3 POCL: 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 Nvidia Titan V: + script: | + export PY_EXE=python3 + export PYOPENCL_TEST=nvi:titan + export EXTRA_INSTALL="pybind11 cython numpy mako oct2py" + (cd test; git clone https://github.com/tcew/nodal-dg) + # 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: