From cec778f4f1a8d8ca315f08af0abe8e1e16710faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 6 Jul 2023 08:29:46 +0200 Subject: [PATCH] nimbus.prater: debug flag for old attestation stability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As requested by Dustin. Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.prater.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.prater.yml b/ansible/group_vars/nimbus.prater.yml index 76867d1..9b31533 100644 --- a/ansible/group_vars/nimbus.prater.yml +++ b/ansible/group_vars/nimbus.prater.yml @@ -72,6 +72,7 @@ beacon_node_service_nofile_limit: 32768 beacon_node_cores_per_node: '{{ (ansible_processor_vcpus|int / nodes_layout[hostname]|length) | round(0, "ceil") | int }}' beacon_node_threads: '{{ (node.branch == "libp2p") | ternary(1, beacon_node_cores_per_node) }}' beacon_node_history_retention: '{{ "archive" if node.get("public_api") else node.get("history", "prune") }}' +beacon_node_extra_flags: '{{ node.extra_flags if node.extra_flags is defined else [] }}' # Monitoring beacon_node_validator_monitor_auto: true beacon_node_validator_monitor_details: >- @@ -212,7 +213,7 @@ nodes_layout: - { branch: 'stable', start: 20164, end: 20224, build_freq: '*-*-* 11:00:00' } - { branch: 'testing', start: 20284, end: 20344, build_freq: '*-*-* 15:00:00' } - { branch: 'unstable', start: 20224, end: 20284, build_freq: '*-*-* 13:00:00', open_libp2p_ports: false, erigon: true } - - { branch: 'libp2p', start: 20344, end: 20404, build_freq: '*-*-* 17:00:00' } + - { branch: 'libp2p', start: 20344, end: 20404, build_freq: '*-*-* 17:00:00', extra_flags: ['--debug-use-old-attestation-stability-subnets=false'] } 'linux-06.ih-eu-mda1.nimbus.prater': - { branch: 'stable', start: 20404, end: 31303, build_freq: '*-*-* 11:00:00' } # 10899 validators