beacon-node-builds: specify medalla and toledo make targets

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-10 12:56:52 +01:00
parent f081c31012
commit 39431c0bd8
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 8 additions and 1 deletions

View File

@ -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'

View File

@ -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