CI patch
This commit is contained in:
parent
4a2619a04a
commit
9354bcdd67
@ -39,9 +39,8 @@ jobs:
|
|||||||
repository: roysc/stack-orchestrator
|
repository: roysc/stack-orchestrator
|
||||||
ref: plugeth-testing
|
ref: plugeth-testing
|
||||||
path: ./stack-orchestrator
|
path: ./stack-orchestrator
|
||||||
|
- run: pip install ./stack-orchestrator
|
||||||
- name: "Run testnet stack"
|
- name: "Run testnet stack"
|
||||||
env:
|
|
||||||
LACONIC_SO: ./laconic-so
|
|
||||||
run: ./scripts/integration-setup.sh
|
run: ./scripts/integration-setup.sh
|
||||||
- name: "Clone system-tests"
|
- name: "Clone system-tests"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -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
|
# Build and deploy a cluster with only what we need from the stack
|
||||||
$laconic_so setup-repositories \
|
$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 \
|
--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
|
--branches-file ./test/stack-refs.txt \
|
||||||
|
--git-ssh
|
||||||
|
|
||||||
$laconic_so build-containers \
|
$laconic_so build-containers \
|
||||||
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry
|
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry
|
||||||
|
|
||||||
$laconic_so deploy \
|
$laconic_so deploy \
|
||||||
--exclude foundry,keycloak,tx-spammer \
|
--exclude foundry,keycloak,tx-spammer,ipld-eth-server \
|
||||||
--env-file $CONFIG_DIR/stack.env \
|
--env-file $CONFIG_DIR/stack.env \
|
||||||
--cluster "$cluster" up
|
--cluster "$cluster" up
|
||||||
|
|
||||||
|
2
test/stack-refs.txt
Normal file
2
test/stack-refs.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
git.vdb.to/cerc-io/plugeth feb6ccc72b3f05f7661d3aadadedf6f2ac6d7060
|
||||||
|
github.com/cerc-io/ipld-eth-db v5.0.2-alpha
|
Loading…
Reference in New Issue
Block a user