Skip to content

Commit

Permalink
Move Linux Github actions to a dedicated pool
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Oct 23, 2024
1 parent 08cc261 commit 2e1aabf
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: [push, pull_request]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
triage:
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: github/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
optional-lint:
name: Optional Lint
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@v4
- name: misspell # Check spellings as well
Expand All @@ -36,7 +36,7 @@ jobs:
lint-python-format:
# Required workflow
name: Python format
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

lint-cpp:
name: Optional Lint C++
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@master
- name: Install ninja
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

lint-js:
name: Lint JavaScript
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
orttraining-linux-ci-pipeline:
runs-on: ubuntu-24.04
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
auto-apply-fixes:
name: Suggest fixes
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-c-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
jobs:
build:
name: Generate C/C++ API docs
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@v4
- name: Install doxygen and dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-csharp-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
env:
DOCFXVERSION: 2.62.2
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
placeholder:
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- name: Placeholder step to have workflow included in the GitHub web UI
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-java-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
jobs:
build:
name: Generate Java docs
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-js-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
jobs:
build:
name: Generate JS API docs
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
jobs:
build:
name: Generate Python API docs
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: actions/checkout@v4
- name: Install tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/skip-doc-change.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
{%- for name in job_names %}
job{{ loop.index }}:
name: {{ name }}
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- run: 'echo "No build required, only documentation changed"'
{% endfor %}
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
close-stale-issues:
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
permissions:
issues: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/title-only-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
triage:
runs-on: ubuntu-latest
runs-on: onnxruntime-github-Ubuntu2204-AMD-CPU
steps:
- uses: github/[email protected]
with:
Expand Down

0 comments on commit 2e1aabf

Please sign in to comment.