mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-20 22:02:19 +03:00
Adds a shadow release-acceptance report alongside release-green: an inventory/reduce/oracle pipeline under `scripts/quality/release-acceptance/` with a JSON schema, fixtures and a workflow that uploads the report as an artifact. Contained by design, which is why it merges as-is: it runs only on push to `release/v*` and on manual dispatch (never on pull requests), the step is `continue-on-error`, `permissions: contents: read`, `persist-credentials: false`, and it consumes no secrets. Nothing in the product changes; the report is advisory until we decide to promote it. Validated as a combined board first (this PR merged with the 11 siblings of the same batch on the release tip): eslint on every changed file with the suppressions file, typecheck:core, check:open-sse-typecheck, complexity, cognitive-complexity, changelog-integrity, i18n new-key coverage, docs-sync, migration-numbering, provider-consistency and a duplicate-identifier audit all green, plus 275 passing / 0 failing focused node:test cases across the 28 test files the batch touches. Then re-validated alone on the fresh tip before this merge: conflicts re-resolved, file sizes rebaselined for this PR's own growth, eslint and this PR's focused tests re-run. Thanks @HouMinXi! Co-authored-by: Diego Rodrigues de Sa e Souza <diegosouza.pw@gmail.com>
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"identity": {
|
|
"repository": "diegosouzapw/OmniRoute",
|
|
"run_id": "1",
|
|
"run_attempt": 1,
|
|
"workflow": "release-acceptance.yml",
|
|
"trigger": "push",
|
|
"scope": "release",
|
|
"requested_ref": "refs/heads/release/v3.8.51",
|
|
"base_sha": "30b5bf18fbe827a0283ce17e91bda22cc8b4c13e",
|
|
"candidate_sha": "30b5bf18fbe827a0283ce17e91bda22cc8b4c13e",
|
|
"tested_sha": "30b5bf18fbe827a0283ce17e91bda22cc8b4c13e"
|
|
},
|
|
"required_gates": [
|
|
{
|
|
"gate_id": "lint",
|
|
"suite_id": null,
|
|
"shard_index": null,
|
|
"shard_total": null
|
|
}
|
|
],
|
|
"gates": [
|
|
{
|
|
"gate_id": "lint",
|
|
"suite_id": null,
|
|
"shard_index": null,
|
|
"shard_total": null,
|
|
"tested_sha": "30b5bf18fbe827a0283ce17e91bda22cc8b4c13e",
|
|
"run_id": "1",
|
|
"run_attempt": 1,
|
|
"command_id": "lint",
|
|
"gate_type": "static",
|
|
"status": "PASS",
|
|
"cause": null,
|
|
"exit_code": 0,
|
|
"duration_ms": 10,
|
|
"evidence": [
|
|
{
|
|
"artifact_id": "logs",
|
|
"member": "lint.log",
|
|
"algorithm": "sha256",
|
|
"digest": "7f227db1653b6b723b07c8f2f6eb488f1f09e2f083ca7a3f5e02bbb274f5ff2e"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"evidence_errors": [],
|
|
"verdict": "VERIFIED",
|
|
"artifact": null
|
|
}
|