[Nightly] Move ops to the correct path (#5642)

### What this PR does / why we need it?
Move ops to the correct path where they belong

- vLLM version: v0.13.0
- vLLM main:
2f4e6548ef

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2026-01-09 09:23:36 +08:00
committed by GitHub
parent 1ff1c96d13
commit 595d3484c4
7 changed files with 6 additions and 7 deletions

View File

@@ -142,10 +142,6 @@ jobs:
run: |
# ignore test_dispatch_ffn_combine until the test is fixed
pytest -sv ${{ inputs.tests }} \
--ignore=tests/e2e/nightly/ops/test_dispatch_ffn_combine.py \
--ignore=tests/e2e/nightly/ops/test_fused_moe.py \
--ignore=tests/e2e/nightly/ops/test_rotary_embedding.py \
--ignore=tests/e2e/nightly/ops/test_matmul_allreduce_add_rmsnorm.py
--ignore=tests/e2e/nightly/single_node/ops/singlecard_ops/test_fused_moe.py

View File

@@ -61,6 +61,9 @@ jobs:
- name: test_custom_op
os: linux-aarch64-a2-1
tests: tests/e2e/nightly/single_node/ops/singlecard_ops
- name: test_custom_op_multi_card
os: linux-aarch64-a2-4
tests: tests/e2e/nightly/single_node/ops/multicard_ops_a2/
uses: ./.github/workflows/_e2e_nightly_single_node.yaml
with:
vllm: v0.13.0

View File

@@ -158,9 +158,9 @@ jobs:
fail-fast: false
matrix:
test_config:
- name: custom-op-dispatch_gmm_combine_decode
- name: custom-multi-ops
os: linux-aarch64-a3-16
tests: tests/e2e/nightly/single_node/ops/multicard_ops/test_dispatch_gmm_combine_decode.py
tests: tests/e2e/nightly/single_node/ops/multicard_ops_a3/
uses: ./.github/workflows/_e2e_nightly_single_node.yaml
with:
runner: ${{ matrix.test_config.os }}