Skip to content

Commit 6ac1a54

Browse files
authored
chore: update pytorch only change file list (#3873)
Signed-off-by: junq <[email protected]>
1 parent ecd621f commit 6ac1a54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jenkins/L0_MergeRequest.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,12 @@ def getOnlyPytorchFileChanged(pipeline, testFilter, globalVars) {
593593
def pytorchOnlyList = [
594594
"tensorrt_llm/_torch/",
595595
"tests/unittest/_torch/",
596+
"tests/unittest/llmapi/test_llm_pytorch.py",
597+
"tests/unittest/llmapi/test_llm_multi_gpu_pytorch.py",
596598
"tests/integration/defs/accuracy/test_llm_api_pytorch.py",
597599
"tests/integration/defs/disaggregated/",
598600
"examples/pytorch/",
601+
"docs/"
599602
]
600603

601604
def changedFileList = getMergeRequestChangedFileList(pipeline, globalVars)

0 commit comments

Comments
 (0)