Skip to content

Commit

Permalink
qa-tests: split integration tests on Erigon v2 and v3 (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene authored Sep 21, 2024
1 parent 04d3096 commit 733841e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ on:

jobs:
integration-test-suite:
runs-on: self-hosted
strategy:
matrix:
backend: [ Erigon2 ]
runs-on: [ self-hosted, "${{ matrix.backend }}" ]
env:
ERIGON_DATA_DIR: /opt/erigon-versions/reference-version/datadir
RPC_PAST_TEST_DIR: /opt/rpc-past-tests
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rpc-performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:

jobs:
performance-test-suite:
runs-on: self-hosted
strategy:
matrix:
backend: [ Erigon2 ]
runs-on: [ self-hosted, "${{ matrix.backend }}" ]
env:
ERIGON_DIR: /opt/erigon-versions/reference-version
ERIGON_DATA_DIR: /opt/erigon-versions/reference-version/datadir
Expand Down

0 comments on commit 733841e

Please sign in to comment.