fix(ci): increase total shards for parallel test execution in E2E tests

This commit is contained in:
GitHub Actions
2026-02-05 01:32:18 +00:00
parent 5284aff1e5
commit 6aea2380b0

View File

@@ -127,8 +127,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shard: [1, 2, 3] # 2 shards: parallel test execution to stay under 20-minute timeout
total-shards: [9]
shard: [1, 2, 3,4, 5, 6, 7, 8] # 2 shards: parallel test execution to stay under 20-minute timeout
total-shards: [8]
steps:
- name: Checkout repository
@@ -275,8 +275,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shard: [1, 2, 3] # 2 shards: parallel test execution to stay under 20-minute timeout
total-shards: [9]
shard: [1, 2, 3,4, 5, 6, 7, 8] # 2 shards: parallel test execution to stay under 20-minute timeout
total-shards: [8]
steps:
- name: Checkout repository
@@ -431,8 +431,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shard: [1, 2, 3] # 2 shards: parallel test execution to stay under 20-minute timeout
total-shards: [9]
shard: [1, 2, 3,4, 5, 6, 7, 8] # 2 shards: parallel test execution to stay under 20-minute timeout
total-shards: [8]
steps:
- name: Checkout repository