diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bfb6726ca6f4b7e9c8f07af13ec80283a4e5b8d..5e8b886af34ad10803d9cdf6b7d730400692595d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: