From e70baf76fded46b51537cff2d637bea4708418d9 Mon Sep 17 00:00:00 2001 From: Adam Brousseau Date: Mon, 11 Dec 2023 12:10:41 -0500 Subject: [PATCH] Update baseOS from osx to mac 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 --- buildenv/jenkins/common/variables-functions.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv/jenkins/common/variables-functions.groovy b/buildenv/jenkins/common/variables-functions.groovy index c79ada2581e..206a7be258a 100644 --- a/buildenv/jenkins/common/variables-functions.groovy +++ b/buildenv/jenkins/common/variables-functions.groovy @@ -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'] :