Roy Crihfield
f20687674a
All checks were successful
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 19m1s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest-arm) (push) Successful in 28m42s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest) (push) Successful in 32m24s
Part of cerc-io/stack-orchestrator#905. Reviewed-on: #21 Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
24 lines
616 B
YAML
24 lines
616 B
YAML
version: "1.1"
|
|
name: fixturenet-plugeth
|
|
description: "Plugeth Ethereum Indexing Fixturenet"
|
|
repos:
|
|
- git.vdb.to/cerc-io/plugeth@statediff
|
|
- git.vdb.to/cerc-io/plugeth-statediff
|
|
- git.vdb.to/cerc-io/lighthouse
|
|
- git.vdb.to/cerc-io/ipld-eth-db
|
|
- git.vdb.to/cerc-io/ipld-eth-server@v5
|
|
containers:
|
|
- cerc/plugeth-statediff
|
|
- cerc/plugeth
|
|
- cerc/fixturenet-eth-genesis-postmerge
|
|
- cerc/fixturenet-plugeth-plugeth
|
|
- cerc/lighthouse
|
|
- cerc/lighthouse-cli
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/ipld-eth-db
|
|
- cerc/ipld-eth-server
|
|
pods:
|
|
- fixturenet-plugeth
|
|
- ipld-eth-db
|
|
- ipld-eth-server
|