From 4d30063e0b77d00147c587de3a1b33cc4d052cee Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 29 Jul 2020 16:17:53 -0500
Subject: [PATCH] Delete redundant Py3 POCL job from Gitlab CI

---
 .gitlab-ci.yml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c9da790..048377fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,24 +33,6 @@ Python 3 POCL:
     reports:
       junit: test/pytest.xml
 
-Python 3 POCL:
-  script:
-  - export PY_EXE=python3
-  - export PYOPENCL_TEST=portable:pthread
-  # cython is here because pytential (for now, for TS) depends on it
-  - export EXTRA_INSTALL="pybind11 cython numpy mako mpi4py"
-  - 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
-  - pocl
-  - mpi
-  except:
-  - tags
-  artifacts:
-    reports:
-      junit: test/pytest.xml
-
 Python 3 POCL Examples:
   script:
   - test -n "$SKIP_EXAMPLES" && exit
-- 
GitLab