Skip to content
Snippets Groups Projects
Commit 4d30063e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Delete redundant Py3 POCL job from Gitlab CI

parent 12ff2d26
Branches
No related tags found
No related merge requests found
...@@ -33,24 +33,6 @@ Python 3 POCL: ...@@ -33,24 +33,6 @@ Python 3 POCL:
reports: reports:
junit: test/pytest.xml junit: test/pytest.xml
Python 3 POCL:
script:
- export PY_EXE=python3
- export PYOPENCL_TEST=portable:pthread
# cython is here because pytential (for now, for TS) depends on it
- export EXTRA_INSTALL="pybind11 cython numpy mako mpi4py"
- 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
- pocl
- mpi
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3 POCL Examples: Python 3 POCL Examples:
script: script:
- test -n "$SKIP_EXAMPLES" && exit - test -n "$SKIP_EXAMPLES" && exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment