ci: remove redundant RUNNER_LABELS from pr-test.yml (#20991)
This commit is contained in:
@@ -495,8 +495,6 @@ jobs:
|
|||||||
needs.check-changes.outputs.sgl_kernel == 'true'
|
needs.check-changes.outputs.sgl_kernel == 'true'
|
||||||
runs-on: 1-gpu-runner
|
runs-on: 1-gpu-runner
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 1-gpu-runner
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -535,8 +533,6 @@ jobs:
|
|||||||
needs.check-changes.outputs.sgl_kernel == 'true'
|
needs.check-changes.outputs.sgl_kernel == 'true'
|
||||||
runs-on: 1-gpu-runner
|
runs-on: 1-gpu-runner
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 1-gpu-runner
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -577,7 +573,6 @@ jobs:
|
|||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
RUNNER_LABELS: 1-gpu-runner
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -628,8 +623,6 @@ jobs:
|
|||||||
needs.check-changes.outputs.sgl_kernel == 'true'
|
needs.check-changes.outputs.sgl_kernel == 'true'
|
||||||
runs-on: ${{ needs.check-changes.outputs.b200_runner }}
|
runs-on: ${{ needs.check-changes.outputs.b200_runner }}
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: ${{ needs.check-changes.outputs.b200_runner }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -701,8 +694,6 @@ jobs:
|
|||||||
needs.check-changes.outputs.jit_kernel == 'true'
|
needs.check-changes.outputs.jit_kernel == 'true'
|
||||||
runs-on: 1-gpu-runner
|
runs-on: 1-gpu-runner
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 1-gpu-runner
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -727,7 +718,6 @@ jobs:
|
|||||||
runs-on: 1-gpu-runner
|
runs-on: 1-gpu-runner
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
env:
|
||||||
RUNNER_LABELS: 1-gpu-runner
|
|
||||||
SGLANG_JIT_KERNEL_RUN_FULL_TESTS: "1"
|
SGLANG_JIT_KERNEL_RUN_FULL_TESTS: "1"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -757,7 +747,6 @@ jobs:
|
|||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
RUNNER_LABELS: 1-gpu-runner
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -808,8 +797,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: 1-gpu-runner
|
runs-on: 1-gpu-runner
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 1-gpu-runner
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -905,7 +892,6 @@ jobs:
|
|||||||
runs-on: 1-gpu-5090
|
runs-on: 1-gpu-5090
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
env:
|
||||||
RUNNER_LABELS: 1-gpu-5090
|
|
||||||
IS_BLACKWELL: "1"
|
IS_BLACKWELL: "1"
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -966,8 +952,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: 1-gpu-runner
|
runs-on: 1-gpu-runner
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 1-gpu-runner
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: ${{ fromJson(needs.check-changes.outputs.max_parallel) }}
|
max-parallel: ${{ fromJson(needs.check-changes.outputs.max_parallel) }}
|
||||||
@@ -1021,8 +1005,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: 2-gpu-runner
|
runs-on: 2-gpu-runner
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 2-gpu-runner
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -1078,8 +1060,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: ${{ needs.check-changes.outputs.b200_runner }}
|
runs-on: ${{ needs.check-changes.outputs.b200_runner }}
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: ${{ needs.check-changes.outputs.b200_runner }}
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
@@ -1288,8 +1268,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: 4-gpu-h100
|
runs-on: 4-gpu-h100
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 4-gpu-h100
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -1342,8 +1320,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: 8-gpu-h200
|
runs-on: 8-gpu-h200
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 8-gpu-h200
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -1412,7 +1388,6 @@ jobs:
|
|||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
env:
|
||||||
SGLANG_CI_RDMA_ALL_DEVICES: "mlx5_1,mlx5_2,mlx5_3,mlx5_4"
|
SGLANG_CI_RDMA_ALL_DEVICES: "mlx5_1,mlx5_2,mlx5_3,mlx5_4"
|
||||||
RUNNER_LABELS: 8-gpu-h20
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -1465,8 +1440,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: 4-gpu-h100
|
runs-on: 4-gpu-h100
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 4-gpu-h100
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -1525,8 +1498,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: 8-gpu-h200
|
runs-on: 8-gpu-h200
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: 8-gpu-h200
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -1586,8 +1557,6 @@ jobs:
|
|||||||
)
|
)
|
||||||
runs-on: ${{ needs.check-changes.outputs.b200_runner }}
|
runs-on: ${{ needs.check-changes.outputs.b200_runner }}
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
env:
|
|
||||||
RUNNER_LABELS: ${{ needs.check-changes.outputs.b200_runner }}
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -1643,8 +1612,6 @@ jobs:
|
|||||||
# )
|
# )
|
||||||
# runs-on: 4-gpu-gb200
|
# runs-on: 4-gpu-gb200
|
||||||
# timeout-minutes: 240
|
# timeout-minutes: 240
|
||||||
# env:
|
|
||||||
# RUNNER_LABELS: 4-gpu-gb200
|
|
||||||
# strategy:
|
# strategy:
|
||||||
# fail-fast: false
|
# fail-fast: false
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user