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:
Dominik Stadler 2016-12-16 12:40:17 +00:00
parent 94a81f7e68
commit e065cabe9d
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ def poijobs = [
slaveAdd: '&&!ubuntu-4'
],
[ name: 'POI-DSL-OpenJDK', jdks: ['OpenJDK'], trigger: 'H */12 * * *',
// H16 does not have OpenJDK 6 installed
slaveAdd: '&&!H16&&!ubuntu-eu2',
// H13-H20 (Ubuntu 16.04) do not have OpenJDK 6 installed, see https://issues.apache.org/jira/browse/INFRA-12880
slaveAdd: '&&!H13&&!H14&&!H15&&!H16&&!H17&&!H18&&!H19&&!H20&&!ubuntu-eu2',
// the JDK is missing on some slaves so builds are unstable
skipcigame: true
],