From 668fa956e2d383e46dc3061fca2da18bbe159e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Sun, 29 Mar 2020 21:57:34 +0200 Subject: [PATCH] Remove AMD CPU CI --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2222e3a8..0bf6af0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,3 @@ -"Python 2.7 AMD CPU": - script: - - export PY_EXE=python2.7 - - 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: - - python2.7 - - amd-cl-cpu - - opengl - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - Python 3 Intel CPU: script: - export PY_EXE=python3 -- GitLab