diff --git a/buildenv/jenkins/openjdk_tests b/buildenv/jenkins/openjdk_tests index dcd9b36762..fc1bb730df 100644 --- a/buildenv/jenkins/openjdk_tests +++ b/buildenv/jenkins/openjdk_tests @@ -8,8 +8,6 @@ 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', @@ -113,7 +111,6 @@ 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',