]> source.dussan.org Git - poi.git/commitdiff
update jobs
authorPJ Fanning <fanningpj@apache.org>
Sat, 5 Aug 2023 13:41:30 +0000 (13:41 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 5 Aug 2023 13:41:30 +0000 (13:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911465 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 0a5bd6865778eac0685a27f11335f69b418dddf4..80492a35b31bde50bc30da0471a23b7cf2d3819a 100644 (file)
@@ -36,6 +36,8 @@ def poijobs = [
         ],
         // Jenkins on ci-builds.apache.org does not support spotbugs with a new enough version of asm for Java18+
         [ name: 'POI-DSL-1.18', jdk: '1.18', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true
+          // let's save some CPU cycles here, 18 is not a LTS and JDK 20 is out
+          disabled: true
         ],
         // Jenkins on ci-builds.apache.org does not support spotbugs with a new enough version of asm for Java18+
         [ name: 'POI-DSL-1.19', jdk: '1.19', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true
@@ -90,7 +92,9 @@ def poijobs = [
         [ name: 'POI-DSL-Windows-1.17', jdk: '1.17', trigger: 'H */12 * * *', windows: true, slaves: 'Windows', skipcigame: true
         ],
         [ name: 'POI-DSL-Windows-1.18', jdk: '1.18', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true,
-          skipSpotbugs: true
+          skipSpotbugs: true,
+          // let's save some CPU cycles here, 18 is not a LTS and JDK 20 is out
+          disabled: true
         ],
         [ name: 'POI-DSL-Github-PullRequests', trigger: '', skipcigame: true, disabled: true
         ],
@@ -108,9 +112,13 @@ def xmlbeansjobs = [
         [ name: 'POI-XMLBeans-DSL-1.17', jdk: '1.17', trigger: triggerSundays, skipcigame: true,
         ],
         [ name: 'POI-XMLBeans-DSL-1.18', jdk: '1.18', trigger: triggerSundays, skipcigame: true,
+          // let's save some CPU cycles here, 18 is not a LTS and JDK 20 is out
+          disabled: true
         ],
         [ name: 'POI-XMLBeans-DSL-1.19', jdk: '1.19', trigger: triggerSundays, skipcigame: true,
         ],
+        [ name: 'POI-XMLBeans-DSL-1.20', jdk: '1.20', trigger: triggerSundays, skipcigame: true,
+        ],
         [ name: 'POI-XMLBeans-DSL-Sonar', jdk: '1.11', trigger: triggerSundays, skipcigame: true,
           sonar: true
         ]