ci: Rebalance e2e runners (#19457)

This commit is contained in:
Declan Carroll
2025-09-12 12:30:51 +01:00
committed by GitHub
parent 6ed39e8c1c
commit 752436d1e4
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ on:
containers:
description: 'Number of containers to run tests in.'
required: false
default: '[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]'
default: '[1, 2, 3, 4, 5, 6, 7, 8, 9]'
type: string
pr_number:
description: 'PR number to run tests for.'

View File

@@ -16,7 +16,7 @@ on:
shards:
description: 'Shards for parallel execution'
required: false
default: '[1, 2]'
default: '[1, 2, 3, 4]'
type: string
docker-image:
description: 'Docker image to use (for docker-pull mode)'
@@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
shard: ${{ fromJSON(inputs.shards || '[1, 2]') }}
shard: ${{ fromJSON(inputs.shards || '[1, 2, 3, 4]') }}
name: Test (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
steps: