nimbus.mainnet: download BN when branch is stable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-04-01 13:42:21 +02:00
parent f26dfe57c4
commit ce13aac5ce
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ beacon_node_max_peers: '{{ node.get("max_peers", 320) }}'
# Firewall
beacon_node_firewall_libp2p_open: '{{ node.get("open_libp2p_ports", true) }}'
# Builds
beacon_node_update_build: '{{ beacon_node_repo_branch != "stable" }}'
beacon_node_build_frequency: '*-*-* {{ 12 + idx }}:00:00'
# Tuning
beacon_node_cores_per_node: '{{ (ansible_processor_vcpus / nodes_layout[hostname]|length) | round(0, "ceil") | int }}'

View File

@ -45,7 +45,7 @@
- name: infra-role-beacon-node-linux
src: git@github.com:status-im/infra-role-beacon-node-linux.git
version: 0b41cfe3b14cc47818a1a1a9e53bae732079e84f
version: 91da1349fec819ce43b23a828a72c2b98d7e7d31
scm: git
- name: infra-role-beacon-node-windows