[CI] Refactor ci_install_dependency.sh into standalone functions (#23592)

This commit is contained in:
Lianmin Zheng
2026-04-24 17:39:39 -07:00
committed by GitHub
parent f30a6f4d7e
commit a4facdf3f6
7 changed files with 407 additions and 491 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ on:
env:
SGLANG_IS_IN_CI: true
SGLANG_CUDA_COREDUMP: "1"
SGLANG_PR_TEST_BYPASS_MAINTENANCE_ON_MAIN: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
PR_TEST_BYPASS_MAINTENANCE_ON_MAIN: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
SKIP_STAGE_HEALTH_CHECK: ${{ inputs.skip_stage_health_check == 'true' }}
jobs: