From bcd145e970468d023ccbf2b4571da13500de1fcc Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 11 Jan 2021 17:32:30 -0600 Subject: [PATCH] Rationalize test names in Gitlab CI --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10c6580f..aba598c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ # reports: # junit: test/pytest.xml -Python 3 POCL: +Pytest POCL: script: - export PY_EXE=python3 - export PYOPENCL_TEST=portable:pthread @@ -33,7 +33,7 @@ Python 3 POCL: reports: junit: test/pytest.xml -Python 3 Titan X: +Pytest Titan X: script: - py_version=3 - export PYOPENCL_TEST=nvi:titan @@ -50,7 +50,7 @@ Python 3 Titan X: reports: junit: test/pytest.xml -Python 3 Conda: +Pytest Conda: script: # Disable caching to ensure SymEngine code generation is exercised. - export SUMPY_NO_CACHE=1 @@ -67,7 +67,7 @@ Python 3 Conda: reports: junit: test/pytest.xml -Python 3.6 POCL Titan X: +Pytest POCL Titan X: script: # Disable caching to ensure SymEngine code generation is exercised. - export SUMPY_NO_CACHE=1 -- GitLab