ci: merge CPU default and stage-a-cpu-only suites (#20992)

This commit is contained in:
Lianmin Zheng
2026-03-20 00:04:55 -07:00
committed by GitHub
parent 95327458ee
commit cea79530f8
54 changed files with 56 additions and 55 deletions

View File

@@ -825,8 +825,6 @@ jobs:
CONTINUE_ON_ERROR_FLAG="--continue-on-error"
fi
python3 run_suite.py --hw cuda --suite stage-a-test-1 $CONTINUE_ON_ERROR_FLAG
# temporarily put backend-independent cpu tests here
python3 run_suite.py --hw cpu --suite default $CONTINUE_ON_ERROR_FLAG
- uses: ./.github/actions/upload-cuda-coredumps
if: always()