01a05d78 - Frozen local-CI comment schema and verifier - #57
Merged
Conversation
Private product pull requests record a full local ci:full run in a dfx-local-ci/v1 block. agent local-ci verify parses it and computes pass or fail. This public repository still uses GitHub Actions.
required and runs must both be empty or both be non-empty. Empty is a pass: there is nothing to execute.
Public tests must not name a private product repository. Import order matches the surrounding relative imports.
Every required id must have a run, and every run id must be required.
A private-repo ready gate must see status=pass on the current head, not not_applicable from a public payload.
Contributor
Author
|
EN: DE: DetailsPublic repository: GitHub Actions pytest passed on this head (1m4s). |
TaprootFreak
marked this pull request as ready for review
September 2, 2026 17:59
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.
EN:
Add the frozen dfx-local-ci/v1 comment schema and
agent local-ci verify. Private product pull requests record a full local ci:full run in a parseable block. This public repository still uses GitHub Actions.DE:
Fügt das eingefrorene Kommentar-Schema dfx-local-ci/v1 und
agent local-ci verifyhinzu. Private Produkt-PRs halten den vollen lokalen ci:full-Lauf in einem parsbaren Block fest. Dieses öffentliche Repo bleibt bei GitHub Actions.Details
The parser accepts exactly one marker pair, one fenced JSON object, and no unknown keys. It computes pass or fail and never trusts a verdict field.
requiredis the full job set; every id needs result=pass, exit_code=0, and duration_s <= timeout_s.--require-idsdemands that set exactly.Commands:
agent local-ci verify|parse|render. Spec: docs/local-ci-v1.md.