diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5a536a158bb0c9b28bd7c8810ac572ccabd15c4..c784ae55f1e75d7d304d6f307e89ec9120c70a25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,9 +73,21 @@ Python 3 POCL Examples: - large-node except: - tags - artifacts: - reports: - junit: test/pytest.xml + +Python 3 Intel Examples: + script: + - test -n "$SKIP_EXAMPLES" && exit + - export PY_EXE=python3 + - export PYOPENCL_TEST="intel(r):pu" + - export EXTRA_INSTALL="Cython pybind11 numpy mako git+git://github.com/inducer/pytools pyvisfile matplotlib" + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh + - ". ./build-py-project-and-run-examples.sh" + tags: + - python3 + - intel-cl-cpu + - large-node + except: + - tags Python 3 Conda: script: