mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-19 02:01:17 +00:00
beacon-node-builds: specify medalla and toledo make targets
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f081c31012
commit
39431c0bd8
@ -13,10 +13,17 @@ beacon_node_build_timer_timeout: 1200
|
||||
beacon_node_builds_branches:
|
||||
- name: 'devel'
|
||||
branch: 'devel'
|
||||
target: 'medalla'
|
||||
frequency: '*-*-* 10:00:00'
|
||||
- name: 'master'
|
||||
branch: 'master'
|
||||
target: 'medalla'
|
||||
frequency: '*-*-* 02:00:00'
|
||||
- name: 'libp2p'
|
||||
branch: 'nim-libp2p-auto-bump'
|
||||
target: 'medalla'
|
||||
frequency: '*-*-* 18:00:00'
|
||||
- name: 'toledo'
|
||||
branch: 'devel'
|
||||
target: 'toledo'
|
||||
frequency: '*-*-* 18:00:00'
|
||||
|
@ -30,7 +30,7 @@ make \
|
||||
LOG_LEVEL="TRACE" \
|
||||
MAKEFLAGS="-j$(nproc)" \
|
||||
NIMFLAGS="-d:insecure -d:testnet_servers_image" \
|
||||
beacon_node signing_process
|
||||
{{ item.target }}
|
||||
|
||||
popd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user