Skip to content

Commit

Permalink
ci: switch to arm64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 10, 2023
1 parent fb615dd commit 51b553b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
include:
- runner: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
platform: linux/amd64
- runner: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
- runner: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
platform: linux/arm64
steps:
- name: Check out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
release-npm:
name: Release NPM packages
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
timeout-minutes: 15
if: github.event_name != 'workflow_dispatch'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build-image:
name: Build ${{ inputs.name }} image
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-dashmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dashmate-test:
name: Run Dashmate test
# TODO: Try with Github Runner, probably it will be the same time
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
timeout-minutes: 30
steps:
- name: Check out repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-rs-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
lint:
name: Linting
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
timeout-minutes: 15
steps:
- name: Check out repo
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# TODO: implement a regular and extended mode for strategy tests in drive abci
test:
name: Tests
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
timeout-minutes: 30
steps:
- name: Check out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test-suite:
name: Run ${{ inputs.name }}
# TODO: Try with Github Runner, probably it will be the same time
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
timeout-minutes: 120
steps:
- name: Check out repo
Expand Down

0 comments on commit 51b553b

Please sign in to comment.