Skip to content

Commit 0edd234

Browse files
yiqingy0chzblych
andauthored
Apply suggestions from code review
Co-authored-by: Yanchao Lu <[email protected]> Signed-off-by: Yiqing Yan <[email protected]>
1 parent c7ed865 commit 0edd234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/L0_MergeRequest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def mergeWaiveList(pipeline, globalVars)
340340
targetBranch = env.gitlabTargetBranch ? env.gitlabTargetBranch : globalVars[TARGET_BRANCH]
341341
echo "Target branch: ${targetBranch}"
342342
withCredentials([string(credentialsId: 'default-sync-llm-repo', variable: 'DEFAULT_SYNC_LLM_REPO')]) {
343-
trtllm_utils.checkoutSource(DEFAULT_SYNC_LLM_REPO, targetBranch, LLM_TOT_ROOT, true, true)
343+
trtllm_utils.checkoutSource(DEFAULT_SYNC_LLM_REPO, targetBranch, LLM_TOT_ROOT, false, false)
344344
}
345345
targetBranchTOTCommit = sh (script: "cd ${LLM_TOT_ROOT} && git rev-parse HEAD", returnStdout: true).trim()
346346
echo "Target branch TOT commit: ${targetBranchTOTCommit}"

0 commit comments

Comments
 (0)