From 6f5124aec1e20f897373490beb4ff48c84a25b29 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 22 Aug 2026 15:32:07 +0000 Subject: [PATCH] Split CGO unit test matrix into 5 shards Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/cgo.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cgo.yml b/.github/workflows/cgo.yml index 41b4e302d6e..99ec9eefd42 100644 --- a/.github/workflows/cgo.yml +++ b/.github/workflows/cgo.yml @@ -153,12 +153,15 @@ jobs: - name: A-C pattern: ^Test[A-C] shard: a-c - - name: D-L - pattern: ^Test[D-L] - shard: d-l - - name: M-R - pattern: ^Test[M-R] - shard: m-r + - name: D-G + pattern: ^Test[D-G] + shard: d-g + - name: H-M + pattern: ^Test[H-M] + shard: h-m + - name: N-R + pattern: ^Test[N-R] + shard: n-r - name: S-Z and other pattern: ^Test([S-Z]|[^A-R]) shard: s-z