Say why a deployment failed, under the row that says it failed #29
No reviewers
Labels
No labels
⏳in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Grey.ooo/someones.computer_agent!29
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/show-why-a-deployment-failed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
schalf of Someones.Computer#791 — a failed revision's reason was written to a stream nobody was still attached to.BLOCKED, and knowingly red
This cannot go green until scclient#8 merges.
agent/vendorsscclient, soclient.Deploymenthere has noStatusReasonfield untilgo.modis bumped to a pseudo-version containing that commit andgo mod vendoris re-run. The lint job fails exactly there:That bump is deliberately not in this PR: pinning
go.modat an unmerged branch commit is how a pin ends up sitting on a commit that never lands. Sequence is scclient#8 → bump + re-vendor here → un-draft.What it does
sc appsdrew a failed revision asmain failed (#1)and stopped, so the obvious next question went unanswered — and every other route out was a dead end too:sc logssaid nothing was running,sc deployrefused to retry. The reason now hangs under the row it explains:Verification
go build ./...,go vet ./...,go test ./...clean with the workspace (go.workresolvesscclientby path, which is how the platform repo makes a contract change on every side at once). The vendored build is what fails, per above.internal/cli81.7% against a floor of 80.7%.coverage.floordeliberately not bumped — the recorded figures are Linux numbers and this run is macOS, whichhack/coverage.shcalls out as the way a bump from a laptop turns a runner red.WIP: Say why a deployment failed, under the row that says it failedto Say why a deployment failed, under the row that says it failed