You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/11/17 11:26:33 UTC

svn commit: r1869936 - /poi/trunk/jenkins/create_jobs.groovy

Author: centic
Date: Sun Nov 17 11:26:33 2019
New Revision: 1869936

URL: http://svn.apache.org/viewvc?rev=1869936&view=rev
Log:
Remove build with OpenJDK as the Apache Jenkins instance does not provide it any longer

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1869936&r1=1869935&r2=1869936&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Nov 17 11:26:33 2019
@@ -16,11 +16,6 @@ def xercesLib = './xercesImpl-2.6.1.jar'
 def poijobs = [
         [ name: 'POI-DSL-1.8', trigger: 'H */12 * * *'
         ],
-        [ name: 'POI-DSL-OpenJDK', jdk: 'OpenJDK', trigger: 'H */12 * * *',
-          // 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
         ],
         [ name: 'POI-DSL-1.11', jdk: '1.11', trigger: triggerSundays, skipcigame: true
@@ -98,8 +93,6 @@ def jdkMapping = [
         '1.11': 'JDK 11 (latest)',
         '1.12': 'JDK 12 (latest)',
         '1.13': 'JDK 13 (latest)',
-        // 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)',
 ]
 
@@ -572,8 +565,6 @@ Unfortunately we often see builds break
     axes {
         jdk(
                 'JDK 1.8 (latest)',
-                // 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)',



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org