Skip to content

Commit

Permalink
qa-tests: use the new dedicated runner for RPC testing (#14094)
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene authored Mar 6, 2025
1 parent 8baa373 commit 25721de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
integration-test-suite:
runs-on: [ self-hosted, Erigon3 ]
runs-on: [ self-hosted, RpcSpecific ]
timeout-minutes: 15
env:
ERIGON_REFERENCE_DATA_DIR: /opt/erigon-versions/reference-version/datadir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa-rpc-performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- chain: mainnet
backend: Erigon3
backend: RpcSpecific
#- chain: bor-mainnet
# backend: Polygon
runs-on: [ self-hosted, "${{ matrix.backend }}" ]
Expand Down

0 comments on commit 25721de

Please sign in to comment.