Skip to content

Commit

Permalink
limit to temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Nov 6, 2024
1 parent a2ffa73 commit 7008c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ class Build {
DYNAMIC_COMPILE = true
}
def additionalTestLabel = buildConfig.ADDITIONAL_TEST_LABEL
if (testType == 'dev.openjdk' || (testType == 'special.system' && jobName.contains('linux'))) {
// Eclipse Adoptium Temurin label speciall requirements for special.system on linux
if (testType == 'dev.openjdk' || (testType == 'special.system' && jobName.contains('linux') && buildConfig.VARIANT == 'temurin')) {
context.println "${testType} need extra label sw.tool.docker"
if (additionalTestLabel == '') {
additionalTestLabel = 'sw.tool.docker'
Expand Down

0 comments on commit 7008c81

Please sign in to comment.