nimbus.prater: add nim_compiler overrides
For some reason `nim-1.6` branch doesn't actually use Nim 1.6 compiler. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
01c6a06117
commit
3d4679f0d3
|
@ -6,6 +6,7 @@ beacon_node_repo_branch: >-
|
|||
node.branch_override,
|
||||
((node.branch == "libp2p") | ternary("nim-libp2p-auto-bump-unstable", node.branch))
|
||||
) }}
|
||||
beacon_node_nim_commit: '{{ node.get("nim_commit", "") }}'
|
||||
# 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 }}'
|
||||
|
@ -90,13 +91,13 @@ nodes_layout:
|
|||
|
||||
'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: 'testing', build_freq: '*-*-* 15:00:00', branch_override: 'nim-1.6', nim_commit: 'version-1-6' }
|
||||
- { branch: 'unstable', build_freq: '*-*-* 13: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: 'testing', build_freq: '*-*-* 15:00:00', branch_override: 'nim-1.6', nim_commit: 'version-1-6' }
|
||||
- { branch: 'unstable', build_freq: '*-*-* 13:00:00' }
|
||||
- { branch: 'libp2p', build_freq: '*-*-* 17:00:00' }
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
- name: infra-role-beacon-node-linux
|
||||
src: git@github.com:status-im/infra-role-beacon-node-linux.git
|
||||
version: 871b4d5c20597b7c16c6c952699390d8469ea51c
|
||||
version: feeecc5c471944819d52a5614346e11dd8e1e223
|
||||
scm: git
|
||||
|
||||
- name: infra-role-beacon-node-windows
|
||||
|
|
Loading…
Reference in New Issue