[commit: ghc] wip/jenkins: Run stage1 tests as well (38dce88)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:25:54 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/38dce88045e7d5fe9a71f00574c0698fc07329ef/ghc
>---------------------------------------------------------------
commit 38dce88045e7d5fe9a71f00574c0698fc07329ef
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 21:24:15 2017 -0400
Run stage1 tests as well
>---------------------------------------------------------------
38dce88045e7d5fe9a71f00574c0698fc07329ef
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