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 {