From 3e63164621cf7ead3b80a5e355abc7e58404919c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 27 Sep 2020 15:49:21 +0200 Subject: [PATCH] Temporarily disable Titan V Gitlab CI --- .gitlab-ci.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31ce117e..53e7d743 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: -- GitLab