Skip to content

Commit

Permalink
Switch to parity-large runners to be able to run on the github (#7113)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev authored Jan 10, 2025
1 parent 92e4d83 commit 7e984b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-runtime-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-update-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-linux-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 7e984b5

Please sign in to comment.