Build Rust extensions on hosted runners in parallel (#37258)

This commit is contained in:
Ke Bao
2026-09-02 09:00:25 +08:00
committed by GitHub
parent 9cc43ca4e1
commit db017e3490
4 changed files with 97 additions and 60 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ jobs:
(needs.call-gate.result == 'success' || needs.call-gate.result == 'skipped')
uses: ./.github/workflows/_pr-test-rust-ext-build.yml
with:
runs_on: 1-gpu-5090
runs_on: ubuntu-22.04
git_ref: ${{ inputs.git_ref || '' }}
skip_pr_test_health_check: ${{ inputs.skip_pr_test_health_check == true }}
secrets: inherit