Skip to content

Instantly share code, notes, and snippets.

@zscole
Last active December 19, 2019 22:43
Show Gist options
  • Select an option

  • Save zscole/d5abf76bc1b2027cbe5798ccfd314b0f to your computer and use it in GitHub Desktop.

Select an option

Save zscole/d5abf76bc1b2027cbe5798ccfd314b0f to your computer and use it in GitHub Desktop.
services:
- name: lighthouse
image: sigp/lighthouse
script:
inline: "lighthouse bn testnet -f quick 4 1575650550"
resources:
cpus: 7
memory: 8 GB
storage: 100 GiB
task-runners:
- name: run-lighthouse
script:
inline: sleep 200
tests:
- name: exercise-lighthouse
description: run a lighthouse testnet and validate some blocks
system:
- name: lighthouse-test
type: lighthouse
count: 4
phases:
- name: baseline
tasks:
- type: run-lighthouse
timeout: infinite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment