[commit: ghc] wip/ghc-8.8-merges: gitlab-ci: Drop CircleCI jobs (d89c187)
git at git.haskell.org
git at git.haskell.org
Thu Feb 21 15:09:01 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.8-merges
Link : http://ghc.haskell.org/trac/ghc/changeset/d89c1879520232bc9164e3955f560dc9b3df069e/ghc
>---------------------------------------------------------------
commit d89c1879520232bc9164e3955f560dc9b3df069e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jan 22 14:25:05 2019 -0500
gitlab-ci: Drop CircleCI jobs
It's pretty unlikely we will be going back to circleci at this point
[skip-ci]
>---------------------------------------------------------------
d89c1879520232bc9164e3955f560dc9b3df069e
.gitlab-ci.yml | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9512380..218bd78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -405,33 +405,3 @@ cleanup-windows:
- cd \GitLabRunner
- rmdir /S /Q %BUILD_DIR%/*
- exit /b 0
-
-############################################################
-# 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