diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6f81e5b6e19af6362b51aec26f277a8d83bb829..8282bc24bffd58f0fd62bda009d7b36c1ebeb5c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,25 @@ Python 3 POCL: reports: junit: test/pytest.xml +Python 3 Intel: + script: + - export PY_EXE=python3 + - export PYOPENCL_TEST=intel + - export EXTRA_INSTALL="pybind11 numpy mako" + - export LOOPY_NO_CACHE=1 + - export LOOPY_INTEL_CL_OK_FOR_TEST_REF=1 + - source /opt/enable-intel-cl.sh + - 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 + - intel-cl-cpu + except: + - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3 POCL Twice With Cache: script: