From 77c7a3a3cc23a56cc9256723e57c561423a77627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sat, 3 Aug 2019 03:03:01 +0200 Subject: [PATCH] Reenable Intel CI, delete AMD CPU CI --- .gitlab-ci.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92a000fc..6b1fccfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,11 +19,11 @@ Python 3 Intel CPU: script: - export PY_EXE=python3 + - source /opt/enable-intel-cl.sh - export PYOPENCL_TEST="intel(r):pu" - 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" - allow_failure: true tags: - python3 - intel-cl-cpu @@ -33,23 +33,6 @@ Python 3 Intel CPU: reports: junit: test/pytest.xml -Python 3 AMD CPU: - script: - - export PY_EXE=python3 - - export PYOPENCL_TEST=amd:pu - - 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" - allow_failure: true - tags: - - python3 - - amd-cl-cpu - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - Python 3 Titan X: script: - export PY_EXE=python3 -- GitLab