Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/dogfood/tier4-canary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Tier 4 deploy canary

This file exists so a long-lived pull request can carry a **fresh head SHA** for the
post-deploy Tier 4 smoke check.

The smoke sends a synthetic `check_suite` for this PR's head and then waits for a
`Veripsa` check to appear on that exact SHA. It needs a PR that stays open and whose
head can be moved cheaply.

**Why this repository rather than `veripsa-dev`:** the durable webhook inbox drains
per-account round-robin. A canary living in the same account as the busiest
repositories waits behind that account's traffic, and a deploy's own restart makes
the queue worse — so the canary timed out on deploys that had in fact succeeded.
Moving it to a different account gives it its own fairness turn.

Nothing here is product content. Do not treat the marker below as meaningful.

Refreshed for deploy: initial
Loading