From 79c7fd60b7c27cc8f44cde25b0bb3e6aa4cdec50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Sun, 29 Mar 2020 21:58:05 +0200 Subject: [PATCH] Allow failure of Gitlab AMD GPU CI job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bf6af0e..3c64ff24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,7 @@ Python 3 K40: junit: test/pytest.xml Python 3 AMD GPU: + allow_failure: true script: - export PY_EXE=python3 - export PYOPENCL_TEST=amd:gfx803 -- GitLab