mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 17:58:23 +00:00
There's a recent breaking change that deprecated dashboard-based snapshot enablement, and is breaking our CI: https://www.warpbuild.com/docs/ci/changelog/2026-june#june-8-2026 > Legacy dashboard-based snapshot enablement has been removed. Runners previously configured with snapshots enabled from the dashboard will no longer use snapshots. To continue using snapshot runners, migrate to the label-based configuration by adding snapshot.enabled=true or snapshot.key=<alias> to your runs-on labels. See the [Snapshot Runners docs](https://www.warpbuild.com/docs/ci/features/snapshot-runners) for migration details. Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>