Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run compatibility tests also in nethermind #11816

Merged
merged 12 commits into from
Jan 24, 2024
Merged
Prev Previous commit
Next Next commit
check if a stronger machine fixes issues with erigon
  • Loading branch information
Tofel committed Jan 24, 2024
commit cd707190365cda115d6db626da7f40a50d63b1c1
88 changes: 44 additions & 44 deletions .github/workflows/client-compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,56 +96,56 @@ jobs:
fail-fast: false
matrix:
include:
- name: ocr-geth
os: ubuntu-latest
test: TestOCRBasic
file: ocr
client: geth
timeout: 30m
pyroscope_env: ci-smoke-ocr-geth-simulated
- name: ocr-nethermind
test: TestOCRBasic
file: ocr
client: nethermind
timeout: 30m
pyroscope_env: ci-smoke-ocr-nethermind-simulated
- name: ocr-besu
test: TestOCRBasic
file: ocr
client: besu
timeout: 30m
pyroscope_env: ci-smoke-ocr-besu-simulated
- name: ocr-erigon
test: TestOCRBasic
file: ocr
client: erigon
timeout: 30m
pyroscope_env: ci-smoke-ocr-erigon-simulated
- name: ocr2-geth
test: TestOCRv2Basic
file: ocr2
client: geth
timeout: 30m
pyroscope_env: ci-smoke-ocr2-geth-simulated
- name: ocr2-nethermind
test: TestOCRv2Basic
file: ocr2
client: nethermind
timeout: 30m
pyroscope_env: ci-smoke-nethermind-evm-simulated
- name: ocr2-besu
test: TestOCRv2Basic
file: ocr2
client: besu
timeout: 30m
pyroscope_env: ci-smoke-ocr2-besu-simulated
# - name: ocr-geth
# os: ubuntu-latest
# test: TestOCRBasic
# file: ocr
# client: geth
# timeout: 30m
# pyroscope_env: ci-smoke-ocr-geth-simulated
# - name: ocr-nethermind
# test: TestOCRBasic
# file: ocr
# client: nethermind
# timeout: 30m
# pyroscope_env: ci-smoke-ocr-nethermind-simulated
# - name: ocr-besu
# test: TestOCRBasic
# file: ocr
# client: besu
# timeout: 30m
# pyroscope_env: ci-smoke-ocr-besu-simulated
# - name: ocr-erigon
# test: TestOCRBasic
# file: ocr
# client: erigon
# timeout: 30m
# pyroscope_env: ci-smoke-ocr-erigon-simulated
# - name: ocr2-geth
# test: TestOCRv2Basic
# file: ocr2
# client: geth
# timeout: 30m
# pyroscope_env: ci-smoke-ocr2-geth-simulated
# - name: ocr2-nethermind
# test: TestOCRv2Basic
# file: ocr2
# client: nethermind
# timeout: 30m
# pyroscope_env: ci-smoke-nethermind-evm-simulated
# - name: ocr2-besu
# test: TestOCRv2Basic
# file: ocr2
# client: besu
# timeout: 30m
# pyroscope_env: ci-smoke-ocr2-besu-simulated
- name: ocr2-erigon
test: TestOCRv2Basic
file: ocr2
client: erigon
timeout: 60m
pyroscope_env: ci-smoke-ocr2-erigon-simulated
runs-on: ubuntu-latest
runs-on: ubuntu20.04-8cores-32GB
name: Client Compatibility Test ${{ matrix.name }}
steps:
- name: Download Tests Binary
Expand Down
Loading