nimbus.prater: override some branches to nim-1.6

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-17 13:46:56 +01:00
parent d6414fd956
commit 01c6a06117
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,11 @@
---
beacon_node_network: 'prater'
# TODO This is to avoid too long service names.
beacon_node_repo_branch: '{{ (node.branch == "libp2p") | ternary("nim-libp2p-auto-bump-unstable", node.branch) }}'
beacon_node_repo_branch: >-
{{ node.branch_override is defined | ternary(
node.branch_override,
((node.branch == "libp2p") | ternary("nim-libp2p-auto-bump-unstable", node.branch))
) }}
# TODO Drop this once all nodes have an number.
service_number: '{{ node.get("num", False) | ternary(("-%02d"|format(node.get("num", 0))), "") }}'
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch }}{{ service_number }}'
@ -68,32 +72,32 @@ nodes_layout:
'metal-03.he-eu-hel1.nimbus.prater':
- { branch: 'stable', build_freq: '*-*-* 11:00:00' }
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00' }
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'libp2p', build_freq: '*-*-* 17:00:00' }
'metal-04.he-eu-hel1.nimbus.prater':
- { branch: 'stable', build_freq: '*-*-* 11:00:00' }
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00' }
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'libp2p', build_freq: '*-*-* 17:00:00' }
'metal-05.he-eu-hel1.nimbus.prater':
- { branch: 'stable', build_freq: '*-*-* 11:00:00' }
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00' }
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'libp2p', build_freq: '*-*-* 17:00:00' }
'metal-06.he-eu-hel1.nimbus.prater':
- { branch: 'stable', build_freq: '*-*-* 11:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00', branch_override: 'nim-1.6' }
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00' }
- { branch: 'libp2p', build_freq: '*-*-* 17:00:00' }
'metal-07.he-eu-hel1.nimbus.prater':
- { branch: 'stable', build_freq: '*-*-* 11:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00', branch_override: 'nim-1.6' }
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00' }
- { branch: 'libp2p', build_freq: '*-*-* 17:00:00' }
'windows-01.gc-us-central1-a.nimbus.prater':

View File

@ -46,7 +46,7 @@
- name: infra-role-beacon-node-linux
src: git@github.com:status-im/infra-role-beacon-node-linux.git
version: 5f50a97c07493d65a254b85c90f55dedff1728b7
version: 871b4d5c20597b7c16c6c952699390d8469ea51c
scm: git
- name: infra-role-beacon-node-windows