From 30e3324e9bcb74248bb296c6a65512628b8466d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 12 Oct 2020 08:07:46 +0200 Subject: [PATCH] Reinstate Titan V Gitlab CI job --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc5d3216..174d08dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,19 +12,19 @@ Python 3 Titan X: except: - tags -# Python 3 Titan V: -# script: -# - py_version=3 -# - EXTRA_INSTALL="numpy mako" -# - echo "CUDADRV_LIB_DIR = ['/usr/lib/x86_64-linux-gnu/nvidia/current']" > siteconf.py -# - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh -# - "export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH" -# - ". ./build-and-test-py-project.sh" -# tags: -# - python3 -# - nvidia-titan-v -# except: -# - tags +Python 3 Titan V: + script: + - py_version=3 + - EXTRA_INSTALL="numpy mako" + - echo "CUDADRV_LIB_DIR = ['/usr/lib/x86_64-linux-gnu/nvidia/current']" > siteconf.py + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh + - "export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH" + - ". ./build-and-test-py-project.sh" + tags: + - python3 + - nvidia-titan-v + except: + - tags Python 3 K40: script: -- GitLab