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

Merge branch 'reenable-intel-cl' into 'master'

Reenable Intel CI, delete AMD CPU CI

See merge request inducer/pyopencl!88
parents 5abe756b 77c7a3a3
No related branches found
No related tags found
1 merge request!88Reenable Intel CI, delete AMD CPU CI
Pipeline #18661 passed with warnings
......@@ -19,11 +19,11 @@
Python 3 Intel CPU:
script:
- export PY_EXE=python3
- source /opt/enable-intel-cl.sh
- export PYOPENCL_TEST="intel(r):pu"
- export EXTRA_INSTALL="pybind11 numpy mako"
- 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"
allow_failure: true
tags:
- python3
- intel-cl-cpu
......@@ -33,23 +33,6 @@ Python 3 Intel CPU:
reports:
junit: test/pytest.xml
Python 3 AMD CPU:
script:
- export PY_EXE=python3
- export PYOPENCL_TEST=amd:pu
- export EXTRA_INSTALL="pybind11 numpy mako"
- 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"
allow_failure: true
tags:
- python3
- amd-cl-cpu
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3 Titan X:
script:
- export PY_EXE=python3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment