Skip to content

Commit 24b68fc

Browse files
authored
[TRTLLMINF-89][feat] Make L0 retries timeout-budget aware (#14323)
Signed-off-by: Derek Pitman <dpitman@nvidia.com>
1 parent 30845bd commit 24b68fc

3 files changed

Lines changed: 129 additions & 26 deletions

File tree

jenkins/Build.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ def launchStages(pipeline, cpu_arch, enableFailFast, globalVars)
504504

505505
echo "env.globalVars is: ${env.globalVars}"
506506
globalVars = trtllm_utils.updateMapWithJson(pipeline, globalVars, env.globalVars, "globalVars")
507+
globalVars = trtllm_utils.initializeCiBudget(pipeline, globalVars, 24, 'HOURS', "Build-${cpu_arch}")
507508
globalVars[ACTION_INFO] = trtllm_utils.setupPipelineDescription(pipeline, globalVars[ACTION_INFO])
508509
}
509510

jenkins/L0_MergeRequest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,7 @@ pipeline {
16921692
steps
16931693
{
16941694
script {
1695+
globalVars = trtllm_utils.initializeCiBudget(this, globalVars, 24, 'HOURS', 'L0_MergeRequest')
16951696
preparation(this, testFilter, globalVars)
16961697
println globalVars
16971698
globalVars[ACTION_INFO] = trtllm_utils.setupPipelineDescription(this, globalVars[ACTION_INFO])

0 commit comments

Comments
 (0)