[None][infra] update nspect version (#7552)

Signed-off-by: Yiteng Niu <6831097+niukuo@users.noreply.github.com>
This commit is contained in:
Yiteng Niu 2025-09-05 14:59:22 +08:00 committed by GitHub
parent 4195010e13
commit 163b1fc84f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -663,7 +663,7 @@ pipeline {
container("python3") {
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade pip")
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade requests")
def nspect_commit = "58ee430c8c3bd36bee2073405a547d3f8bc1932f"
def nspect_commit = "0e46042381ae25cb7af2f1d45853dfd8e1d54e2d"
withCredentials([string(credentialsId: "TRTLLM_NSPECT_REPO", variable: "NSPECT_REPO")]) {
trtllm_utils.checkoutSource("${NSPECT_REPO}", nspect_commit, "nspect")
}