Remove extra_pytest_path from pr-test.yml (#27856)
This commit is contained in:
@@ -388,7 +388,6 @@ jobs:
|
|||||||
caller_inputs: ${{ toJson(inputs) }}
|
caller_inputs: ${{ toJson(inputs) }}
|
||||||
partitions: ${{ needs.check-changes.outputs.partitions }}
|
partitions: ${{ needs.check-changes.outputs.partitions }}
|
||||||
run_timeout_minutes: '40'
|
run_timeout_minutes: '40'
|
||||||
extra_pytest_path: 'test/registered/jit/test_flash_attention_4.py'
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
call-multimodal-gen-tests:
|
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
|
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-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)
|
register_cuda_ci(est_time=900, suite="nightly-kernel-1-gpu", nightly=True)
|
||||||
|
|
||||||
# Skip this test on Hopper machine
|
# Skip this test on Hopper machine
|
||||||
|
|||||||
Reference in New Issue
Block a user