|
4 | 4 | - label: "Ascend NPU Test" |
5 | 5 | key: ascend-npu-test |
6 | 6 | soft_fail: true |
7 | | - timeout_in_minutes: 20 |
8 | 7 | no_plugin: true |
9 | 8 | device: ascend_npu |
| 9 | + source_file_dependencies: |
| 10 | + - vllm/ |
| 11 | + - .buildkite/scripts/hardware_ci/run-npu-test.sh |
| 12 | + - "!vllm/platforms/cuda.py" |
| 13 | + - "!vllm/platforms/xpu.py" |
| 14 | + - "!vllm/platforms/tpu.py" |
| 15 | + - "!vllm/platforms/cpu.py" |
| 16 | + - "!vllm/platforms/zen_cpu.py" |
| 17 | + - "!vllm/cute_utils/" |
| 18 | + - "!vllm/tilelang_utils/" |
| 19 | + - "!vllm/device_allocator/" |
| 20 | + - "!vllm/vllm_flash_attn/" |
| 21 | + - "!vllm/kernels/" |
| 22 | + - "!vllm/model_executor/kernels/" |
| 23 | + - "!vllm/engine/" |
| 24 | + - "!vllm/entrypoints/" |
| 25 | + - "!vllm/ray/" |
| 26 | + - "!vllm/v1/attention/backends/flash_attn.py" |
| 27 | + - "!vllm/v1/attention/backends/flash_attn_diffkv.py" |
| 28 | + - "!vllm/v1/attention/backends/flashinfer.py" |
| 29 | + - "!vllm/v1/attention/backends/triton_attn.py" |
| 30 | + - "!vllm/v1/attention/backends/triton_attn_diffkv.py" |
| 31 | + - "!vllm/v1/attention/backends/rocm_attn.py" |
| 32 | + - "!vllm/v1/attention/backends/rocm_aiter_fa.py" |
| 33 | + - "!vllm/v1/attention/backends/rocm_aiter_unified_attn.py" |
| 34 | + - "!vllm/v1/attention/backends/flex_attention.py" |
| 35 | + - "!vllm/v1/attention/backends/hpc_attn.py" |
| 36 | + - "!vllm/v1/attention/backends/mamba1_attn.py" |
| 37 | + - "!vllm/v1/attention/backends/mamba2_attn.py" |
| 38 | + - "!vllm/v1/attention/backends/mamba_attn.py" |
| 39 | + - "!vllm/v1/attention/backends/short_conv_attn.py" |
| 40 | + - "!vllm/v1/attention/backends/turboquant_attn.py" |
| 41 | + - "!vllm/v1/attention/backends/cpu_attn.py" |
| 42 | + - "!vllm/v1/attention/backends/fa_utils.py" |
| 43 | + - "!vllm/distributed/device_communicators/pynccl.py" |
| 44 | + - "!vllm/distributed/device_communicators/pynccl_wrapper.py" |
| 45 | + - "!vllm/distributed/device_communicators/pynccl_allocator.py" |
| 46 | + - "!vllm/distributed/device_communicators/xpu_communicator.py" |
| 47 | + - "!vllm/distributed/device_communicators/cpu_communicator.py" |
| 48 | + - "!vllm/distributed/device_communicators/cuda_wrapper.py" |
| 49 | + - "!vllm/distributed/device_communicators/flashinfer_all_reduce.py" |
| 50 | + - "!vllm/distributed/device_communicators/aiter_custom_all_reduce.py" |
| 51 | + - "!vllm/distributed/device_communicators/custom_all_reduce.py" |
| 52 | + - "!vllm/distributed/device_communicators/quick_all_reduce.py" |
| 53 | + - "!vllm/distributed/device_communicators/all2all.py" |
| 54 | + - "!vllm/distributed/device_communicators/all_reduce_utils.py" |
| 55 | + - "!vllm/distributed/device_communicators/shm_object_storage.py" |
| 56 | + - "!vllm/distributed/device_communicators/symm_mem.py" |
| 57 | + - "!vllm/distributed/device_communicators/mnnvl_compat.py" |
| 58 | + - "!vllm/distributed/device_communicators/ray_communicator.py" |
| 59 | + - "!vllm/third_party/flashmla/" |
| 60 | + - "!vllm/third_party/pynvml.py" |
| 61 | + - "!vllm/_custom_ops.py" |
| 62 | + - "!vllm/_xpu_ops.py" |
| 63 | + - "!vllm/_aiter_ops" |
| 64 | + - "!vllm/collect_env.py" |
| 65 | + - "!vllm/connections.py" |
| 66 | + - "!vllm/env_override.py" |
| 67 | + - "!vllm/logits_process.py" |
| 68 | + - "!vllm/logprobs.py" |
| 69 | + - "!vllm/model_inspection.py" |
| 70 | + - "!vllm/outputs.py" |
| 71 | + - "!vllm/scalar_type.py" |
| 72 | + - "!vllm/scripts.py" |
| 73 | + - "!vllm/version.py" |
| 74 | + - "!vllm/assets/" |
| 75 | + - "!vllm/benchmarks/" |
| 76 | + - "!vllm/inputs/" |
| 77 | + - "!vllm/ir/" |
| 78 | + - "!vllm/parser/" |
| 79 | + - "!vllm/plugins/" |
| 80 | + - "!vllm/reasoning/" |
| 81 | + - "!vllm/renderers/" |
| 82 | + - "!vllm/tokenizers/" |
| 83 | + - "!vllm/tool_parsers/" |
| 84 | + - "!vllm/tracing/" |
| 85 | + - "!vllm/usage/" |
| 86 | + - "!tests/" |
| 87 | + - "!benchmarks/" |
| 88 | + - "!docs/" |
| 89 | + - "!examples/" |
| 90 | + - "!scripts/" |
| 91 | + - "!vllm/model_executor/layers/quantization/auto_awq.py" |
| 92 | + - "!vllm/model_executor/layers/quantization/auto_gptq.py" |
| 93 | + - "!vllm/model_executor/layers/quantization/inc/" |
| 94 | + - "!vllm/model_executor/layers/quantization/awq_triton.py" |
| 95 | + - "!vllm/model_executor/layers/quantization/experts_int8.py" |
| 96 | + - "!vllm/model_executor/layers/quantization/fbgemm_fp8.py" |
| 97 | + - "!vllm/model_executor/layers/quantization/fp_quant.py" |
| 98 | + - "!vllm/model_executor/layers/quantization/humming.py" |
| 99 | + - "!vllm/model_executor/layers/quantization/moe_wna16.py" |
| 100 | + - "!vllm/model_executor/layers/quantization/qutlass_utils.py" |
| 101 | + - "!vllm/model_executor/layers/quantization/quark/" |
| 102 | + - "!vllm/model_executor/layers/quantization/turboquant/" |
10 | 103 | commands: |
11 | 104 | - bash .buildkite/scripts/hardware_ci/run-npu-test.sh |
0 commit comments