From 54a1261877c6076292a8a5fd7a3caefdd834f9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 13 Apr 2020 03:26:37 +0200 Subject: [PATCH] Add Intel Examples CI --- .gitlab-ci.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5a536a1..c784ae55 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: -- GitLab