From 7e984b5fb3bca4251b176e119d244f0acc013e3d Mon Sep 17 00:00:00 2001 From: Egor_P Date: Fri, 10 Jan 2025 13:58:26 +0100 Subject: [PATCH] Switch to parity-large runners to be able to run on the github (#7113) --- .github/workflows/check-runtime-migration.yml | 2 +- .github/workflows/command-update-ui.yml | 2 +- .github/workflows/tests-linux-stable.yml | 4 ++-- .github/workflows/tests.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-runtime-migration.yml b/.github/workflows/check-runtime-migration.yml index 33da5a8ecd59..3ffdfa0401a4 100644 --- a/.github/workflows/check-runtime-migration.yml +++ b/.github/workflows/check-runtime-migration.yml @@ -26,7 +26,7 @@ jobs: run: cat .github/env >> $GITHUB_OUTPUT # rococo and westend are disabled for now (no access to parity-chains.parity.io) check-runtime-migration: - runs-on: arc-runners-polkadot-sdk-beefy + runs-on: parity-large timeout-minutes: 40 needs: [set-image] container: diff --git a/.github/workflows/command-update-ui.yml b/.github/workflows/command-update-ui.yml index 860177adc879..5152a49249cb 100644 --- a/.github/workflows/command-update-ui.yml +++ b/.github/workflows/command-update-ui.yml @@ -22,7 +22,7 @@ jobs: run: cat .github/env >> $GITHUB_OUTPUT cmd-update-ui: needs: [set-image] - runs-on: arc-runners-polkadot-sdk-beefy + runs-on: parity-large timeout-minutes: 90 container: image: ${{ needs.set-image.outputs.IMAGE }} diff --git a/.github/workflows/tests-linux-stable.yml b/.github/workflows/tests-linux-stable.yml index 55addf11de06..7f14b7c43ae4 100644 --- a/.github/workflows/tests-linux-stable.yml +++ b/.github/workflows/tests-linux-stable.yml @@ -36,7 +36,7 @@ jobs: test-linux-stable-int: needs: [set-image, changes] if: ${{ needs.changes.outputs.rust }} - runs-on: arc-runners-polkadot-sdk-beefy + runs-on: parity-large timeout-minutes: 60 container: image: ${{ needs.set-image.outputs.IMAGE }} @@ -57,7 +57,7 @@ jobs: test-linux-stable-runtime-benchmarks: needs: [set-image, changes] if: ${{ needs.changes.outputs.rust }} - runs-on: arc-runners-polkadot-sdk-beefy + runs-on: parity-large timeout-minutes: 60 container: image: ${{ needs.set-image.outputs.IMAGE }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a413d3306159..0c90ce37f3db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: quick-benchmarks: needs: [set-image, changes] if: ${{ needs.changes.outputs.rust }} - runs-on: arc-runners-polkadot-sdk-beefy + runs-on: parity-large timeout-minutes: 60 container: image: ${{ needs.set-image.outputs.IMAGE }} @@ -52,7 +52,7 @@ jobs: test-syscalls: needs: [set-image, changes] if: ${{ needs.changes.outputs.rust }} - runs-on: arc-runners-polkadot-sdk-beefy + runs-on: parity-large timeout-minutes: 60 container: image: ${{ needs.set-image.outputs.IMAGE }} @@ -77,7 +77,7 @@ jobs: cargo-check-all-benches: needs: [set-image, changes] if: ${{ needs.changes.outputs.rust }} - runs-on: arc-runners-polkadot-sdk-beefy + runs-on: parity-large timeout-minutes: 60 container: image: ${{ needs.set-image.outputs.IMAGE }}