From 8bb0248bb937045408817c9c408324f33a7d39ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Sun, 9 Aug 2020 16:24:53 +0200
Subject: [PATCH] Allow failure of the Nvidia K40 job because of outage

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10027314..0c713285 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,6 +59,10 @@ Python 3 K40:
   - nvidia-k40
   except:
   - tags
+  
+  # https://github.com/illinois-scicomp/machine-shop-maintenance/issues/7
+  allow_failure: true
+
   artifacts:
     reports:
       junit: test/pytest.xml
-- 
GitLab