nimbus.mainnet: download BN when branch is stable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f26dfe57c4
commit
ce13aac5ce
|
@ -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 }}'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue