[commit: ghc] wip/jenkins: Run stage1 tests as well (8dda9de)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 13:52:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/8dda9defb8637980a545571eb67f20716a55cf10/ghc
>---------------------------------------------------------------
commit 8dda9defb8637980a545571eb67f20716a55cf10
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 21:24:15 2017 -0400
Run stage1 tests as well
>---------------------------------------------------------------
8dda9defb8637980a545571eb67f20716a55cf10
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