From 706df01a4ad254d2667273e1729f36e26aa06716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 11 May 2020 18:57:47 +0200 Subject: [PATCH] Allow POCL CI failures for now --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2de6d958..727cecf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,8 @@ Python 2.7 POCL: - python2.7 - pocl - mpi + # https://github.com/pocl/pocl/issues/757 + allow_failure: true except: - tags artifacts: @@ -26,6 +28,8 @@ Python 3 POCL: - python3 - pocl - mpi + # https://github.com/pocl/pocl/issues/757 + allow_failure: true except: - tags artifacts: @@ -62,6 +66,8 @@ Python 2.7 POCL MPI: - python2.7 - pocl - mpi + # https://github.com/pocl/pocl/issues/757 + allow_failure: true except: - tags artifacts: @@ -80,6 +86,8 @@ Python 3 POCL MPI: - python3 - pocl - mpi + # https://github.com/pocl/pocl/issues/757 + allow_failure: true except: - tags artifacts: @@ -116,6 +124,8 @@ Python 3 POCL Examples: - python3 - pocl - large-node + # https://github.com/pocl/pocl/issues/757 + allow_failure: true except: - tags -- GitLab