Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .github/workflows/create-release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
needs: [prepare-release-branch, setup_and_build, discover_runner]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run pytest in tests/unit_tests
run: |
Expand Down Expand Up @@ -216,6 +217,7 @@ jobs:
needs: [prepare-release-branch, setup_and_build, discover_tests, discover_runner]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -248,6 +250,7 @@ jobs:
needs: [prepare-release-branch, setup_and_build, discover_runner]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run Data Parallel test
run: |
Expand Down Expand Up @@ -275,6 +278,7 @@ jobs:
needs: [prepare-release-branch, setup_and_build, discover_runner]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run PD disaggregate test
run: |
Expand Down Expand Up @@ -305,6 +309,7 @@ jobs:
needs: [prepare-release-branch, setup_and_build, discover_runner]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run Sharegpt performance tests with warmup
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/hourly-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
needs: [setup_and_build, discover_runner]
# <-- UPDATED: Runs on the specific runner
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run pytest in tests/unit_tests
run: |
Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
needs: [setup_and_build, discover_tests, discover_runner]
# <-- UPDATED: Runs on the specific runner
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -192,6 +194,7 @@ jobs:
needs: [setup_and_build, discover_runner]
# <-- UPDATED: Runs on the specific runner
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run Data Parallel test
run: |
Expand Down Expand Up @@ -220,6 +223,7 @@ jobs:
needs: [setup_and_build, discover_runner]
# <-- UPDATED: Runs on the specific runner
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run PD disaggregate test
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ jobs:
needs: [pre_merge_hpu_test_build, discover_runner, retrieve_head_sha]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run pytest in tests/unit_tests
run: |
Expand All @@ -378,6 +379,7 @@ jobs:
needs: [pre_merge_hpu_test_build, hpu_unit_tests, discover_runner, retrieve_head_sha]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run test scripts
run: |
Expand Down Expand Up @@ -408,6 +410,7 @@ jobs:
needs: [pre_merge_hpu_test_build, hpu_unit_tests, discover_runner, retrieve_head_sha]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run test scripts
run: |
Expand All @@ -433,6 +436,7 @@ jobs:
needs: [pre_merge_hpu_test_build, hpu_unit_tests, discover_runner, retrieve_head_sha]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
steps:
- name: Run test scripts
run: |
Expand All @@ -459,6 +463,7 @@ jobs:
needs: [pre_merge_hpu_test_build, hpu_unit_tests, discover_tests, discover_runner, retrieve_head_sha]
# --- UPDATED: Run on the specific node ---
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -491,6 +496,7 @@ jobs:
calibration_tests:
needs: [pre_merge_hpu_test_build, hpu_unit_tests, discover_calibration_tests, discover_runner, retrieve_head_sha]
runs-on: ${{ needs.discover_runner.outputs.runner_name }}
environment: approved-workflow
strategy:
fail-fast: false
matrix:
Expand Down