diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 41483cf..d302e68 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -34,15 +34,9 @@ jobs: - uses: actions/checkout@v3 with: path: ./plugeth-statediff - - uses: actions/checkout@v3 - with: - repository: cerc-io/plugeth - ref: v1.13.14-cerc-0 - path: ./plugeth - name: Build docker image run: | docker build ./plugeth-statediff -t cerc/plugeth-statediff:local - docker build ./plugeth -t cerc/plugeth:local - name: Install stack-orchestrator run: | diff --git a/scripts/integration-setup.sh b/scripts/integration-setup.sh index 0e7a8a6..c153c7b 100755 --- a/scripts/integration-setup.sh +++ b/scripts/integration-setup.sh @@ -21,10 +21,10 @@ set -x if [[ -z $SKIP_BUILD ]]; then $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 \ - --exclude cerc/plugeth,cerc/plugeth-statediff + --exclude cerc/plugeth-statediff fi $laconic_so deploy \ diff --git a/test/stack.yml b/test/stack.yml index 847e84e..38bd020 100644 --- a/test/stack.yml +++ b/test/stack.yml @@ -1,10 +1,10 @@ version: "1.2" name: fixturenet-plugeth-tx -description: "plugeth Ethereum Fixturenet" +description: "Plugeth Ethereum Fixturenet for testing plugeth-statediff" 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/lighthouse + - git.vdb.to/cerc-io/lighthouse@v5.1.2 - git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha containers: - cerc/plugeth-statediff