From e8ed0f19ecb21cf810da409b4c70c4d08ee72716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Tue, 22 Sep 2020 07:54:11 +0200 Subject: [PATCH 1/2] Reenable K40 Gitlab CI job --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed552b3..0527b39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,19 +42,19 @@ Python 3 POCL Titan X: reports: junit: test/pytest.xml -# Python 3 POCL K40: -# script: -# - export PYOPENCL_TEST=portable:k40 -# - CONDA_ENVIRONMENT=.test-conda-env-py3.yml -# - 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-k40 -# except: -# - tags -# artifacts: -# reports: -# junit: test/pytest.xml +Python 3 POCL K40: + script: + - export PYOPENCL_TEST=portable:k40 + - CONDA_ENVIRONMENT=.test-conda-env-py3.yml + - 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-k40 + except: + - tags + artifacts: + reports: + junit: test/pytest.xml Python 3 POCL Examples: script: -- GitLab From b5eff73a3aa088c142ede0d2760ebb579ff4488a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Wed, 23 Sep 2020 02:48:24 +0200 Subject: [PATCH 2/2] Disable Titan V Gitlab CI for now --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0527b39..b7a718b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,19 +14,19 @@ Python 3 POCL: reports: junit: test/pytest.xml -Python 3 POCL Titan V: - script: - - export PYOPENCL_TEST=portable:titan - - CONDA_ENVIRONMENT=.test-conda-env-py3.yml - - 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-v - except: - - tags - artifacts: - reports: - junit: test/pytest.xml +# Python 3 POCL Titan V: +# script: +# - export PYOPENCL_TEST=portable:titan +# - CONDA_ENVIRONMENT=.test-conda-env-py3.yml +# - 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-v +# except: +# - tags +# artifacts: +# reports: +# junit: test/pytest.xml Python 3 POCL Titan X: script: -- GitLab