This commit is contained in:
Roy Crihfield 2023-07-06 13:24:46 +08:00
parent 4a2619a04a
commit 9354bcdd67
3 changed files with 7 additions and 5 deletions

View File

@ -39,9 +39,8 @@ jobs:
repository: roysc/stack-orchestrator
ref: plugeth-testing
path: ./stack-orchestrator
- run: pip install ./stack-orchestrator
- name: "Run testnet stack"
env:
LACONIC_SO: ./laconic-so
run: ./scripts/integration-setup.sh
- name: "Clone system-tests"
uses: actions/checkout@v3

View File

@ -15,14 +15,15 @@ echo CERC_STATEDIFF_DB_GOOSE_MIN_VER=18 >> $CONFIG_DIR/stack.env
# Build and deploy a cluster with only what we need from the stack
$laconic_so setup-repositories \
--exclude github.com/cerc-io/ipld-eth-server,github.com/cerc-io/tx-spammer,git.vdb.to/cerc-io/plugeth-statediff \
--branches-file ./test/stack-refs.txt
--exclude github.com/cerc-io/ipld-eth-server,github.com/cerc-io/tx-spammer,git.vdb.to/cerc-io/plugeth,git.vdb.to/cerc-io/plugeth-statediff \
--branches-file ./test/stack-refs.txt \
--git-ssh
$laconic_so build-containers \
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry
$laconic_so deploy \
--exclude foundry,keycloak,tx-spammer \
--exclude foundry,keycloak,tx-spammer,ipld-eth-server \
--env-file $CONFIG_DIR/stack.env \
--cluster "$cluster" up

2
test/stack-refs.txt Normal file
View File

@ -0,0 +1,2 @@
git.vdb.to/cerc-io/plugeth feb6ccc72b3f05f7661d3aadadedf6f2ac6d7060
github.com/cerc-io/ipld-eth-db v5.0.2-alpha