[AMD] Run jit kernel PR test through run_suite.py register mechanism (#24987)

This commit is contained in:
YC Yen-Ching Tseng
2026-05-13 02:57:08 -07:00
committed by GitHub
parent fc20f5b114
commit cf92ccbf18
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ jobs:
- name: Run JIT kernel unit tests
timeout-minutes: 10
run: |
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout" python3 -m pytest -q python/sglang/jit_kernel/tests/test_store_cache.py
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite jit-kernel-unit-test-amd ${{ inputs.continue_on_error && '--continue-on-error' || '' }}
stage-b-test-1-gpu-small-amd-rocm720:
needs: [check-changes]
+1 -1
View File
@@ -355,7 +355,7 @@ jobs:
- name: Run JIT kernel unit tests
timeout-minutes: 10
run: |
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout" python3 -m pytest -q python/sglang/jit_kernel/tests/test_store_cache.py
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite jit-kernel-unit-test-amd ${{ needs.check-changes.outputs.continue_on_error == 'true' && '--continue-on-error' || '' }}
# =============================================== Wait Jobs for Sequential PR Execution ====================================================
# These jobs poll GitHub API to wait for previous stages to complete.