diff options
author | Alp Mestanogullari <alp@well-typed.com> | 2018-05-25 00:07:02 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-08 08:25:24 -0400 |
commit | 838aeb9b254efb3df7ed0cedeb945ec7c7789c90 (patch) | |
tree | 282753313e9c3aaadae5d97db1793c6097db5130 /.circleci | |
parent | d66ca0111cefcda6620a4c82a932456b3e48874c (diff) | |
download | haskell-838aeb9b254efb3df7ed0cedeb945ec7c7789c90.tar.gz |
Run Linux slow validate nightly on Circle CI
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a7d08b17aa..49f145d2c8 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: |