[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:
@@ -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
|
||||
|
||||
|
||||
|
||||
3
.github/workflows/nightly_test_a2.yaml
vendored
3
.github/workflows/nightly_test_a2.yaml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/nightly_test_a3.yaml
vendored
4
.github/workflows/nightly_test_a3.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user