diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c7132853ccb18c67f87bd50ebd422d49263595e..b86e779551fd9196203e1bb63fd10bc0950b0dc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,25 +47,24 @@ Python 3 Titan V: 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 - - # https://github.com/illinois-scicomp/machine-shop-maintenance/issues/7 - allow_failure: true - - artifacts: - reports: - junit: test/pytest.xml +# https://github.com/illinois-scicomp/machine-shop-maintenance/issues/7 + +# 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 @@ -183,8 +182,6 @@ PyPy3 POCL: - 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" - allow_failure: true - tags: - pypy - pocl