Skip to content

Commit 4c89ee2

Browse files
committed
debug ci
Signed-off-by: Dongfeng Yu <[email protected]>
1 parent a843dc6 commit 4c89ee2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jenkins/L0_Test.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ def getPytestBaseCommandLine(
806806
"LLM_MODELS_ROOT=${MODEL_CACHE_DIR}",
807807
"MODEL_CACHE_DIR=${MODEL_CACHE_DIR}",
808808
"COLUMNS=400",
809+
"CUDA_LAUNCH_BLOCKING=1",
809810
extraInternalEnv,
810811
portEnvVars,
811812
pytestUtil,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ l0_b300:
1616
backend: pytorch
1717
tests:
1818
# ------------- PyTorch tests ---------------
19-
- unittest/_torch/modules # 300s only for debugging!!!! don't merge
19+
- unittest/_torch/modules -k "test_fused_moe_nvfp4_gptoss_style or test_fused_moe_w4a8_nvfp4_fp8" # 300s only for debugging!!!! don't merge

0 commit comments

Comments
 (0)