[commit: ghc] wip/jenkins: Kill debugging (da11119)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 13:50:26 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/da11119b7f1a9fef952ca5049bfa4b6bd4e2a287/ghc
>---------------------------------------------------------------
commit da11119b7f1a9fef952ca5049bfa4b6bd4e2a287
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu May 18 01:39:32 2017 -0400
Kill debugging
>---------------------------------------------------------------
da11119b7f1a9fef952ca5049bfa4b6bd4e2a287
Jenkinsfile | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 04d8d84..d759a03 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,16 +11,6 @@ properties(
])
])
-if (true) {
- node(label: 'linux && aarch64') {
- stage('Testing') {
- sh 'pwd'
- git 'git://git.haskell.org/ghc'
- sh 'ls'
- }
- }
-}
-
parallel (
"linux x86-64" : {node(label: 'linux && amd64') {buildGhc(params.runNofib)}},
"linux x86-64 -> aarch64" : {
More information about the ghc-commits
mailing list