Skip to content

Commit e84d1fc

Browse files
apollo_deployments: delete base app_configs and the preset-parity test machinery
jsonnet build() is the sole source of the node config, so the committed base app_configs/*_config.json and the build()-vs-app_configs parity test are dead. Delete the 21 base *_config.json, merged_app_configs/non_default_paths/ test_applicative_matches_app_configs and the applicative_matches_app_configs test, plus their last-user constants KEYS_TO_BE_REPLACED and BASE_APP_CONFIGS_DIR_PATH (and the now-dead get_component_config_{names,file_paths}), and drop the freed phf dep. Keep CONFIG_POINTERS/dump()/config_to_preset definitions and the build_*_deserializes + *_infra_matches_rust guards (later phases own those). apollo_deployments 8/8 green; cdk8s synth 31/31 green (build() sole source). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 16c545d commit e84d1fc

28 files changed

Lines changed: 5 additions & 656 deletions

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/apollo_deployments/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ apollo_config.workspace = true
1414
apollo_infra.workspace = true
1515
apollo_infra_utils.workspace = true
1616
apollo_node_config.workspace = true
17-
phf = { workspace = true, features = ["macros"] }
1817
serde.workspace = true
1918
serde_json.workspace = true
2019
static_assertions.workspace = true

crates/apollo_deployments/resources/app_configs/base_layer_config.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

crates/apollo_deployments/resources/app_configs/batcher_config.json

Lines changed: 0 additions & 62 deletions
This file was deleted.

crates/apollo_deployments/resources/app_configs/class_manager_config.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

crates/apollo_deployments/resources/app_configs/committer_config.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

crates/apollo_deployments/resources/app_configs/config_manager_config.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

crates/apollo_deployments/resources/app_configs/consensus_manager_config.json

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)