Skip to content

Commit

Permalink
Fix invalid yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jun 20, 2024
1 parent cda75c8 commit 19855d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions scripts/local_testnet/network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ network_params:
seconds_per_slot: 3
global_log_level: debug
snooper_enabled: false
additional_services:
- dora
- prometheus_grafana
6 changes: 3 additions & 3 deletions scripts/local_testnet/network_params_das_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ participants:
cl_max_mem: 4096
cl_extra_params:
- --subscribe-all-data-column-subnets
- --target-peers 2
- --target-peers=2
count: 2
- cl_type: lighthouse
cl_image: lighthouse:local
cl_max_mem: 2048
cl_extra_params:
- --target-peers 2`
- --target-peers=2
count: 1
network_params:
eip7594_fork_epoch: 0
Expand All @@ -19,4 +19,4 @@ global_log_level: debug
snooper_enabled: false
additional_services:
- dora
- prometheus_grafana
- goomy_blob
3 changes: 0 additions & 3 deletions scripts/local_testnet/start_local_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ if [ "$CI" = true ]; then
# TODO: run assertoor tests
yq eval '.additional_services = []' -i $NETWORK_PARAMS_FILE
echo "Running without additional services (CI mode)."
else
yq eval '.additional_services = ["dora", "prometheus_grafana"]' -i $NETWORK_PARAMS_FILE
echo "Additional services dora and prometheus_grafana added to network_params.yaml"
fi

if [ "$BUILD_IMAGE" = true ]; then
Expand Down

0 comments on commit 19855d0

Please sign in to comment.