diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97e3626df991b5621200ec6b42d01529f2b56fe1..deaf28aa64dc2037e0d942fefa2cf9ec125b77b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,21 +31,21 @@ Python 3 Titan X: reports: junit: test/pytest.xml -# Python 3 Titan V: -# script: -# - export PY_EXE=python3 -# - export PYOPENCL_TEST=nvi:titan -# - export EXTRA_INSTALL="pybind11 numpy mako" -# - 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 Titan V: + script: + - export PY_EXE=python3 + - export PYOPENCL_TEST=nvi:titan + - export EXTRA_INSTALL="pybind11 numpy mako" + - 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 K40: script: