Skip to content

Commit 3e39afe

Browse files
authored
[None][infra] update nspect version for api change (#9899)
Signed-off-by: Yiteng Niu <6831097+niukuo@users.noreply.github.com>
1 parent 093465e commit 3e39afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jenkins/BuildDockerImage.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ pipeline {
702702
container("python3") {
703703
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade pip")
704704
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade requests")
705-
def nspect_commit = "0e46042381ae25cb7af2f1d45853dfd8e1d54e2d"
705+
def nspect_commit = "4cb9c0c42d44ebeeba1e40d2c3eb6aab6fb90173"
706706
withCredentials([string(credentialsId: "TRTLLM_NSPECT_REPO", variable: "NSPECT_REPO")]) {
707707
trtllm_utils.checkoutSource("${NSPECT_REPO}", nspect_commit, "nspect")
708708
}
@@ -723,6 +723,7 @@ pipeline {
723723
cmd += "--check_launch_api "
724724
cmd += "--wait_success ${params.wait_success_seconds} "
725725
}
726+
cmd += "--image "
726727
cmd += imageKeyToTag.values().join(" ")
727728
withCredentials([usernamePassword(credentialsId: "NSPECT_CLIENT-${nspect_env}", usernameVariable: 'NSPECT_CLIENT_ID', passwordVariable: 'NSPECT_CLIENT_SECRET')]) {
728729
trtllm_utils.llmExecStepWithRetry(this, script: cmd, numRetries: 6, shortCommondRunTimeMax: 7200)

0 commit comments

Comments
 (0)