ci(gate-attestation): adopt hybrid gate mechanism (#262)#288
Merged
Conversation
forkwright
enabled auto-merge (squash)
July 22, 2026 18:54
The ulid 1.2 -> 3.0 bump removed Ulid::new. The break went uncaught because no CI job compiled the workspace before the hybrid gate landed. Call sites: koinon id newtypes + tamper log tests, semaino alerts. Refs #262
forkwright
force-pushed
the
ci/hybrid-gate-adoption
branch
from
July 23, 2026 01:27
7ffeb29 to
d4f1897
Compare
prost-build requires protoc at build time; first compiling CI job surfaced the missing runner package. Refs #262
forkwright
force-pushed
the
ci/hybrid-gate-adoption
branch
from
July 23, 2026 01:37
f2b8934 to
2725555
Compare
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.
Summary
Replaces the trailer-only
gate-attestation.ymlpassthrough with the fleet hybrid gate (forkwright/.github/.github/workflows/hybrid-gate.yml@main). akroasis has never had a compiling/testing CI workflow (#262) — thefull-gate-buildjob here is the first one: a Gate-Passed trailer takes the fast path; a trailer-less human PR now falls through to a realfmt/check/clippy/nextestbuild; a docs-only diff is exempt from that build; AI-attribution is checked unconditionally.Command sourcing
fmt_cmd/check_cmd/clippy_cmd/nextest_cmdmirror.kanon-ci.toml's stage commands verbatim (the localkanon gate --stampSSOT), including the--jobs 8/--build-jobs 8 --test-threads 8concurrency cap, so a Gate-Passed trailer and a greenfull-gate-buildattest identical stages per the reusable workflow's own contract.system_packages: libusb-1.0-0-dev libudev-dev— the only native-syscrates inCargo.lockneeding a pkg-config-discoverable Linux system library on the hosted runner arelibusb1-sys(viarusb) andlibudev-sys. Noalsa/cpal/libasoundanywhere in theCargo.tomltree — akroasis is RF/mesh/comms, not a DSP/audio-synthesis pipeline.#262 — partial, not full, closure
This does not fully satisfy #262's "Done when" criteria:
check-trailerjob waivesdependabot[bot]PRs fromfull-gate-buildunconditionally (fleet-wide behavior, not overridable per-caller) — dependabot bumps still bypass the build, the exact failure mode CI has no build/test workflow — main broke silently under dependabot auto-merge #262 describes.pull_requestonly — there is no push-to-main compile check.Left a comment on #262 detailing the residual gap rather than closing it. This PR is still a real improvement: every non-bot, non-docs-only PR now gets an actual compile+test gate for the first time.
Test plan
full-gate-buildruns and goes green on this PR (no trailer on this commit)ai-attributionpassesgate-attestation→gatereports success