From 5284aff1e59b9c233d12674b96187afc8507aa7b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 5 Feb 2026 01:27:59 +0000 Subject: [PATCH] fix(ci): update shard configuration for parallel test execution in E2E tests --- .github/workflows/e2e-tests-split.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e-tests-split.yml b/.github/workflows/e2e-tests-split.yml index 8cadfc7b..d3d662fe 100644 --- a/.github/workflows/e2e-tests-split.yml +++ b/.github/workflows/e2e-tests-split.yml @@ -127,8 +127,8 @@ jobs: strategy: fail-fast: false matrix: - shard: [1, 2, 3, 4, 5, 6] # 2 shards: parallel test execution to stay under 20-minute timeout - total-shards: [6] + shard: [1, 2, 3] # 2 shards: parallel test execution to stay under 20-minute timeout + total-shards: [9] steps: - name: Checkout repository @@ -275,8 +275,8 @@ jobs: strategy: fail-fast: false matrix: - shard: [1, 2, 3, 4, 5, 6] # 2 shards: parallel test execution to stay under 20-minute timeout - total-shards: [6] + shard: [1, 2, 3] # 2 shards: parallel test execution to stay under 20-minute timeout + total-shards: [9] steps: - name: Checkout repository @@ -431,8 +431,8 @@ jobs: strategy: fail-fast: false matrix: - shard: [1, 2, 3, 4, 5, 6] # 2 shards: parallel test execution to stay under 20-minute timeout - total-shards: [6] + shard: [1, 2, 3] # 2 shards: parallel test execution to stay under 20-minute timeout + total-shards: [9] steps: - name: Checkout repository