Skip to content

Commit

Permalink
use sw.os.alpine-linux label instead of sw.os.musl for Alpine (#2336)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa committed Mar 4, 2021
1 parent e552429 commit 0f38799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def PLATFORM_MAP = [
],
'x86-64_alpine-linux' : [
'SPEC' : 'alpine-linux',
'LABEL' : 'ci.role.test&&hw.arch.x86&&sw.os.musl',
'LABEL' : 'ci.role.test&&hw.arch.x86&&sw.os.alpine-linux',
],
'x86-32_linux' : [
'SPEC' : 'linux_x86',
Expand Down

0 comments on commit 0f38799

Please sign in to comment.