From d70588f5b71295e80a852be15ae7828f32dc5ac6 Mon Sep 17 00:00:00 2001 From: DarkSky <25152247+darkskygit@users.noreply.github.com> Date: Thu, 10 Apr 2025 11:24:28 +0800 Subject: [PATCH] ci(server): increase test parallelism (#11583) --- .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 300a01318..59fc017f8 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -752,8 +752,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3] - shardTotal: [3] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8] + shardTotal: [8] needs: - build-server-native services: diff --git a/.github/workflows/copilot-test.yml b/.github/workflows/copilot-test.yml index 792ed93d7..8e78b9585 100644 --- a/.github/workflows/copilot-test.yml +++ b/.github/workflows/copilot-test.yml @@ -108,8 +108,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3] - shardTotal: [3] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8] + shardTotal: [8] needs: - build-server-native services: