docs: a green release does not verify the buildcache fix, an overlap does #9
No reviewers
Labels
No labels
waiting-on-julian
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlxq0/hevy-mcp!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/overlap-is-what-verifies"
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?
v0.4.0came out green on all four jobs and proves nothing about the buildcache fix in #3. Recording that, because a green release is exactly what someone will later cite as verification.The two
dockerjobs never ran at once.mainfinished at 02:04:15Z and the tag started at 02:05:39Z, 84 seconds later, because the runner has capacity 1 and serialised them. There were never two writers to:buildcache, whatever the workflow said.The two pairs that failed overlapped for most of a minute:
So an unpatched workflow would have passed this release. The verification condition is an overlap, not a colour, and it cannot be arranged by pushing the tag faster since the queue decides when a job starts.
Documentation only.