[commit: ghc] wip/ghc-8.6-ci: gitlab-ci: Skip performance tests (27019e9)
git at git.haskell.org
git at git.haskell.org
Thu Dec 27 17:02:08 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.6-ci
Link : http://ghc.haskell.org/trac/ghc/changeset/27019e9ff7b75e34998333dc02c2462589e21a1d/ghc
>---------------------------------------------------------------
commit 27019e9ff7b75e34998333dc02c2462589e21a1d
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Dec 27 10:26:43 2018 -0500
gitlab-ci: Skip performance tests
These are just too fragile on ghc-8.6 which lacks #12758.
>---------------------------------------------------------------
27019e9ff7b75e34998333dc02c2462589e21a1d
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06d7589..830250e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,7 +96,7 @@ validate-x86_64-linux-deb8-hadrian:
mv ghc-*.tar.xz ghc.tar.xz
- |
THREADS=`mk/detect-cpu-count.sh`
- make $TEST_TYPE THREADS=$THREADS JUNIT_FILE=../../junit.xml
+ make $TEST_TYPE THREADS=$THREADS JUNIT_FILE=../../junit.xml SKIP_PERF_TESTS=YES
artifacts:
reports:
junit: junit.xml
More information about the ghc-commits
mailing list