Skip to content

Commit 32d1573

Browse files
authored
[Infra] - Add timeout setting for long tests found in post-merge (NVIDIA#5501)
Signed-off-by: qqiao <[email protected]>
1 parent d9b75f8 commit 32d1573

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jenkins/L0_Test.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def executeLLMTestOnSlurm(pipeline, platform, testList, config=VANILLA_CONFIG, p
184184
sh """
185185
ls -all ${stageName}/
186186
if ! grep -q '<testcase' ${stageName}/results.xml; then
187-
rm ${stageName}/results.xml
187+
rm ${stageName}/results.xml || true
188188
fi
189189
"""
190190
def llmPath = sh (script: "realpath .", returnStdout: true).trim()

tests/integration/test_lists/test-db/l0_dgx_b200.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ l0_dgx_b200:
4949
- disaggregated/test_disaggregated.py::test_disaggregated_deepseek_v3_lite_fp8_attention_dp_overlap_cuda_graph[DeepSeek-V3-Lite-fp8]
5050
- disaggregated/test_disaggregated.py::test_disaggregated_deepseek_v3_lite_fp8_overlap_cuda_graph[DeepSeek-V3-Lite-fp8]
5151
- accuracy/test_llm_api_pytorch.py::TestQwen3_30B_A3B::test_nvfp4[4gpu_latency_moe_trtllm]
52-
- accuracy/test_llm_api_pytorch.py::TestQwen3_30B_A3B::test_nvfp4[4gpu_latency_moe_cutlass]
52+
- accuracy/test_llm_api_pytorch.py::TestQwen3_30B_A3B::test_nvfp4[4gpu_latency_moe_cutlass] TIMEOUT (90)

tests/integration/test_lists/test-db/l0_dgx_h200.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ l0_dgx_h200:
109109
- accuracy/test_cli_flow.py::TestLlama2_7B::test_tp2cp2
110110
- accuracy/test_cli_flow.py::TestLlama2_7B::test_fp8_2gpus[pp2] # 2 mins
111111
- accuracy/test_cli_flow.py::TestLlama3_1_8B::test_fp8_rowwise_tp4[enable_gemm_allreduce_plugin]
112-
- accuracy/test_cli_flow.py::TestMixtral8x7B::test_fp8_tp2pp2
112+
- accuracy/test_cli_flow.py::TestMixtral8x7B::test_fp8_tp2pp2 TIMEOUT (90)
113113
- accuracy/test_cli_flow.py::TestMixtral8x7B::test_fp8_tp2pp2_manage_weights
114114
- accuracy/test_cli_flow.py::TestQwen2_57B_A14B::test_tp4
115115
- accuracy/test_llm_api.py::TestQwen2_7BInstruct::test_tp2

tests/integration/test_lists/test-db/l0_h100.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ l0_h100:
246246
- accuracy/test_cli_flow.py::TestGpt2::test_beam_search # 1 min
247247
- accuracy/test_cli_flow.py::TestGpt2::test_weight_streaming_ootb # 1.5 mins
248248
- accuracy/test_cli_flow.py::TestGpt2::test_cuda_graph # 1 min
249-
- accuracy/test_cli_flow.py::TestGpt2::test_context_fmha_disabled # 1 min
249+
- accuracy/test_cli_flow.py::TestGpt2::test_context_fmha_disabled TIMEOUT (60)
250250
- accuracy/test_cli_flow.py::TestGptNext::test_auto_dtype # 1.5 mins
251251
- accuracy/test_cli_flow.py::TestSantacoder::test_auto_dtype # 1.5 mins
252252
- accuracy/test_cli_flow.py::TestMamba130M::test_auto_dtype # 1 min

0 commit comments

Comments
 (0)