diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc5d32166bd9f6889f29ce79b984a075600cc4b3..174d08dc3faab24429e0511b5f7ffe47a39e2f5f 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: