From ce13aac5ceadb05461ff58196a12411a09237ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 1 Apr 2024 13:42:21 +0200 Subject: [PATCH] nimbus.mainnet: download BN when branch is stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.mainnet.yml | 1 + ansible/requirements.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.mainnet.yml b/ansible/group_vars/nimbus.mainnet.yml index 9cc5507..14aa769 100644 --- a/ansible/group_vars/nimbus.mainnet.yml +++ b/ansible/group_vars/nimbus.mainnet.yml @@ -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 }}' diff --git a/ansible/requirements.yml b/ansible/requirements.yml index fe72433..0e70c23 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -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