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

Merge branch 'gitlab-sumpy-titan-v' into 'master'

Move sumpy GPU tests on Gitlab CI to Titan V

See merge request inducer/sumpy!146
parents b5921cc2 60ad80b3
No related branches found
No related tags found
1 merge request!146Move sumpy GPU tests on Gitlab CI to Titan V
Pipeline #128086 passed with warnings
......@@ -33,7 +33,7 @@ Pytest POCL:
reports:
junit: test/pytest.xml
Pytest Titan X:
Pytest Titan V:
script:
- py_version=3
- export PYOPENCL_TEST=nvi:titan
......@@ -42,7 +42,7 @@ Pytest Titan X:
- ". ./build-and-test-py-project.sh"
tags:
- python3
- nvidia-titan-x
- nvidia-titan-v
except:
- tags
allow_failure: True
......@@ -67,7 +67,7 @@ Pytest Conda:
reports:
junit: test/pytest.xml
Pytest POCL Titan X:
Pytest POCL Titan V:
script:
# Disable caching to ensure SymEngine code generation is exercised.
- export SUMPY_NO_CACHE=1
......@@ -77,7 +77,7 @@ Pytest POCL Titan X:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
- ". ./build-and-test-py-project-within-miniconda.sh"
tags:
- nvidia-titan-x
- nvidia-titan-v
except:
- tags
artifacts:
......
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