deployment: add dummy_for_testing native config override layer#14632
Draft
nimrod-starkware wants to merge 1 commit into
Draft
deployment: add dummy_for_testing native config override layer#14632nimrod-starkware wants to merge 1 commit into
nimrod-starkware wants to merge 1 commit into
Conversation
This was referenced Jun 25, 2026
Contributor
Author
3765446 to
8a5e826
Compare
This was referenced Jun 28, 2026
Draft
06da659 to
5eb5701
Compare
8a5e826 to
082340c
Compare
5eb5701 to
ec5b1f7
Compare
082340c to
8852b34
Compare
The prepare-production-overlays CI job synths each prod overlay env-only (-o hybrid.<env> -o hybrid.common.dummy_for_testing), with no per-node leaf or devops checkout. Under the native config path this errored on a missing overrides.validator_id (and the consensus/mempool multiaddrs) because the dummy_for_testing overlay had YAML but no native sequencer_config.jsonnet. Add that layer (the folded nested translation of dummy_for_testing's YAMLs: validator_id plus the #is_none multiaddrs as null) so env-only native synth succeeds for mainnet, sepolia-alpha and sepolia-integration. Add the matching *_layer_jsonnet_mirrors_combined_yaml regression test. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ec5b1f7 to
ff18571
Compare
8852b34 to
0114f91
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The prepare-production-overlays CI job synths each prod overlay env-only
(-o hybrid. -o hybrid.common.dummy_for_testing), with no per-node leaf or
devops checkout. Under the native config path this errored on a missing
overrides.validator_id (and the consensus/mempool multiaddrs) because the
dummy_for_testing overlay had YAML but no native sequencer_config.jsonnet. Add
that layer (the folded nested translation of dummy_for_testing's YAMLs:
validator_id plus the #is_none multiaddrs as null) so env-only native synth
succeeds for mainnet, sepolia-alpha and sepolia-integration. Add the matching
*_layer_jsonnet_mirrors_combined_yaml regression test.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com