[Git][ghc/ghc][wip/centos7] 2 commits: gitlab-ci: Add centos7 release job

Ben Gamari gitlab at gitlab.haskell.org
Thu Apr 18 18:40:21 UTC 2019



Ben Gamari pushed to branch wip/centos7 at Glasgow Haskell Compiler / GHC


Commits:
06887bce by Ben Gamari at 2019-04-18T18:39:42Z
gitlab-ci: Add centos7 release job

- - - - -
cb44fec1 by Ben Gamari at 2019-04-18T18:39:42Z
gitlab-ci: Only run release notes lint on release tags

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -124,7 +124,8 @@ lint-changelogs:
 lint-release-changelogs:
   extends: .lint-changelogs
   only:
-    - tags
+    refs:
+      - /ghc-[0-9]+\.[0-9]+\.[0-9]+-.*/
 
 
 ############################################################
@@ -456,6 +457,27 @@ release-x86_64-linux-deb8:
     when: always
     expire_in: 2 week
 
+#################################
+# x86_64-linux-centos7
+#################################
+
+release-x86_64-linux-centos7:
+  extends: .validate-linux
+  stage: full-build
+  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-centos7:$DOCKER_REV"
+  variables:
+    # The sphinx release shipped with Centos 7 fails to build out documentation
+    BUILD_SPHINX_HTML: NO
+    BUILD_SPHINX_PDF: NO
+    TEST_ENV: "x86_64-linux-centos7"
+    BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-centos7-linux.tar.xz"
+  only:
+    - tags
+  cache:
+    key: linux-x86_64-centos7
+  artifacts:
+    when: always
+    expire_in: 2 week
 
 #################################
 # x86_64-linux-fedora27



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/97e12c1c470d628d59155041a1a73b3153e59b6b...cb44fec1226e5e03d9cabbd6c12dbe3be305fd95

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/97e12c1c470d628d59155041a1a73b3153e59b6b...cb44fec1226e5e03d9cabbd6c12dbe3be305fd95
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190418/e2d080b0/attachment-0001.html>


More information about the ghc-commits mailing list