diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7a718bee6480667ced48148516bbcf74952d82e..0527b3935581812e8a365884558ad181b9f33bc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,19 +14,19 @@ Python 3 POCL: reports: junit: test/pytest.xml -# Python 3 POCL Titan V: -# script: -# - export PYOPENCL_TEST=portable:titan -# - CONDA_ENVIRONMENT=.test-conda-env-py3.yml -# - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh -# - ". ./build-and-test-py-project-within-miniconda.sh" -# tags: -# - nvidia-titan-v -# except: -# - tags -# artifacts: -# reports: -# junit: test/pytest.xml +Python 3 POCL Titan V: + script: + - export PYOPENCL_TEST=portable:titan + - CONDA_ENVIRONMENT=.test-conda-env-py3.yml + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh + - ". ./build-and-test-py-project-within-miniconda.sh" + tags: + - nvidia-titan-v + except: + - tags + artifacts: + reports: + junit: test/pytest.xml Python 3 POCL Titan X: script: