diff options
author | Dominik Stadler <centic@apache.org> | 2019-04-13 19:27:55 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-04-13 19:27:55 +0000 |
commit | 8a1d0151ea1bd4d85d49e05f75ea27cfa2e2526f (patch) | |
tree | 8a09b5ad4bbbf792ea5288577e9cc1dd3af5b951 /jenkins | |
parent | 8823c1a9abc434d79830d352fa1576db5971b18d (diff) | |
download | poi-8a1d0151ea1bd4d85d49e05f75ea27cfa2e2526f.tar.gz poi-8a1d0151ea1bd4d85d49e05f75ea27cfa2e2526f.zip |
Disable all apache-beam-* nodes as they seem to lack svn and Ant installations currently
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 7f7c7baf2c..70619e3c20 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -97,7 +97,10 @@ def defaultEmail = 'dev@poi.apache.org' def defaultAnt = 'Ant 1.9.9' // currently a lot of H?? slaves don't have Ant installed ... H21 seems to have a SVN problem // H35 fails with ImageIO create cache file errors, although the java.io.tmpdir is writable -def defaultSlaves = '(ubuntu||beam)&&!cloud-slave&&!H15&&!H17&&!H18&&!H24&&!ubuntu-4&&!H21&&!H35' +def defaultSlaves = '(ubuntu||beam)&&!cloud-slave&&!H15&&!H17&&!H18&&!H24&&!ubuntu-4&&!H21&&!H35' + + // Disable all apache-beam-* nodes as they seem to lack svn and Ant installations currently + '&&!apache-beam-jenkins-1&&!apache-beam-jenkins-2&&!apache-beam-jenkins-4&&!apache-beam-jenkins-7' + + '&&!apache-beam-jenkins-8&&!apache-beam-jenkins-9' def jdkMapping = [ '1.6': 'JDK 1.6 (latest)', |