From bb85e59ccb7cf03f32fe31f955e1e29c862e0084 Mon Sep 17 00:00:00 2001 From: Devin Foley Date: Thu, 10 Sep 2026 20:02:57 -0700 Subject: [PATCH] ci: measure the final five-server and three-chat matrix Co-Authored-By: Paperclip --- .github/workflows/release.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8472554ccb..642bfb2427 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,24 +18,28 @@ jobs: matrix: include: # Split the long chat file by collected test locations, and balance - # the remaining server files across four runners. Normal PR/local + # the remaining server files across five runners. Normal PR/local # invocations retain their complete general-server group. - group: general-server-without-chat - group_label: server (1/4) + group_label: server (1/5) shard_index: 0 - shard_count: 4 + shard_count: 5 - group: general-server-without-chat - group_label: server (2/4) + group_label: server (2/5) shard_index: 1 - shard_count: 4 + shard_count: 5 - group: general-server-without-chat - group_label: server (3/4) + group_label: server (3/5) shard_index: 2 - shard_count: 4 + shard_count: 5 - group: general-server-without-chat - group_label: server (4/4) + group_label: server (4/5) shard_index: 3 - shard_count: 4 + shard_count: 5 + - group: general-server-without-chat + group_label: server (5/5) + shard_index: 4 + shard_count: 5 - group: general-chat group_label: chat (1/3) shard_index: 0