[commit: ghc] master: Disable most Pipelines-based validation ways (cd79332)

git at git.haskell.org git at git.haskell.org
Sat Dec 1 15:31:22 UTC 2018


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

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

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

commit cd793325e3e71cee761df35df0934999f7d77ad7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Dec 1 09:10:35 2018 -0500

    Disable most Pipelines-based validation ways


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

cd793325e3e71cee761df35df0934999f7d77ad7
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 482e71a..686f83a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ before_script:
       - cabal-cache
   image: ghcci/x86_64-linux:0.0.8
 
-validate-x86_64-linux-hadrian:
+.validate-x86_64-linux-hadrian:
   extends: .validate-hadrian
   before_script:
     # workaround for docker permissions
@@ -59,7 +59,7 @@ validate-x86_64-linux-hadrian:
       - ghc.tar.xz
       - junit.xml
 
-validate-x86_64-darwin:
+.validate-x86_64-darwin:
   extends: .validate
   tags:
     - x86_64-darwin
@@ -111,7 +111,7 @@ validate-x86_64-linux:
 # Validation via Pipelines (make, Windows)
 ############################################################
 
-validate-x86_64-windows:
+.validate-x86_64-windows:
   variables:
     GHC_VERSION: "8.6.2"
   script:



More information about the ghc-commits mailing list