Skip to content

Commit ab0f917

Browse files
authored
qa-tests: use the new dedicated runner for RPC testing (v3) (#14106)
1 parent 39d7fe3 commit ab0f917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa-rpc-integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
integration-test-suite:
18-
runs-on: [ self-hosted, Erigon3 ]
18+
runs-on: [ self-hosted, RpcSpecific ]
1919
timeout-minutes: 15
2020
env:
2121
ERIGON_REFERENCE_DATA_DIR: /opt/erigon-versions/reference-version/datadir

.github/workflows/qa-rpc-performance-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- chain: mainnet
17-
backend: Erigon3
17+
backend: RpcSpecific
1818
#- chain: bor-mainnet
1919
# backend: Polygon
2020
runs-on: [ self-hosted, "${{ matrix.backend }}" ]

0 commit comments

Comments
 (0)