From 5c70017ce4d7b7fda59f15cadf1f2c28e7021dff Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 9 Jul 2024 22:59:45 +0800 Subject: [PATCH] update repo refs --- .gitea/workflows/test.yml | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c8ed8c4..15bedd1 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -9,9 +9,9 @@ on: - ci-test env: - SO_VERSION: roysc/fix-various - FIXTURENET_ETH_STACKS_VERSION: plugeth-stack - SYSTEM_TESTS_VERSION: roysc/geth-upgrade + SO_VERSION: v1.1.0-36d4969-202407091537 + FIXTURENET_ETH_STACKS_VERSION: 0d63b95 + SYSTEM_TESTS_VERSION: b4ca942 jobs: unit-tests: @@ -54,18 +54,10 @@ jobs: - name: "Print Python version" run: python3 --version - name: Install stack-orchestrator - # run: | - # curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so - # chmod +x laconic-so - # echo PATH="$PATH:$(pwd)" >> $GITHUB_ENV - # FIXME: merge SO fixes and revert - uses: actions/checkout@v3 - with: - repository: cerc-io/stack-orchestrator - ref: ${{ env.SO_VERSION }} - path: .tools/stack-orchestrator - - name: "Install stack orchestrator" - run: pip3 install .tools/stack-orchestrator + run: | + curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so + chmod +x laconic-so + echo PATH="$PATH:$(pwd)" >> $GITHUB_ENV - name: Clone system-tests uses: actions/checkout@v4 with: @@ -95,10 +87,11 @@ jobs: name: Run compliance tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: ./plugeth-statediff - - uses: actions/checkout@v3 + - name: Check out compliance tests + uses: actions/checkout@v4 with: repository: cerc-io/eth-statediff-compliance ref: v0.3.0