[commit: ghc] master: gitlab-ci: Require that integer-simple configuration passes (5569eef)

git at git.haskell.org git at git.haskell.org
Tue Dec 25 21:59:02 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5569eefff5aabaa53b7e7e50b9ea4b177559deb1/ghc

>---------------------------------------------------------------

commit 5569eefff5aabaa53b7e7e50b9ea4b177559deb1
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 25 16:52:59 2018 -0500

    gitlab-ci: Require that integer-simple configuration passes
    
    The last step of #15915.


>---------------------------------------------------------------

5569eefff5aabaa53b7e7e50b9ea4b177559deb1
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25771c2..e471d99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
   - full-build
 
 ############################################################
-# Tags
+# Runner Tags
 ############################################################
 #
 # * x86_64-linux: Any Docker-capable x86_64 Linux machine
@@ -267,7 +267,6 @@ validate-x86_64-linux-fedora27:
 validate-x86_64-linux-deb9-integer-simple:
   extends: .validate-linux
   stage: full-build
-  allow_failure: true
   variables:
     INTEGER_LIBRARY: integer-simple
   image: ghcci/x86_64-linux-deb9:0.2



More information about the ghc-commits mailing list