From 92ef7ec9662d85d8b900cc01eb3f1935f8a3d272 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 17 Apr 2024 16:59:57 +0800 Subject: [PATCH] put tags in test stack.yml --- .gitea/workflows/test.yml | 6 ------ scripts/integration-setup.sh | 6 +++--- test/stack.yml | 6 +++--- 3 files changed, 6 insertions(+), 12 deletions(-) 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