Skip to content

Commit

Permalink
Switch JDK22+ on AIX to use OpenXL17-compatible labels (#1045)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa authored Jun 20, 2024
1 parent f0af2f2 commit c991a1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk22u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ class Config22 {
os : 'aix',
arch : 'ppc64',
additionalNodeLabels: [
temurin: 'xlc16&&aix720',
temurin: 'openxl17&&aix720',
openj9: 'xlc16&&aix715'
],
test : 'default',
additionalTestLabels: [
temurin : 'sw.os.aix.7_2'
temurin : 'sw.os.aix.7_2TL5'
],
cleanWorkspaceAfterBuild: true,
buildArgs : [
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk23_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ class Config23 {
os : 'aix',
arch : 'ppc64',
additionalNodeLabels: [
temurin: 'xlc16&&aix720',
temurin: 'openxl17&&aix720',
openj9: 'xlc16&&aix715'
],
test : 'default',
additionalTestLabels: [
temurin : 'sw.os.aix.7_2'
temurin : 'sw.os.aix.7_2TL5'
],
cleanWorkspaceAfterBuild: true,
buildArgs : [
Expand Down

0 comments on commit c991a1b

Please sign in to comment.