[workflow-analysis] Weekly Workflow Analysis — 82.5% success, all 7 failures are copilot-engine #43770
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-07-07T11:05:04.000Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Weekly Workflow Analysis — 40 runs (2026-06-29 → 07-06)
Analyzed the 40 most recent agentic-workflow runs from the past week (this is the API window cap; older runs in the range remain via the continuation cursor). Overall health is good, but every failure came from a single engine.
Key Metrics
Success rate by engine — 100% of failures are
copilot:Failure Patterns (the headline)
All 7 failures are
copilot-engine runs, and all 7 fail at the exact same step:Execute GitHub Copilot CLI. This is not spread across steps — it is one failure surface. Digging into each run reveals three distinct sub-causes:View per-failure breakdown
proxy.golang.org(3 reqs) + non-zero exitThree sub-patterns:
proxy.golang.orgis not in the allowed-domains list, sogo-based commands are blocked mid-run.pr-code-quality-reviewerwas independently flagged by the observability layer as a failure hotspot: 2 fails / 4 runs = 50%.Performance & Cost
copilotdominates both volume and spend: 27/40 runs (68%) and 2,123 AIC (62% of total).claude: Daily Rendering Scripts Verifier (481 AIC), Daily AW Cross-Repo Compile Check (348 AIC / 26.2m), Instructions Janitor (236 AIC).Optimization opportunities
Recommended Next Actions
failure. Check theExecute GitHub Copilot CLIstep's exit-code handling in the copilot engine wrapper — this alone explains ≥3 of 7 failures and all the alert noise.proxy.golang.orgto the allowed-domains list for Go-tooling workflows (PR Code Quality Reviewer), or vendor/GOFLAGS-cache Go deps so the firewall block can't fail the run.main.References:
Beta Was this translation helpful? Give feedback.
All reactions