diff --git a/.github/workflows/check-runtime-migration.yml b/.github/workflows/check-runtime-migration.yml index 33da5a8ecd591..3ffdfa0401a42 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 860177adc8790..5152a49249cbd 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 55addf11de06d..7f14b7c43ae4f 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 a413d33061593..0c90ce37f3db6 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 }}