[AMD] Register 3 JIT kernel unit tests for AMD CI (#27837)

Co-authored-by: michaelzhang-ai <michaelzhang@example.com>
This commit is contained in:
Michael
2026-06-17 23:28:56 -07:00
committed by GitHub
co-authored by michaelzhang-ai
parent b55cf4382d
commit 0e5a66dca4
5 changed files with 12 additions and 9 deletions
+3 -3
View File
@@ -250,7 +250,7 @@ jobs:
bash scripts/ci/amd/amd_ci_install_dependency.sh
- name: Run test
timeout-minutes: 14
timeout-minutes: 30
env:
CONTINUE_ON_ERROR: ${{ needs.check-changes.outputs.continue_on_error }}
run: |
@@ -308,7 +308,7 @@ jobs:
bash scripts/ci/amd/amd_ci_install_dependency.sh
- name: Run test
timeout-minutes: 20
timeout-minutes: 30
env:
CONTINUE_ON_ERROR: ${{ needs.check-changes.outputs.continue_on_error }}
run: |
@@ -386,7 +386,7 @@ jobs:
bash scripts/ci/amd/amd_ci_install_dependency.sh
- name: Run JIT kernel unit tests
timeout-minutes: 10
timeout-minutes: 30
run: |
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' || '' }}