Skip to content

Publish /checks/, and move praxis's offline metrics out of the unchecked list - #21

Merged
DenisDrobyshev merged 2 commits into
mainfrom
fix/checks-page-praxis-offline
Sep 18, 2026
Merged

DenisDrobyshev merged 2 commits into
mainfrom
fix/checks-page-praxis-offline

Conversation

@DenisDrobyshev

@DenisDrobyshev DenisDrobyshev commented Sep 18, 2026 •

Copy link
Copy Markdown
Member

Two things, each its own commit.

1. /checks/ was never published. pages.yml assembles the artefact from a named list — deliberately, so a new top-level directory has to be added on purpose. I did not add it. The page was committed, passed every structural check, and served a 404 while /ru/checks/ worked, because ru is copied whole.

The comment above that list already predicted this. The build now asks check_site.py which pages exist and fails naming any that never reached _site; verified it passes on a correct build and fails naming checks/index.html when the directory is dropped.

2. praxis's offline metrics move out of the unchecked list. DrobyshevDev/praxis#41 pins the offline column of its quality table to a real run. The row moves into the pinned table; the unchecked entry narrows to the real-models column, which needs a GPU CI does not have.

The page shipped this afternoon saying praxis states its retrieval figures in
prose with nothing behind them. Half of that is now false: the offline column of
the quality table is held by a test, because the offline path has no models, no
network and no seed, so a run of it is reproducible. Correcting the table
incidentally found that three of its five figures had been measured on a golden
set of twelve and never re-measured when it grew to eighteen.

What remains unchecked is the real-models column, and the entry says that
precisely rather than gesturing at the whole table. A page whose second list is
stale is worse than one without it.
The artefact is assembled from a named list, deliberately, so that a new
top-level directory has to be added on purpose. /checks/ was not added. It was
committed, it passed every structural check, and it served a 404 for twenty
minutes while /ru/checks/ worked — because `ru` is copied whole and `checks`
was not on the list.

The comment above that list already said this would happen. Saying it is not the
same as catching it, so the build now asks check_site.py which pages exist and
fails naming any that never reached _site.
@DenisDrobyshev DenisDrobyshev changed the title Move praxis's offline metrics out of the unchecked list Publish /checks/, and move praxis's offline metrics out of the unchecked list Sep 18, 2026
@DenisDrobyshev
DenisDrobyshev merged commit 5b86190 into main Sep 18, 2026
6 checks passed
@DenisDrobyshev
DenisDrobyshev deleted the fix/checks-page-praxis-offline branch September 18, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant