Skip to content

Commit

Permalink
Add support for Orka (#4903)
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley Lambert <[email protected]>
  • Loading branch information
smlambert authored Dec 11, 2023
1 parent 756bbd0 commit b1900b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit b1900b4

Please sign in to comment.