From 381de2f1969ae670360b53ef4ec7942dc86ebcc2 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 6 Jul 2017 15:42:27 +0200 Subject: [PATCH] Allow AMD CI failures --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dddca265..d347af93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ - echo "CL_ENABLE_GL = True" > siteconf.py - 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" + allow_failure: true tags: - python2.7 - amd-cl-cpu @@ -33,6 +34,7 @@ Python 3.5 AMD CPU: - export EXTRA_INSTALL="numpy mako" - 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" + allow_failure: true tags: - python3.5 - amd-cl-cpu @@ -46,6 +48,7 @@ Python 2.6 AMD CPU: - export EXTRA_INSTALL="numpy mako" - 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" + allow_failure: true tags: - python2.6 - amd-cl-cpu @@ -85,6 +88,7 @@ Python 3.5 AMD GPU: - export EXTRA_INSTALL="numpy mako" - 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" + allow_failure: true tags: - python3.5 - amd-fiji -- GitLab