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
6 changes: 1 addition & 5 deletions .github/workflows/_e2e_nightly_single_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,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 changes: 3 additions & 0 deletions .github/workflows/nightly_test_a2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_test_a3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading