Skip to content

Commit

Permalink
Limit xMac JDK22+ testing to MacOS v11+ (#950)
Browse files Browse the repository at this point in the history
...because JDK22+ are intentionally not v10.14 compatible.

Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley authored Mar 1, 2024
1 parent 6c80709 commit 05f0d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pipelines/jobs/configurations/jdk22_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class Config22 {
arch : 'x64',
additionalNodeLabels: 'xcode15.0.1',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
openj9 : '!sw.os.osx.10_11',
temurin : '!sw.os.osx.10_14'
],
test : 'default',
configureArgs : '--enable-dtrace',
Expand Down
3 changes: 2 additions & 1 deletion pipelines/jobs/configurations/jdk23_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class Config23 {
arch : 'x64',
additionalNodeLabels: 'xcode15.0.1',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
openj9 : '!sw.os.osx.10_11',
temurin : '!sw.os.osx.10_14'
],
test : 'default',
configureArgs : '--enable-dtrace',
Expand Down

0 comments on commit 05f0d8d

Please sign in to comment.