From 89436bed3291f120376a5309a3615f7f866150a9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 17 Jul 2020 11:20:04 -0500 Subject: [PATCH] Gitlab CI: POCL runs are no longer allowed to fail --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70173345..6aec221e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,6 @@ Python 3 POCL: - python3 - pocl - mpi - # https://github.com/pocl/pocl/issues/757 - allow_failure: true except: - tags artifacts: @@ -47,8 +45,6 @@ Python 3 POCL MPI: - python3 - pocl - mpi - # https://github.com/pocl/pocl/issues/757 - allow_failure: true except: - tags artifacts: @@ -85,8 +81,6 @@ Python 3 POCL Examples: - python3 - pocl - large-node - # https://github.com/pocl/pocl/issues/757 - allow_failure: true except: - tags -- GitLab