From 31ea111d07f736a3f08b13b3ca5392165ece6476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 12 Oct 2020 08:22:09 +0200 Subject: [PATCH] Reinstate Gitlab Titan V CI --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7a718b..0527b39 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: -- GitLab