From b786f86da52a1ed4e0e47e30eff1d0d32f60f47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Fri, 6 Jul 2018 12:14:41 -0400 Subject: [PATCH] Try CI on Nvidia Maxwell --- .gitlab-ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64d6e73..9e1e466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,15 @@ -#Python 3.5 Titan X: -# script: -# - py_version=3.5 -# - export PYOPENCL_TEST=nvi:titan -# - EXTRA_INSTALL="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.5 -# - nvidia-titan-x -# except: -# - tags +Python 3.5 Titan X: + script: + - py_version=3.5 + - export PYOPENCL_TEST=nvi:titan + - EXTRA_INSTALL="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.5 + - nvidia-titan-x + except: + - tags Python 3.5 K40: script: -- GitLab