Skip to content

Commit

Permalink
Set LIGHT_WEIGHT_CHECKOUT=true for official test jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo committed Aug 22, 2024
1 parent 9ebab10 commit ddf7b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class Build {

def arch_os = "${arch}_${buildConfig.TARGET_OS}"
jobParams.put('ARCH_OS_LIST', arch_os)
jobParams.put('LIGHT_WEIGHT_CHECKOUT', false)
jobParams.put('LIGHT_WEIGHT_CHECKOUT', true)
return jobParams
}
/*
Expand Down

0 comments on commit ddf7b44

Please sign in to comment.