]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Use latest JDK 1.9 pre-build and exclude some more slaves for the OpenJD...
authorDominik Stadler <centic@apache.org>
Wed, 15 Feb 2017 12:13:34 +0000 (12:13 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 15 Feb 2017 12:13:34 +0000 (12:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783098 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index f11c902767c970bd896c1e5e4b1b05e4fe5bd00d..2149dd0a70abf784fc9c038586518aaaaf6f5f9c 100644 (file)
@@ -20,7 +20,7 @@ def poijobs = [
     ],
     [ name: 'POI-DSL-OpenJDK', jdk: 'OpenJDK', trigger: 'H */12 * * *',
         // H13-H20 (Ubuntu 16.04) do not have OpenJDK 6 installed, see https://issues.apache.org/jira/browse/INFRA-12880
-        slaveAdd: '&&!H12&&!H13&&!H14&&!H15&&!H16&&!H17&&!H18&&!H19&&!H20&&!H22&&!ubuntu-eu2',
+        slaveAdd: '&&!H12&&!H13&&!H14&&!H15&&!H16&&!H17&&!H18&&!H19&&!H20&&!H21&&!H22&&!H23&&!H24&&!ubuntu-eu2',
         // the JDK is missing on some slaves so builds are unstable
         skipcigame: true
     ],
@@ -77,7 +77,7 @@ def jdkMapping = [
     '1.6': 'JDK 1.6 (latest)',
     '1.7': 'JDK 1.7 (latest)',
     '1.8': 'JDK 1.8 (latest)',
-    '1.9': 'JDK 9 b142 (early access build) with project Jigsaw',
+    '1.9': 'JDK 9 b156 (early access build) with project Jigsaw',
     'OpenJDK': 'OpenJDK 6 (on Ubuntu only) ',   // blank is required here until the name in the Jenkins instance is fixed!
     'IBMJDK': 'IBM 1.8 64-bit (on Ubuntu only)',
 ]