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

Ben Gamari gitlab at gitlab.haskell.org
Fri Apr 12 15:11:08 UTC 2019



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


Commits:
d5a7f8e9 by Ben Gamari at 2019-04-12T15:08:20Z
gitlab-ci: Add centos7 release job

- - - - -
0ad0c936 by Ben Gamari at 2019-04-12T15:10:48Z
gitlab-ci: Only run release notes lint on release tags

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -116,7 +116,8 @@ lint-changelogs:
 lint-release-changelogs:
   extends: .lint-changelogs
   only:
-    - tags
+    refs:
+      - /ghc-[0-9]+\.[0-9]+\.[0-9]+-.*/
 
 
 ############################################################
@@ -448,6 +449,24 @@ 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:
+    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/ed529a654dd04959975bf1df684f06b822321211...0ad0c936a91d0117e03bb89e2f62ecc9bbe5a244

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/ed529a654dd04959975bf1df684f06b822321211...0ad0c936a91d0117e03bb89e2f62ecc9bbe5a244
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/20190412/b6fe35ef/attachment-0001.html>


More information about the ghc-commits mailing list