Disable some machines that do not yet have JDK 11 installed

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2018-08-23 09:26:25 +00:00
parent b2e81ecad9
commit c9dad04072
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ def poijobs = [
[ name: 'POI-DSL-1.11', jdk: '1.11', trigger: '''
# do not run this via a schedule for now
''',
// Nodes beam* do not yet have JDK 11 installed
slaveAdd: '&&!beam1&&!beam2&&!beam3&&!beam4&&!beam6&&!beam7&&!beam8&&!beam9&&!beam10&&!beam11&&!beam12&&!beam13&&!beam14&&!beam15&&!beam16',
properties: ['-Djava9addmods=-Dthis.is.a.dummy=true',
'-Djavadoc9addmods=-Dthis.is.a.dummy=true',
'-Djava9addmodsvalue=-Dsun.reflect.debugModuleAccessChecks=true',