[Git][ghc/ghc][wip/test-centos7] 2 commits: gitlab-ci: Only run release notes lint on release tags
Ben Gamari
gitlab at gitlab.haskell.org
Thu Apr 18 21:12:26 UTC 2019
Ben Gamari pushed to tag wip/test-centos7 at Glasgow Haskell Compiler / GHC
Commits:
432d2193 by Ben Gamari at 2019-04-18T21:12:06Z
gitlab-ci: Only run release notes lint on release tags
- - - - -
d18a8be9 by Ben Gamari at 2019-04-18T21:12:06Z
gitlab-ci: Add centos7 release job
- - - - -
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/cb44fec1226e5e03d9cabbd6c12dbe3be305fd95...d18a8be9b867d5806f161c9aea576f9a27ea692f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/cb44fec1226e5e03d9cabbd6c12dbe3be305fd95...d18a8be9b867d5806f161c9aea576f9a27ea692f
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/2143aa3c/attachment-0001.html>
More information about the ghc-commits
mailing list