[commit: ghc] master: circleci: Skip performance tests (81a5e05)
git at git.haskell.org
git at git.haskell.org
Tue Feb 20 05:27:36 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/81a5e05d376c075a38e55bc124ea6226c1f3bef7/ghc
>---------------------------------------------------------------
commit 81a5e05d376c075a38e55bc124ea6226c1f3bef7
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Feb 20 00:26:45 2018 -0500
circleci: Skip performance tests
Once we finally get the automation for #12758 we can re-enable these.
>---------------------------------------------------------------
81a5e05d376c075a38e55bc124ea6226c1f3bef7
.circleci/config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3e5a77f..e4f09a3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -68,11 +68,11 @@ aliases:
- &test
run:
name: Test
- command: make test
+ command: make test SKIP_PERF_TESTS=YES
- &slowtest
run:
name: Full Test
- command: make slowtest
+ command: make slowtest SKIP_PERF_TESTS=YES
- &bindist
run:
name: Create bindist
More information about the ghc-commits
mailing list