Skip to content

Commit

Permalink
Update x64 Mac build jobs to use macos11 label (adoptium#825)
Browse files Browse the repository at this point in the history
* update x64 mac build jobs to use macos11 label

* typo
  • Loading branch information
Haroon-Khel authored and luhenry committed Feb 3, 2024
1 parent d34cba4 commit cb47c9c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config11 {
x64Mac : [
os : 'mac',
arch : 'x64',
additionalNodeLabels : 'macos10.14',
additionalNodeLabels : 'macos11',
test : 'default',
configureArgs : [
'openj9' : '--enable-dtrace=auto --with-cmake',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config17 {
x64Mac : [
os : 'mac',
arch : 'x64',
additionalNodeLabels: 'macos10.14',
additionalNodeLabels: 'macos11',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config20 {
x64Mac : [
os : 'mac',
arch : 'x64',
additionalNodeLabels: 'macos10.14',
additionalNodeLabels: 'macos11',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config21 {
x64Mac : [
os : 'mac',
arch : 'x64',
additionalNodeLabels: 'macos10.14',
additionalNodeLabels: 'macos11',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
],
Expand Down
2 changes: 1 addition & 1 deletion pipelines/jobs/configurations/jdk22_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config22 {
x64Mac : [
os : 'mac',
arch : 'x64',
additionalNodeLabels: 'macos10.14',
additionalNodeLabels: 'macos11',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
],
Expand Down
2 changes: 1 addition & 1 deletion pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Config8 {
os : 'mac',
arch : 'x64',
additionalNodeLabels: [
temurin : 'macos10.14',
temurin : 'macos11',
corretto: 'build-macstadium-macos1010-1',
openj9 : 'macos10.14'
],
Expand Down

0 comments on commit cb47c9c

Please sign in to comment.