Four workflows are red on master, and the window that hid it - #2786
Merged
Conversation
…ean tree (179-182) A --limit on a run list is a time window in disguise: my 60-run all-green reading of master spanned two and a half hours, and the five-day picture has nine workflows whose most recent run is a failure. The gate that gates master printed GATE FAILURES: 42 and returned success. Any number a gate prints and does not compare against something is decoration. A conformance case and its fix are one unit; splitting them left a red gate on master and a fix nobody could tell was load-bearing. And "the tree is clean" is a reading with a timestamp: verify the binary at the moment you measure, not the tree some commands ago. Refs #2762, #2783 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #2762, #2783
Four skill sections and the NOW entry for #2783.
--limiton a run list is a time window in disguise.gh run list --branch master --limit 60returned all-green; that window spanned 2 hours 28 minutes. Five days: 940 success / 60 failure across 40 workflows, with nine whose most recent master run is a failure.GATE FAILURES: 42and returned success. Any number a gate prints and does not compare against something is decoration. Fixed in #2784.parse-conformexited 1 while every PR check stayed green.🤖 Generated with Claude Code