Skip to content

Commit

Permalink
test(ci::arm64): large + medium
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed May 24, 2024
1 parent 85ff52a commit 108d037
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runner: ubuntu-24.04
- arch: arm64
runner: circle-arm64
- arch: arm64
runner: circle-arm64
runs-on: ${{matrix.runner}}

# defaults:
Expand All @@ -35,5 +37,13 @@ jobs:
if: (!fromJSON(env.circle_runner))
run: ${{ secrets.LARGE_ARM64_RUNNER }}

- name: trigger arm64 runner
if: (!fromJSON(env.circle_runner))
run: ${{ secrets.MEDIUM_ARM64_RUNNER }}

- name: test
run: uname -a
run: |
uname -a
cat /proc/cpuinfo
nproc
free -mh

0 comments on commit 108d037

Please sign in to comment.