diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-11 09:38:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 09:38:26 +0300 |
| commit | a8328e682b1a26e0bc37ae2ff132fa245429e22c (patch) | |
| tree | f113e124eaa631b36d032264e443c86670bf514c /.github | |
| parent | 82a900681a50eecfd67fa1fb82e9ea973e04ffd6 (diff) | |
| parent | 78f624ee9d36f175dc530b057376f510a0faba6b (diff) | |
| download | vyos-documentation-a8328e682b1a26e0bc37ae2ff132fa245429e22c.tar.gz vyos-documentation-a8328e682b1a26e0bc37ae2ff132fa245429e22c.zip | |
Merge pull request #1974 from vyos/yuriy/ai-validation-align-comment-and-reviewer-ref-rolling
ci(ai-validation, rolling): align fail-closed-gate comment + bump REVIEWER_REF to v1.0.2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ai-validation.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/ai-validation.yml b/.github/workflows/ai-validation.yml index c19f7737..b4736fe1 100644 --- a/.github/workflows/ai-validation.yml +++ b/.github/workflows/ai-validation.yml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true env: - REVIEWER_REF: reviewer-v1.0.1 + REVIEWER_REF: reviewer-v1.0.2 # Force JavaScript actions to run on Node 24. Some pinned action SHAs # we rely on still ship with Node 20 ABI; this env var opts the whole # workflow into Node 24 without per-action version churn. @@ -331,8 +331,11 @@ jobs: # DB assets). The reference DB schema is intentionally backwards # compatible across reviewer Python releases; the freshest DB is # the right choice. If the DB schema ever changes incompatibly, - # bump REVIEWER_REF in the consuming workflow and the new code - # will refuse to load an older-format DB at the fail-closed gate. + # bump REVIEWER_REF in the consuming workflow — the newer + # reviewer code will error at DB-load time inside `Pass 1 — + # deterministic checks`. The workflow's own fail-closed gate + # is a presence check on `.reference-db/extracted`; it does + # not load or inspect DB schema. latest: true fileName: reference-db-${{ steps.branch.outputs.vyos1x }}.tar.gz out-file-path: .reference-db |
