Remove extra_pytest_path from pr-test.yml (#27856)

This commit is contained in:
Cheng Wan
2026-06-10 21:16:14 -07:00
committed by GitHub
parent 5e0271536a
commit 9425ba2478
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -388,7 +388,6 @@ jobs:
caller_inputs: ${{ toJson(inputs) }}
partitions: ${{ needs.check-changes.outputs.partitions }}
run_timeout_minutes: '40'
extra_pytest_path: 'test/registered/jit/test_flash_attention_4.py'
secrets: inherit
call-multimodal-gen-tests:
@@ -15,6 +15,7 @@ from sglang.jit_kernel.flash_attention import flash_attn_varlen_func
from sglang.test.ci.ci_register import register_cuda_ci
register_cuda_ci(est_time=120, suite="base-b-kernel-unit-1-gpu-large")
register_cuda_ci(est_time=120, suite="base-b-kernel-unit-1-gpu-b200")
register_cuda_ci(est_time=900, suite="nightly-kernel-1-gpu", nightly=True)
# Skip this test on Hopper machine