Skip to content
Snippets Groups Projects
Unverified Commit 7e984b5f authored by Egor_P's avatar Egor_P Committed by GitHub
Browse files

Switch to parity-large runners to be able to run on the github (#7113)

parent 92e4d83f
Branches
No related merge requests found
......@@ -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:
......
......@@ -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 }}
......
......@@ -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 }}
......
......@@ -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 }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment