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:
Jakub Sokołowski 2022-02-17 14:24:25 +01:00
parent 01c6a06117
commit 3d4679f0d3
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 4 additions and 3 deletions

View File

@ -6,6 +6,7 @@ beacon_node_repo_branch: >-
node.branch_override, node.branch_override,
((node.branch == "libp2p") | ternary("nim-libp2p-auto-bump-unstable", node.branch)) ((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. # TODO Drop this once all nodes have an number.
service_number: '{{ node.get("num", False) | ternary(("-%02d"|format(node.get("num", 0))), "") }}' 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 }}' 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': 'metal-06.he-eu-hel1.nimbus.prater':
- { branch: 'stable', build_freq: '*-*-* 11:00:00' } - { 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: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'libp2p', build_freq: '*-*-* 17:00:00' } - { branch: 'libp2p', build_freq: '*-*-* 17:00:00' }
'metal-07.he-eu-hel1.nimbus.prater': 'metal-07.he-eu-hel1.nimbus.prater':
- { branch: 'stable', build_freq: '*-*-* 11:00:00' } - { 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: 'unstable', build_freq: '*-*-* 13:00:00' }
- { branch: 'libp2p', build_freq: '*-*-* 17:00:00' } - { branch: 'libp2p', build_freq: '*-*-* 17:00:00' }

View File

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