ci: reduce node runner fanout

This commit is contained in:
Peter Steinberger
2026-04-23 15:25:28 +01:00
parent b4d1992338
commit 6532ee0c39
6 changed files with 83 additions and 22 deletions

View File

@@ -746,6 +746,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 3
matrix: ${{ fromJson(needs.preflight.outputs.channel_contracts_matrix) }}
steps:
- name: Checkout
@@ -1118,6 +1119,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 8
matrix: ${{ fromJson(needs.preflight.outputs.checks_node_core_nondist_matrix) }}
steps:
- name: Checkout
@@ -1355,6 +1357,7 @@ jobs:
timeout-minutes: 20
strategy:
fail-fast: false
max-parallel: 3
matrix:
include:
- check_name: check-preflight-guards
@@ -1495,6 +1498,7 @@ jobs:
timeout-minutes: 20
strategy:
fail-fast: false
max-parallel: 3
matrix:
include:
- check_name: check-additional-boundaries