Skip to content

Commit 46a0cff

Browse files
stephentoubCopilot
andcommitted
Drop the .NET in-process CAPI matrix cells blocked by CLI 1.0.81-2
The ubuntu and macOS `inprocess` + `capi` cells are the only .NET combinations that fail on @github/copilot 1.0.81-2. A completed run reported 241 failures across 43 classes and took 150-225 minutes, which also starved the rest of the matrix of runners. The defect is specific to this pairing: the in-process BYOK cells and every stdio CAPI cell pass. Exclude just those two cells, mirroring the existing Windows in-process exclusion above. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 812b44f2-ef93-4b32-b051-c7092f612279
1 parent 920eb52 commit 46a0cff

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ jobs:
3232
- os: windows-latest
3333
transport: default
3434
shard: full
35+
# TODO(cli-1.0.81-2): @github/copilot 1.0.81-2 never completes a model-driven
36+
# turn when the runtime is hosted in-process against the CAPI backend. A full
37+
# run reported 241 failures across 43 classes and took 150-225 minutes, which
38+
# also starved the rest of the matrix. The defect is specific to this pairing:
39+
# the in-process BYOK cells below and the stdio capi cells are unaffected.
40+
# Drop these two entries once a fixed CLI build is picked up.
41+
- os: ubuntu-latest
42+
transport: inprocess
43+
- os: macos-latest
44+
transport: inprocess
3545
include:
3646
# Keep xUnit serial within each process, but split the slow Windows
3747
# default-transport suite across two isolated test hosts. Keep both

0 commit comments

Comments
 (0)