diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6addd033464281d634ffbb519a3a6fff1b2a43db..710ad6471854e51faa2d2602f917a05e1ea77501 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: @@ -35,9 +35,6 @@ Python 3 K40: - "export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH" - ". ./build-and-test-py-project.sh" - # https://github.com/illinois-scicomp/machine-shop-maintenance/issues/7 - allow_failure: true - tags: - python3 - nvidia-k40