update repo refs
Some checks failed
Test / Run integration tests (pull_request) Failing after 4m26s
Test / Run compliance tests (pull_request) Successful in 4m25s
Test / Run unit tests (pull_request) Successful in 11m47s

This commit is contained in:
Roy Crihfield 2024-07-09 22:59:45 +08:00
parent 573ebc5934
commit 5c70017ce4

View File

@ -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