[commit: ghc] : gitlab-ci: Drop CircleCI jobs (b6f949f)
git at git.haskell.org
git at git.haskell.org
Wed Mar 6 16:38:25 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch :
Link : http://ghc.haskell.org/trac/ghc/changeset/b6f949ff4953cf51005159de3d27267835673504/ghc
>---------------------------------------------------------------
commit b6f949ff4953cf51005159de3d27267835673504
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Mar 2 15:32:30 2019 -0500
gitlab-ci: Drop CircleCI jobs
>---------------------------------------------------------------
b6f949ff4953cf51005159de3d27267835673504
.gitlab-ci.yml | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 339ea8f..f9f3a34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -400,32 +400,3 @@ validate-x86_64-windows:
- ghc.tar.xz
- junit.xml
-############################################################
-# Validation via CircleCI
-############################################################
-
-.circleci:
- stage: build
- image: ghcci/x86_64-linux-deb8:0.1
- artifacts:
- when: always
- expire_in: 2 week
- reports:
- junit: junit.xml
- paths:
- - ghc.tar.xz
- - junit.xml
- tags:
- - circleci
-
-# All validation jobs keep the bindists and test results are artifacts,
-# when we get far enough to generate them.
-#
-# This requires updating the maximum artifacts size limit in Gitlab to
-# something like 200MB.
-
-.circleci-validate-x86_64-darwin:
- extends: .circleci
- stage: full-build
- allow_failure: true
- script: ".gitlab/circle-ci-job.sh validate-x86_64-darwin"
More information about the ghc-commits
mailing list