aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2019-11-09 15:58:33 +0000
committerAndreas Beeker <kiwiwings@apache.org>2019-11-09 15:58:33 +0000
commitd0daf51cbab73634f69e681c95f206a23120609b (patch)
tree13e31d7217ac43102805efbf9c293fe472c2b5b1 /jenkins
parenta1d2b211816c912431cc5632421f10ed93af1391 (diff)
downloadpoi-d0daf51cbab73634f69e681c95f206a23120609b.tar.gz
poi-d0daf51cbab73634f69e681c95f206a23120609b.zip
Limit nodes for OpenJDK 8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy19
1 files changed, 6 insertions, 13 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 98de19422a..c1c3c58246 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -17,13 +17,8 @@ def poijobs = [
[ name: 'POI-DSL-1.8', trigger: 'H */12 * * *'
],
[ 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: '&&!H0&&!H1&&!H2&&!H3&&!H4&&!H5&&!H6&&!H7&&!H8&&!H9&&!H10&&!H11' +
- '&&!H30&&!H31&&!H32&&!H33&&!H34&&!H35&&!H36&&!H37&&!H38&&!H39' +
- '&&!H40&&!H41&&!H42&&!H43' +
- '&&!qnode3' +
- '&&!ubuntu-1&&!ubuntu-2&&!ubuntu-4&&!ubuntu-5&&!ubuntu-6&&!ubuntu-eu2&&!ubuntu-us1',
- // the JDK is missing on some slaves so builds are unstable
+ // only a limited set of nodes still have OpenJDK 8 (on Ubuntu) installed
+ slaves: 'H5||H6||H44||H48||H49||H50',
skipcigame: true
],
[ name: 'POI-DSL-1.10', jdk: '1.10', trigger: triggerSundays, skipcigame: true
@@ -103,7 +98,8 @@ def jdkMapping = [
'1.11': 'JDK 11 (latest)',
'1.12': 'JDK 12 (latest)',
'1.13': 'JDK 13 (latest)',
- 'OpenJDK': 'OpenJDK 8 (on Ubuntu only) ', // blank is required here until the name in the Jenkins instance is fixed!
+ // trailing blank is required here until the name in the Jenkins instance is fixed!
+ 'OpenJDK': 'OpenJDK 8 (on Ubuntu only) ',
'IBMJDK': 'IBM 1.8 64-bit (on Ubuntu only)',
]
@@ -570,15 +566,12 @@ Unfortunately we often see builds break because of changes/new machines...''')
axes {
jdk(
'JDK 1.8 (latest)',
- 'OpenJDK 8 (on Ubuntu only) ', // blank is required here until the name in the Jenkins instance is fixed!
+ // blank is required here until the name in the Jenkins instance is fixed!
+ 'OpenJDK 8 (on Ubuntu only) ',
'IBM 1.8 64-bit (on Ubuntu only)',
-
'JDK 11 (latest)',
-
'JDK 12 (latest)',
-
'JDK 13 (latest)',
-
'JDK 14 (latest)'
)
elasticAxis {