[workflow-analysis] Weekly Workflow Analysis — 148 recent runs: 85% success, Smoke CI 100% failure, 0% actuation #45250
Replies: 0 comments
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.
-
Overview
Analysis of the 148 most recent workflow runs in
github/gh-aw. Because this repo runs agentic workflows at very high cadence (~148 runs in a 6.5h window ⇒ 500+ runs/day, several thousand per week), a literal full-week pull would span thousands of runs; this report analyzes the most recent representative slice (2026-07-13 03:41Z → 10:13Z). Failure and cost patterns were consistent across every 50-run page sampled, so the findings below generalize.Key issues (ranked)
Execute GitHub Copilot CLIstep (enginecopilot, modelclaude-sonnet-4.6). A smoke canary failing every run means the core signal it exists to provide is dark.Fetch open non-draft PR queue. AIC=0 on these runs → the agent never starts; this is a setup/data-fetch bug (likely agh pr listin the custom step), not a model problem.daily-experiment-report, 936 AIC / 29min) also failed, i.e. pure waste.View Details — Failures
All 22 failures by workflow (fails/total):
Reliability by engine:
Copilot-engine runs carry the failure load (15 of 22); Claude-engine runs were 100% reliable but ~2× costlier per run.
Note: raw agent stderr could not be retrieved —
api.github.comis firewall-blocked from the analysis sandbox and the agent stderr is not retained in the usage artifact. Step-level attribution above comes from job/stepconclusiondata in the run summaries.View Details — Performance & Cost
Slowest runs:
Costliest runs (AIC): daily-experiment-report 936 (✗), Safe Output Health Monitor 490, Go Logger Enhancement 476, ESLint Refiner 412, Daily AgentRx Trace Optimizer 394, Sergo 369. Top-5 = 31% of total spend.
API-heaviest: AI Moderator (89, 85 calls — codex), Smoke CI (33/30/26), Issue Monster (28). AI Moderator's API volume (~85+ calls/run) stands out vs a fleet median near ~12.
Recommended next actions
Execute GitHub Copilot CLIpoints to a Copilot-CLI/engine integration regression (or expired auth/quota for the copilot smoke path). Until fixed, the smoke signal is unreliable.Fetch open non-draft PR queuestep (P1). It fails before the agent runs (AIC=0). Add error handling / retry to that shell step and verify theghquery it issues.daily-experiment-reportburned 936 AIC then failed. Add early-exit + a per-run AIC ceiling so failing runs abort before consuming the most expensive tail.References:
Beta Was this translation helpful? Give feedback.
All reactions