Add test utils and module fixes for dependents #24
@ -34,15 +34,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: ./plugeth-statediff
|
path: ./plugeth-statediff
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
repository: cerc-io/plugeth
|
|
||||||
ref: v1.13.14-cerc-0
|
|
||||||
path: ./plugeth
|
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
run: |
|
run: |
|
||||||
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local
|
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local
|
||||||
docker build ./plugeth -t cerc/plugeth:local
|
|
||||||
|
|
||||||
- name: Install stack-orchestrator
|
- name: Install stack-orchestrator
|
||||||
run: |
|
run: |
|
||||||
|
@ -21,10 +21,10 @@ set -x
|
|||||||
|
|
||||||
if [[ -z $SKIP_BUILD ]]; then
|
if [[ -z $SKIP_BUILD ]]; then
|
||||||
$laconic_so setup-repositories \
|
$laconic_so setup-repositories \
|
||||||
--exclude git.vdb.to/cerc-io/plugeth,git.vdb.to/cerc-io/plugeth-statediff
|
--exclude git.vdb.to/cerc-io/plugeth-statediff
|
||||||
|
# Assume the tested image has been built separately
|
||||||
$laconic_so build-containers \
|
$laconic_so build-containers \
|
||||||
--exclude cerc/plugeth,cerc/plugeth-statediff
|
--exclude cerc/plugeth-statediff
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$laconic_so deploy \
|
$laconic_so deploy \
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
version: "1.2"
|
version: "1.2"
|
||||||
name: fixturenet-plugeth-tx
|
name: fixturenet-plugeth-tx
|
||||||
description: "plugeth Ethereum Fixturenet"
|
description: "Plugeth Ethereum Fixturenet for testing plugeth-statediff"
|
||||||
repos:
|
repos:
|
||||||
- git.vdb.to/cerc-io/plugeth@statediff
|
- git.vdb.to/cerc-io/plugeth@v1.13.14-cerc-0
|
||||||
- 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/lighthouse@v5.1.2
|
||||||
- git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha
|
- git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha
|
||||||
containers:
|
containers:
|
||||||
- cerc/plugeth-statediff
|
- cerc/plugeth-statediff
|
||||||
|
Loading…
Reference in New Issue
Block a user