1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-16 23:47:10 +02:00

[ci] Dynamic runner allocation: 8 for releases, 4 for dev (#11191)

This commit is contained in:
J. Nick Koston 2025-10-12 08:25:35 -10:00 committed by Jesse Hills
parent 53e6b28092
commit 72a7aeb430
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -433,7 +433,7 @@ jobs:
if: github.event_name == 'pull_request' && fromJSON(needs.determine-jobs.outputs.component-test-count) >= 100
strategy:
fail-fast: false
max-parallel: 5
max-parallel: ${{ (github.base_ref == 'beta' || github.base_ref == 'release') && 8 || 4 }}
matrix:
components: ${{ fromJson(needs.test-build-components-splitter.outputs.matrix) }}
steps: