From 8aed3bb09ff1539555aa96e8d0b313d0d15b4552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 9 Aug 2020 07:17:41 +0200 Subject: [PATCH] Switch Nvidia CI over to Titan V --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08c39b5e..aa2c9709 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,17 +16,17 @@ Python 3 POCL: reports: junit: test/pytest.xml -Python 3 Nvidia K40: +Python 3 Nvidia Titan V: script: - export PY_EXE=python3 - - export PYOPENCL_TEST=nvi:k40 + - 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-k40 + - nvidia-titan-v except: - tags artifacts: -- GitLab