From 338b1103d081c988782bbb957106cde8496c2e47 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 6 Aug 2024 19:08:37 -0500 Subject: [PATCH] don't run ipld-eth-server in stack --- scripts/run-test-stack.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/run-test-stack.sh b/scripts/run-test-stack.sh index 29cb096..45b783d 100755 --- a/scripts/run-test-stack.sh +++ b/scripts/run-test-stack.sh @@ -18,14 +18,15 @@ echo CERC_REMOTE_DEBUG=false >> $CONFIG_DIR/stack.env if [[ -z $SKIP_BUILD ]]; then + # Assume the tested image has been built separately. $laconic_so setup-repositories \ - --exclude git.vdb.to/cerc-io/plugeth-statediff - # Assume the tested image has been built separately + --exclude git.vdb.to/cerc-io/plugeth-statediff,git.vdb.to/cerc-io/ipld-eth-server $laconic_so build-containers \ - --exclude cerc/plugeth-statediff + --exclude cerc/plugeth-statediff,cerc/ipld-eth-server fi if ! $laconic_so deploy \ + --exclude ipld-eth-server \ --env-file $CONFIG_DIR/stack.env \ --cluster test up then