docs(agents): release one candidate when the catalogs diverge #582
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/binjovictl-single-candidate-release"
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?
binjovictl release --build BUILD_IDwas missing from the release train section, and it is the only way past409 candidate_catalogs_diverged.Why
--all-readyrefuses with that error when one ready candidate was built before the current base revision. The candidates cannot go out together, so the stale one has to rebuild and yours goes alone by build id.This came up twice in one session. Both times
binjovictl release --all-readystopped with an error that names the condition but not the way out, and the flag that fixes it was not written down anywhere.Change
binjovictl release PROJECT --build BUILD_ID --waitadded to the command list.candidate_catalogs_divergedmeans and what to do: release your own candidate by the idbinjovictl builds PROJECTprints, and rebuild the stale one.The section already covered
--all-ready, the merge rule,retry-deployand the~/binpath. This only fills the two gaps.https://claude.ai/code/session_01TdW5FSvRJW8CtGnpd29Xp8
cce5bb671db222d9c439