Skip to content

Commit 3349813

Browse files
committed
nimbus.hoodi: switch libp2p nodes to use syncv3 branch
Part of testing of new syncing algorithm: #265 status-im/nimbus-eth2#7578 Signed-off-by: Jakub Sokołowski <jakub@status.im>
1 parent e24a8fb commit 3349813

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ansible/group_vars/nimbus.hoodi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ beacon_node_doppelganger_detection: true
9191
beacon_node_suggested_gas_limit: 60000000
9292
# We map short names to branches to avoid too long service names.
9393
node_name_to_branch_map:
94-
libp2p: 'nim-libp2p-auto-bump-unstable'
94+
libp2p: 'syncv3'
9595
# Builds
9696
beacon_node_update_frequency: '*-*-* {{ "%02d" | format(idx * 2) }}:00:00'
9797
beacon_node_update_build_nim_flags: '-d:noSignalHandler {{ node.get("nim_flags", "") }}'
@@ -140,7 +140,8 @@ beacon_node_consul_failures_before_critical: '{{ 720 if not node.get("public_api
140140

141141
# Checkpoint Sync
142142
beacon_node_resync_enabled: true
143-
beacon_node_resync_timer_enabled: false
143+
beacon_node_resync_timer_enabled: '{{ node.branch == "libp2p" }}' # TEMP: syncv3 testing
144+
beacon_node_resync_timer_frequency: 'weekly'
144145
beacon_node_resync_timer_trusted_api_url: '{{ beacon_node_resync_timer_trusted_api_urls[idx] }}'
145146
beacon_node_resync_timer_trusted_api_urls:
146147
- 'https://checkpoint-sync.hoodi.ethpandaops.io/'

0 commit comments

Comments
 (0)