mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 01:31:51 +00:00
Switch back to the unstable branch on all nodes
This commit is contained in:
parent
597dbb2b79
commit
813c40adec
@ -46,8 +46,7 @@
|
|||||||
vars:
|
vars:
|
||||||
# TEMPORARY switch for Prater Altair transition
|
# TEMPORARY switch for Prater Altair transition
|
||||||
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch }}'
|
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch }}'
|
||||||
beacon_node_repo_branch: |-
|
beacon_node_repo_branch: "unstable"
|
||||||
{{ (node.branch == 'stable') | ternary("unstable-revert-taskpool", "unstable") }}
|
|
||||||
beacon_node_threads: |-
|
beacon_node_threads: |-
|
||||||
{{ (node.branch == 'testing') | ternary(4, 1) }}
|
{{ (node.branch == 'testing') | ternary(4, 1) }}
|
||||||
beacon_node_build_frequency: '{{ node.build_frequency }}'
|
beacon_node_build_frequency: '{{ node.build_frequency }}'
|
||||||
|
@ -25,8 +25,7 @@
|
|||||||
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.name }}'
|
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.name }}'
|
||||||
beacon_node_build_frequency: '{{ node.build_frequency }}'
|
beacon_node_build_frequency: '{{ node.build_frequency }}'
|
||||||
# TEMPORARY switch for Prater Altair transition
|
# TEMPORARY switch for Prater Altair transition
|
||||||
beacon_node_repo_branch: |-
|
beacon_node_repo_branch: "unstable"
|
||||||
{{ (node.branch == 'stable') | ternary("unstable-revert-taskpool", "unstable") }}
|
|
||||||
beacon_node_threads: |-
|
beacon_node_threads: |-
|
||||||
{{ (node.branch == 'testing') | ternary(4, 1) }}
|
{{ (node.branch == 'testing') | ternary(4, 1) }}
|
||||||
beacon_node_discovery_port: '{{ 9000 + port_offset }}'
|
beacon_node_discovery_port: '{{ 9000 + port_offset }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user