Skip to content

Commit

Permalink
Update baseOS from osx to mac
Browse files Browse the repository at this point in the history
When determining the OS, we look to the labels.
A while back we switched from sw.os.osx labels to
sw.os.mac. This was missed.

Related #13937 and infra 7907

Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Dec 11, 2023
1 parent f2099dd commit e70baf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/variables-functions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ def get_node_platform(nodeLabels) {
return ''
}
switch (baseOS) {
case ['aix', 'windows', 'osx', 'zos']:
case ['aix', 'windows', 'mac', 'zos']:
return baseOS
break
case ['linux', 'ubuntu', 'rhel', 'cent', 'sles'] :
Expand Down

0 comments on commit e70baf7

Please sign in to comment.