Skip to content

Commit 0cc1b2c

Browse files
stephentoubCopilot
andcommitted
Split hanging macOS .NET test shard
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 7bcc153 commit 0cc1b2c

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/dotnet-sdk-tests.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ jobs:
104104
- os: macos-latest
105105
transport: default
106106
backend: capi
107-
shard: "2b"
107+
shard: "2b1"
108+
- os: macos-latest
109+
transport: default
110+
backend: capi
111+
shard: "2b2"
108112
- os: macos-latest
109113
transport: default
110114
backend: capi
@@ -203,9 +207,13 @@ jobs:
203207
initials=(B E F G)
204208
shard_filter=""
205209
;;
206-
2b)
207-
initials=(O P R)
208-
shard_filter=""
210+
2b1)
211+
initials=(O P)
212+
shard_filter="FullyQualifiedName~GitHub.Copilot.Test.E2E.Rewind|FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcA|FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcE|FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcM|FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcQ|FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcR"
213+
;;
214+
2b2)
215+
initials=()
216+
shard_filter="FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcS|FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcT|FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcU|FullyQualifiedName~GitHub.Copilot.Test.E2E.RpcW|FullyQualifiedName~GitHub.Copilot.Test.Unit.R"
209217
;;
210218
2c)
211219
initials=(T V X Z)

0 commit comments

Comments
 (0)