diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f66f37cc3dfe9c99408297e8daa9826fcb64acf..a80d321c8c4c5f348941443ad78935c175744936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,19 +42,19 @@ Python 3 POCL Titan X: reports: junit: test/pytest.xml -Python 3 POCL K40: - script: - - export PYOPENCL_TEST=portable:k40 - - CONDA_ENVIRONMENT=.test-conda-env-py3.yml - - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh - - ". ./build-and-test-py-project-within-miniconda.sh" - tags: - - nvidia-k40 - except: - - tags - artifacts: - reports: - junit: test/pytest.xml +# Python 3 POCL K40: +# script: +# - export PYOPENCL_TEST=portable:k40 +# - CONDA_ENVIRONMENT=.test-conda-env-py3.yml +# - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh +# - ". ./build-and-test-py-project-within-miniconda.sh" +# tags: +# - nvidia-k40 +# except: +# - tags +# artifacts: +# reports: +# junit: test/pytest.xml Python 3 POCL Examples: script: