From 6fefc9a683d81289fd63076240360c07acb634b8 Mon Sep 17 00:00:00 2001 From: "[6~" Date: Mon, 4 Nov 2019 17:54:45 -0600 Subject: [PATCH] Drop legacy PyOpenCL CI --- .gitlab-ci.yml | 21 --------------------- requirements-old-pyopencl.txt | 11 ----------- 2 files changed, 32 deletions(-) delete mode 100644 requirements-old-pyopencl.txt diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8282bc24b..c11e507ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,27 +17,6 @@ Python 2.7 POCL: junit: test/pytest.xml -Python 2.7 with legacy PyOpenCL: - script: - - export PY_EXE=python2.7 - - export PYOPENCL_TEST=portable - - export EXTRA_INSTALL="pybind11 numpy mako" - - export REQUIREMENTS_TXT="requirements-old-pyopencl.txt" - - export LOOPY_NO_CACHE=1 - - export NO_DOCTESTS=1 - - 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: - - python2.7 - - pocl - except: - - tags - retry: 2 - artifacts: - reports: - junit: test/pytest.xml - - Python 3 POCL: script: - export PY_EXE=python3 diff --git a/requirements-old-pyopencl.txt b/requirements-old-pyopencl.txt deleted file mode 100644 index 1f1f16075..000000000 --- a/requirements-old-pyopencl.txt +++ /dev/null @@ -1,11 +0,0 @@ -git+https://github.com/inducer/pytools.git -git+https://github.com/inducer/islpy.git -git+https://github.com/inducer/cgen.git -git+https://github.com/inducer/pyopencl.git@deprecated-boost-python -git+https://github.com/inducer/pymbolic.git -git+https://github.com/inducer/genpy.git - -hg+https://bitbucket.org/inducer/f2py - -# Optional, needed for using the C preprocessor on Fortran -ply>=3.6 -- GitLab