Skip to content

Commit b2ac890

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

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
@@ -194,9 +198,13 @@ jobs:
194198
initials=(B E F G)
195199
shard_filter=""
196200
;;
197-
2b)
198-
initials=(O P R)
199-
shard_filter=""
201+
2b1)
202+
initials=(O P)
203+
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"
204+
;;
205+
2b2)
206+
initials=()
207+
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"
200208
;;
201209
2c)
202210
initials=(T V X Z)

0 commit comments

Comments
 (0)