Switch back to the unstable branch on all nodes

This commit is contained in:
Zahary Karadjov 2021-09-22 16:52:41 +03:00
parent 597dbb2b79
commit 813c40adec
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 2 additions and 4 deletions

View File

@ -46,8 +46,7 @@
vars:
# TEMPORARY switch for Prater Altair transition
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch }}'
beacon_node_repo_branch: |-
{{ (node.branch == 'stable') | ternary("unstable-revert-taskpool", "unstable") }}
beacon_node_repo_branch: "unstable"
beacon_node_threads: |-
{{ (node.branch == 'testing') | ternary(4, 1) }}
beacon_node_build_frequency: '{{ node.build_frequency }}'

View File

@ -25,8 +25,7 @@
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.name }}'
beacon_node_build_frequency: '{{ node.build_frequency }}'
# TEMPORARY switch for Prater Altair transition
beacon_node_repo_branch: |-
{{ (node.branch == 'stable') | ternary("unstable-revert-taskpool", "unstable") }}
beacon_node_repo_branch: "unstable"
beacon_node_threads: |-
{{ (node.branch == 'testing') | ternary(4, 1) }}
beacon_node_discovery_port: '{{ 9000 + port_offset }}'