use tx-spammer in tests
All checks were successful
Unit and integration tests / Run unit tests (pull_request) Successful in 11m18s
Unit and integration tests / Run integration tests (pull_request) Successful in 42m11s

This commit is contained in:
Roy Crihfield 2024-04-24 16:44:34 +08:00
parent c6838838c1
commit 042fc9a36c
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,6 @@ if [[ -z $SKIP_BUILD ]]; then
fi
$laconic_so deploy \
--include fixturenet-plugeth,ipld-eth-db \
--env-file $CONFIG_DIR/stack.env \
--cluster test up

View File

@ -6,6 +6,7 @@ repos:
- git.vdb.to/cerc-io/plugeth-statediff@update-czkg4844 # todo: dev
- git.vdb.to/cerc-io/lighthouse
- git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha
- git.vdb.to/cerc-io/tx-spammer
containers:
- cerc/plugeth-statediff
- cerc/plugeth
@ -15,6 +16,8 @@ containers:
- cerc/lighthouse-cli
- cerc/fixturenet-eth-lighthouse
- cerc/ipld-eth-db
- cerc/tx-spammer
pods:
- fixturenet-plugeth
- ipld-eth-db
- tx-spammer