Revert use of stock foundry
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 53s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m51s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 15m14s
Webapp Test / Run webapp test suite (pull_request) Successful in 6m49s
Smoke Test / Run basic test suite (pull_request) Successful in 5m58s
Fixturenet-Eth-Plugeth-Arm-Test / Run an Ethereum plugeth fixturenet test (pull_request) Successful in 41m51s
Fixturenet-Eth-Test / Run an Ethereum fixturenet test (pull_request) Successful in 44m53s
Fixturenet-Eth-Plugeth-Test / Run an Ethereum plugeth fixturenet test (pull_request) Successful in 57m46s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 53s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m51s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 15m14s
Webapp Test / Run webapp test suite (pull_request) Successful in 6m49s
Smoke Test / Run basic test suite (pull_request) Successful in 5m58s
Fixturenet-Eth-Plugeth-Arm-Test / Run an Ethereum plugeth fixturenet test (pull_request) Successful in 41m51s
Fixturenet-Eth-Test / Run an Ethereum fixturenet test (pull_request) Successful in 44m53s
Fixturenet-Eth-Plugeth-Test / Run an Ethereum plugeth fixturenet test (pull_request) Successful in 57m46s
This commit is contained in:
parent
c6415018c6
commit
d481b6bf4c
@ -2,7 +2,7 @@
|
||||
services:
|
||||
foundry:
|
||||
restart: always
|
||||
image: ghcr.io/foundry-rs/foundry:latest
|
||||
image: cerc/foundry:local
|
||||
command: ["while :; do sleep 600; done"]
|
||||
volumes:
|
||||
- ../config/foundry/foundry.toml:/foundry.toml
|
||||
|
@ -4,6 +4,7 @@ description: "Ethereum Fixturenet"
|
||||
repos:
|
||||
- git.vdb.to/cerc-io/go-ethereum@v1.13.14
|
||||
- git.vdb.to/cerc-io/lighthouse
|
||||
- github.com/dboreham/foundry
|
||||
containers:
|
||||
- cerc/go-ethereum
|
||||
- cerc/lighthouse
|
||||
@ -11,6 +12,7 @@ containers:
|
||||
- cerc/fixturenet-eth-genesis
|
||||
- cerc/fixturenet-eth-geth
|
||||
- cerc/fixturenet-eth-lighthouse
|
||||
- cerc/foundry
|
||||
pods:
|
||||
- fixturenet-eth
|
||||
- foundry
|
||||
|
@ -8,6 +8,7 @@ repos:
|
||||
- git.vdb.to/cerc-io/ipld-eth-db@v5
|
||||
- git.vdb.to/cerc-io/ipld-eth-server@v5
|
||||
- git.vdb.to/cerc-io/tx-spammer
|
||||
- github.com/dboreham/foundry
|
||||
containers:
|
||||
- cerc/plugeth-statediff
|
||||
- cerc/plugeth
|
||||
@ -17,6 +18,7 @@ containers:
|
||||
- cerc/lighthouse-cli
|
||||
- cerc/fixturenet-eth-lighthouse
|
||||
- cerc/tx-spammer
|
||||
- cerc/foundry
|
||||
- cerc/ipld-eth-db
|
||||
- cerc/ipld-eth-server
|
||||
pods:
|
||||
|
Loading…
Reference in New Issue
Block a user