gitlab-ci: remove remaining allow_failure
authorJean Privat <jean@pryen.org>
Fri, 22 Feb 2019 04:16:26 +0000 (23:16 -0500)
committerJean Privat <jean@pryen.org>
Fri, 22 Feb 2019 04:17:09 +0000 (23:17 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitlab-ci.yml

index 0d94fd3..3e6531e 100644 (file)
@@ -253,7 +253,6 @@ test_contribs:
     - misc/jenkins/check_contrib.sh all check
     - grep 'error message' *.xml > status.txt || true
     - test ! -s status.txt # no lines, no errors
-  allow_failure: true
 
 test_contribs_android:
   stage: more_test
@@ -278,8 +277,7 @@ build_oot:
     - cd contrib
     - ./oot.sh all
     - grep 'error message' *.xml > ../status.txt || true
-    - test ! -s ../status.txt # no lines, no errors
-  allow_failure: true
+    # Errors are somewhat expected
 
 # MISC ##############################################################