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

Add a Titan V CI job

parent 1e850da7
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ Python 3.6 AMD CPU:
Python 3.6 Titan X:
script:
- export PY_EXE=python3.5
- export PY_EXE=python3.6
- export PYOPENCL_TEST=nvi:titan
- 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
......@@ -66,6 +66,22 @@ Python 3.6 Titan X:
reports:
junit: test/pytest.xml
Python 3.6 Titan V:
script:
- export PY_EXE=python3.6
- export PYOPENCL_TEST=nvi:titan
- 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"
tags:
- python3.6
- nvidia-titan-v
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 K40:
script:
- export PY_EXE=python3.6
......
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