From 2b3152ee5410dafeb82cdedff62541445db642ba Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Mon, 7 Jul 2025 16:38:40 +0800 Subject: [PATCH] chore: set copilot e2e test shard to 10 (#13064) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### PR Dependency Tree * **PR #13064** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) ## Summary by CodeRabbit * **Chores** * Increased the number of test shards for end-to-end tests from 8 to 10, improving test parallelization and potentially reducing testing time. --- .github/workflows/build-test.yml | 4 ++-- .github/workflows/copilot-test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 04a07805a3..f4cb4822d7 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -972,8 +972,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4, 5, 6, 7, 8] - shardTotal: [8] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] + shardTotal: [10] needs: - build-server-native services: diff --git a/.github/workflows/copilot-test.yml b/.github/workflows/copilot-test.yml index d73f7bc2e6..066ea81bda 100644 --- a/.github/workflows/copilot-test.yml +++ b/.github/workflows/copilot-test.yml @@ -109,8 +109,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4, 5, 6, 7, 8] - shardTotal: [8] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] + shardTotal: [10] needs: - build-server-native services: