[commit: ghc] wip/jenkins: Run stage1 tests as well (e898bcf)
git at git.haskell.org
git at git.haskell.org
Mon Jun 5 17:15:59 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/e898bcfa01cd101b283773878339eaa51e782bed/ghc
>---------------------------------------------------------------
commit e898bcfa01cd101b283773878339eaa51e782bed
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 21:24:15 2017 -0400
Run stage1 tests as well
>---------------------------------------------------------------
e898bcfa01cd101b283773878339eaa51e782bed
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c369979..a051d7c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -271,7 +271,8 @@ def testGhc(params) {
if (params.nightly) {
target = 'slowtest'
}
- sh "${makeCmd} THREADS=${env.THREADS} ${target}"
+ sh "${makeCmd} -Ctestsuite/tests stage=2 LOCAL=0 THREADS=${env.THREADS} ${target}"
+ sh "${makeCmd} -Ctestsuite/tests/stage1 stage=1 LOCAL=0 THREADS=${env.THREADS} ${target}"
}
stage('Run nofib') {
More information about the ghc-commits
mailing list