ci: build all five implementations and gate on unexplained failures and regressions - #1
Merged
Merged
Conversation
…nd regressions Signed-off-by: Glenn Gore <glenn.g@affinidi.com>
stormer78
force-pushed
the
ci/conformance-matrix
branch
from
September 16, 2026 13:36
4a80e15 to
e889e7d
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.
Adds
.github/workflows/conformance.yml. It checks out affinidi-tdk-rs, vta-browser-plugin (tsp-js), affinidi-tsp-go and affinidi-tsp-dart next to the suite, builds every driver from source, and runs the full matrix.Triggers: push to
main, pull requests, a weekly run, andworkflow_dispatchwith a ref input for each repo.Seed: the run id, so each run uses fresh keys and the report records the seed.
Gate: a new runner option,
--gate known, is non-zero in three cases:findings.tomlexplains (a new disagreement);fixed(a regression);make runkeeps--gate all.findings.toml: three findings are now markedfixed: the XSCS body (#803/#249), the accepter's reply digest (#804) and accept correlation (#250). Findings that match nothing are printed as a note.Outputs: the job summary shows the report summary, and the report plus driver logs are uploaded as the
conformance-reportartifact.Checked locally against the current merged code: 0 unexplained failures, exit 0. With affinidi-tsp built from a checkout that predates #804, the gate reports
REGRESSION (affinidi-accepter-forgets-reply-digest)and exits 1.