diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76b8a07d403e7cb38322b6f9700303b99ef2f73d..97e3626df991b5621200ec6b42d01529f2b56fe1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,41 +31,38 @@ Python 3 Titan X: reports: junit: test/pytest.xml -Python 3 Titan V: - script: - - export PY_EXE=python3 - - export PYOPENCL_TEST=nvi:titan - - export EXTRA_INSTALL="pybind11 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 - - nvidia-titan-v - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - -# https://github.com/illinois-scicomp/machine-shop-maintenance/issues/7 - -# Python 3 K40: +# Python 3 Titan V: # script: # - export PY_EXE=python3 -# - export PYOPENCL_TEST=nvi:k40 +# - export PYOPENCL_TEST=nvi:titan # - export EXTRA_INSTALL="pybind11 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 -# - nvidia-k40 +# - nvidia-titan-v # except: # - tags -# # artifacts: # reports: # junit: test/pytest.xml +Python 3 K40: + script: + - export PY_EXE=python3 + - export PYOPENCL_TEST=nvi:k40 + - export EXTRA_INSTALL="pybind11 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 + - nvidia-k40 + except: + - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3 AMD GPU: allow_failure: true script: