From 60ad80b306fc22c5e3e8a98aa7478a401f94ee45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 7 Feb 2021 19:44:16 +0100 Subject: [PATCH] Move sumpy GPU tests on Gitlab CI to Titan V --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bfb6726..5e8b886a 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: -- GitLab