Skip to content

ci: benchmark arm runners #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
merge-dependabot-pr:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Fetch Dependabot metadata
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
fork:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
timeout-minutes: 1
outputs:
job_count: ${{ steps.job.outputs.count }}
Expand All @@ -40,7 +40,7 @@ jobs:
# ------------------------
test:
needs: fork
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
timeout-minutes: 8
strategy:
matrix:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# ------------------------
scan:
needs: test
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
timeout-minutes: 10
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean-gh-actions-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
cleanup:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- name: Select Branch
id: setup
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
setup:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
timeout-minutes: 1
outputs:
kata_count: ${{ steps.init.outputs.kata_count }}
Expand All @@ -56,7 +56,7 @@ jobs:

integrity-check:
needs: setup
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
timeout-minutes: 10
strategy:
matrix:
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
retention-days: 1

report:
needs: [integrity-check]
runs-on: ubuntu-24.04
needs: integrity-check
runs-on: ubuntu-24.04-arm
steps:
- name: Merge status reports
uses: actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kata-pr-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
analysis:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
timeout-minutes: 10
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kata-pr-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
train-kata:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
timeout-minutes: 1
steps:
- name: Fetch metadata
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
update-gradle-wrapper:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
timeout-minutes: 5
steps:
- name: Checkout repository
Expand Down