Adjust list of hosts that do not have OpenJDK installed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94a81f7e68
commit
e065cabe9d
@ -21,8 +21,8 @@ def poijobs = [
|
|||||||
slaveAdd: '&&!ubuntu-4'
|
slaveAdd: '&&!ubuntu-4'
|
||||||
],
|
],
|
||||||
[ name: 'POI-DSL-OpenJDK', jdks: ['OpenJDK'], trigger: 'H */12 * * *',
|
[ name: 'POI-DSL-OpenJDK', jdks: ['OpenJDK'], trigger: 'H */12 * * *',
|
||||||
// H16 does not have OpenJDK 6 installed
|
// H13-H20 (Ubuntu 16.04) do not have OpenJDK 6 installed, see https://issues.apache.org/jira/browse/INFRA-12880
|
||||||
slaveAdd: '&&!H16&&!ubuntu-eu2',
|
slaveAdd: '&&!H13&&!H14&&!H15&&!H16&&!H17&&!H18&&!H19&&!H20&&!ubuntu-eu2',
|
||||||
// the JDK is missing on some slaves so builds are unstable
|
// the JDK is missing on some slaves so builds are unstable
|
||||||
skipcigame: true
|
skipcigame: true
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user