[2/N] CI refactor: sperate some backend-independent CPU tasks. (#13447)

This commit is contained in:
Liangsheng Yin
2025-11-18 02:08:19 +08:00
committed by GitHub
parent ff00b6adbe
commit 6042010964
8 changed files with 69 additions and 24 deletions
+3 -1
View File
@@ -394,7 +394,9 @@ jobs:
timeout-minutes: 10
run: |
cd test/
python3 run_suite.py
python3 run_suite.py --hw cuda --suite stage-a-test-1
# temporarily put backend-independent cpu tests here
python3 run_suite.py --hw cpu --suite default
unit-test-backend-1-gpu:
needs: [check-changes, stage-a-test-1, sgl-kernel-build-wheels]