[commit: ghc] master: Run Linux slow validate nightly on Circle CI (838aeb9)
git at git.haskell.org
git at git.haskell.org
Fri Jun 8 12:41:23 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/838aeb9b254efb3df7ed0cedeb945ec7c7789c90/ghc
>---------------------------------------------------------------
commit 838aeb9b254efb3df7ed0cedeb945ec7c7789c90
Author: Alp Mestanogullari <alp at well-typed.com>
Date: Fri May 25 00:07:02 2018 +0200
Run Linux slow validate nightly on Circle CI
>---------------------------------------------------------------
838aeb9b254efb3df7ed0cedeb945ec7c7789c90
.circleci/config.yml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a7d08b1..49f145d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -258,6 +258,22 @@ jobs:
- *test
- *store_test_results
+ "slow-validate-x86_64-linux":
+ resource_class: xlarge
+ docker:
+ - image: ghcci/x86_64-linux:0.0.2
+ environment:
+ <<: *buildenv
+ GHC_COLLECTOR_FLAVOR: x86_64-linux
+ steps:
+ - checkout
+ - *prepare
+ - *submodules
+ - *boot
+ - *configure_unix
+ - *make
+ - *slowtest
+
workflows:
version: 2
validate:
@@ -287,6 +303,7 @@ workflows:
- validate-x86_64-linux-unreg
- validate-x86_64-linux-llvm
- validate-x86_64-linux-debug
+ - slow-validate-x86_64-linux
notify:
webhooks:
More information about the ghc-commits
mailing list