fix(ci): smooth PR runner-registration bursts (#95625)

Merged via squash.

Prepared head SHA: 72b2b00bf8
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Reviewed-by: @vincentkoc
This commit is contained in:
Vincent Koc
2026-06-22 10:53:33 +08:00
committed by GitHub
parent 4e2f0157c7
commit a182811070
2 changed files with 21 additions and 0 deletions

View File

@@ -819,6 +819,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
matrix: ${{ fromJson(needs.preflight.outputs.checks_fast_core_matrix) }}
steps:
- name: Checkout
@@ -908,6 +909,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
matrix: ${{ fromJson(needs.preflight.outputs.plugin_contracts_matrix) }}
steps:
- name: Checkout
@@ -988,6 +990,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
matrix: ${{ fromJson(needs.preflight.outputs.channel_contracts_matrix) }}
steps:
- name: Checkout
@@ -1140,6 +1143,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 6
matrix: ${{ fromJson(needs.preflight.outputs.checks_node_core_nondist_matrix) }}
steps:
- name: Checkout
@@ -1248,6 +1252,7 @@ jobs:
timeout-minutes: 20
strategy:
fail-fast: false
max-parallel: 4
matrix:
include:
- check_name: check-guards
@@ -1389,6 +1394,7 @@ jobs:
timeout-minutes: 20
strategy:
fail-fast: false
max-parallel: 4
matrix:
include:
- check_name: check-additional-boundaries-a
@@ -1763,6 +1769,7 @@ jobs:
shell: bash
strategy:
fail-fast: false
max-parallel: 2
matrix: ${{ fromJson(needs.preflight.outputs.checks_windows_matrix) }}
steps:
- name: Checkout
@@ -2092,6 +2099,7 @@ jobs:
timeout-minutes: 20
strategy:
fail-fast: false
max-parallel: 2
matrix: ${{ fromJson(needs.preflight.outputs.android_matrix) }}
steps:
- name: Checkout