[commit: ghc] master: use *test instead of *slowtest for llvm validation on Circle CI (193eeee)
git at git.haskell.org
git at git.haskell.org
Sun Aug 12 08:54:56 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/193eeee6bdbd5b2ec38e26c70e8aa79ce7bd2f99/ghc
>---------------------------------------------------------------
commit 193eeee6bdbd5b2ec38e26c70e8aa79ce7bd2f99
Author: Alp Mestanogullari <alp at well-typed.com>
Date: Sun Aug 12 10:54:30 2018 +0200
use *test instead of *slowtest for llvm validation on Circle CI
Summary:
Since the LLVM backend is slow enough that *slowtest can't run
in the allocated time on Circle CI, let's just use *test. If that still
doesn't fit in the allocated 5 hours, we can try running just the
compiler tests.
Test Plan: Circle CI validation for LLVM
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D5033
>---------------------------------------------------------------
193eeee6bdbd5b2ec38e26c70e8aa79ce7bd2f99
.circleci/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 55cb87f..19780ab 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -207,7 +207,7 @@ jobs:
- *boot
- *configure_unix
- *make
- - *slowtest
+ - *test
# Nightly build with -DDEBUG using devel2 flavour
"validate-x86_64-linux-debug":
More information about the ghc-commits
mailing list