From 25721ded1cd91bdd62b1caac6e55ec48a5bef288 Mon Sep 17 00:00:00 2001 From: Michelangelo Riccobene Date: Thu, 6 Mar 2025 12:47:28 +0100 Subject: [PATCH] qa-tests: use the new dedicated runner for RPC testing (#14094) --- .github/workflows/qa-rpc-integration-tests.yml | 2 +- .github/workflows/qa-rpc-performance-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa-rpc-integration-tests.yml b/.github/workflows/qa-rpc-integration-tests.yml index 5dd82e4641a..80afe198468 100644 --- a/.github/workflows/qa-rpc-integration-tests.yml +++ b/.github/workflows/qa-rpc-integration-tests.yml @@ -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 diff --git a/.github/workflows/qa-rpc-performance-tests.yml b/.github/workflows/qa-rpc-performance-tests.yml index fdf35bffee6..65113d23a3d 100644 --- a/.github/workflows/qa-rpc-performance-tests.yml +++ b/.github/workflows/qa-rpc-performance-tests.yml @@ -14,7 +14,7 @@ jobs: matrix: include: - chain: mainnet - backend: Erigon3 + backend: RpcSpecific #- chain: bor-mainnet # backend: Polygon runs-on: [ self-hosted, "${{ matrix.backend }}" ]