core/.github/workflows
Shay 576c2e13e3
Some checks failed
smoke / smoke (-m "not quarantine") (pull_request) Failing after 1m13s
lane-shas / verify pinned lane SHAs (pull_request) Failing after 16m56s
ci: install locked dependency universe in all workflows (uv sync --locked)
Root cause of the simultaneous lane-shas failures on PRs #46 and #47:
workflows installed with unlocked 'uv pip install -e .' against floor-only
specs (numpy>=1.26, ...) while the repo maintains uv.lock — so a PyPI
release landing between runs shifts the runner's resolved set, and the
byte-exact lane SHA pins move with it. Timeline: main lane run green at
23:40Z, both PR runs (diffs no lane executes) red after 00:02Z; the
identical trees verify 9/9 locally against the locked venv, and
'uv lock --check' is clean.

All six workflows now 'uv sync --locked' (--extra dev where [dev] was
installed) — CI tests the locked universe, so lane pins can only move when
code moves. Locked-sync also fails loudly on a stale lock instead of
silently resolving fresh.

Self-validating: this PR's own lane-shas run uses this branch's workflow.

[Verification]: smoke suite passed locally (175 passed); lane repro on the
failing PRs' tree: 9/9 pinned SHAs; uv lock --check clean.
2026-07-15 19:48:18 -07:00
..
contemplation.yml ci: install locked dependency universe in all workflows (uv sync --locked) 2026-07-15 19:48:18 -07:00
full-pytest.yml ci: install locked dependency universe in all workflows (uv sync --locked) 2026-07-15 19:48:18 -07:00
lane-shas.yml ci: install locked dependency universe in all workflows (uv sync --locked) 2026-07-15 19:48:18 -07:00
nightly-full-pytest.yml ci: install locked dependency universe in all workflows (uv sync --locked) 2026-07-15 19:48:18 -07:00
ratify-proposal.yml ci: install locked dependency universe in all workflows (uv sync --locked) 2026-07-15 19:48:18 -07:00
smoke.yml ci: install locked dependency universe in all workflows (uv sync --locked) 2026-07-15 19:48:18 -07:00
workbench-ui.yml test(workbench): playwright smoke lane (ADR-0162 acceptance 5-7) 2026-06-12 12:05:28 -07:00