[commit: ghc] wip/jenkins: Run stage1 tests as well (fd8c0d1)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:44:27 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/fd8c0d10a525af0b62ccf8067717ec4c40ab0ffc/ghc

>---------------------------------------------------------------

commit fd8c0d10a525af0b62ccf8067717ec4c40ab0ffc
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 4 21:24:15 2017 -0400

    Run stage1 tests as well


>---------------------------------------------------------------

fd8c0d10a525af0b62ccf8067717ec4c40ab0ffc
 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