Skip to content

Commit

Permalink
Add alpine-linux and x86-64_solaris platforms (#2304)
Browse files Browse the repository at this point in the history
* Trial external_custom target

Signed-off-by: Shelley Lambert <[email protected]>

* Update build.xml

Signed-off-by: Shelley Lambert <[email protected]>

* Add alpine-linux platform label

Signed-off-by: Shelley Lambert <[email protected]>

* add bits

Signed-off-by: Shelley Lambert <[email protected]>

* Add x86_solaris

Signed-off-by: Shelley Lambert <[email protected]>
  • Loading branch information
Shelley Lambert authored Feb 25, 2021
1 parent 64063fb commit 8cfcbd0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ def PLATFORM_MAP = [
'SPEC' : 'sunos_sparcv9-64_cmprssptrs',
'LABEL' : 'ci.role.test&&hw.arch.sparcv9&&sw.os.sunos',
],
'x86-64_solaris' : [
'SPEC' : 'sunos_x86-64_cmprssptrs',
'LABEL' : 'ci.role.test&&hw.arch.x86&&sw.os.sunos',
],
'x86-64_alpine-linux' : [
'SPEC' : 'alpine-linux',
'LABEL' : 'ci.role.test&&hw.arch.x86&&sw.os.musl',
],
'x86-32_linux' : [
'SPEC' : 'linux_x86',
'LABEL' : 'ci.role.test&&hw.arch.x86&&sw.os.linux',
Expand Down

0 comments on commit 8cfcbd0

Please sign in to comment.