deployment: add hybrid common native override layer + lockstep test#14655
deployment: add hybrid common native override layer + lockstep test#14655nimrod-starkware wants to merge 1 commit into
Conversation
5950d10 to
5ed6bbd
Compare
Add the base (common) hybrid sequencer_config.jsonnet override layer consumed by the native config builder, plus the durable per-layer regression test that keeps it in lockstep with the YAML overlays: the common layer's jsonnet, flattened to dotted keys, must exactly match the combined config.sequencerConfig of the common-layer YAMLs (with #is_none folded and components.* dropped). This prevents the native and preset generation paths from silently drifting. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PR SummaryLow Risk Overview Adds a lockstep regression test that evaluates that jsonnet, flattens it to dotted keys, and requires an exact match with the combined Reviewed by Cursor Bugbot for commit 03b48d4. Bugbot is set up for automated code reviews on this repo. Configure here. |
01a785b to
cd104c8
Compare
5ed6bbd to
03b48d4
Compare

Add the base (common) hybrid sequencer_config.jsonnet override layer consumed by the native config builder, plus the durable per-layer regression test that keeps it in lockstep with the YAML overlays: the common layer's jsonnet, flattened to dotted keys, must exactly match the combined config.sequencerConfig of the common-layer YAMLs (with #is_none folded and components.* dropped). This prevents the native and preset generation paths from silently drifting.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com