diff --git a/buildenv/jenkins/openjdk_tests b/buildenv/jenkins/openjdk_tests index fc1bb730df..dcd9b36762 100644 --- a/buildenv/jenkins/openjdk_tests +++ b/buildenv/jenkins/openjdk_tests @@ -8,6 +8,8 @@ def PLATFORM_MAP = [ 'aarch64_mac' : [ 'SPEC' : 'osx_aarch64', 'LABEL' : 'ci.role.test&&hw.arch.aarch64&&(sw.os.osx||sw.os.mac)', + 'DynamicAgents' : ['orka'] + ], 'aarch64_linux' : [ 'SPEC' : 'linux_aarch64', @@ -111,6 +113,7 @@ def PLATFORM_MAP = [ 'x86-64_mac' : [ 'SPEC' : 'osx_x86-64', 'LABEL' : 'ci.role.test&&hw.arch.x86&&(sw.os.osx||sw.os.mac)', + 'DynamicAgents' : ['orka'] ], 'x86-64_windows' : [ 'SPEC' : 'win_x86-64',