From 2d1b572ce6a20d55b80627b47a6bf98f8035df5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Tue, 22 Sep 2020 07:57:12 +0200 Subject: [PATCH 1/2] Reenable Gitlab K40 CI --- .gitlab-ci.yml | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76b8a07d..deaf28aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,24 +47,21 @@ Python 3 Titan V: reports: junit: test/pytest.xml -# https://github.com/illinois-scicomp/machine-shop-maintenance/issues/7 - -# Python 3 K40: -# script: -# - export PY_EXE=python3 -# - export PYOPENCL_TEST=nvi:k40 -# - export EXTRA_INSTALL="pybind11 numpy mako" -# - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh -# - ". ./build-and-test-py-project.sh" -# tags: -# - python3 -# - nvidia-k40 -# except: -# - tags -# -# artifacts: -# reports: -# junit: test/pytest.xml +Python 3 K40: + script: + - export PY_EXE=python3 + - export PYOPENCL_TEST=nvi:k40 + - export EXTRA_INSTALL="pybind11 numpy mako" + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh + - ". ./build-and-test-py-project.sh" + tags: + - python3 + - nvidia-k40 + except: + - tags + artifacts: + reports: + junit: test/pytest.xml Python 3 AMD GPU: allow_failure: true -- GitLab From 550b2f2bf3aeb106f0200ce5d4e40b86948d2eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Wed, 23 Sep 2020 02:47:14 +0200 Subject: [PATCH 2/2] Disable Titan V Gitlab CI for now --- .gitlab-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index deaf28aa..97e3626d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,21 +31,21 @@ Python 3 Titan X: reports: junit: test/pytest.xml -Python 3 Titan V: - script: - - export PY_EXE=python3 - - export PYOPENCL_TEST=nvi:titan - - export EXTRA_INSTALL="pybind11 numpy mako" - - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - - ". ./build-and-test-py-project.sh" - tags: - - python3 - - nvidia-titan-v - except: - - tags - artifacts: - reports: - junit: test/pytest.xml +# Python 3 Titan V: +# script: +# - export PY_EXE=python3 +# - export PYOPENCL_TEST=nvi:titan +# - export EXTRA_INSTALL="pybind11 numpy mako" +# - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh +# - ". ./build-and-test-py-project.sh" +# tags: +# - python3 +# - nvidia-titan-v +# except: +# - tags +# artifacts: +# reports: +# junit: test/pytest.xml Python 3 K40: script: -- GitLab