[commit: ghc] wip/jenkins: Run stage1 tests as well (ac4da99)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:50:06 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/ac4da99a5a98f3c36de152a169166fc73ee6db21/ghc
>---------------------------------------------------------------
commit ac4da99a5a98f3c36de152a169166fc73ee6db21
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 21:24:15 2017 -0400
Run stage1 tests as well
>---------------------------------------------------------------
ac4da99a5a98f3c36de152a169166fc73ee6db21
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