[None][ci] move some test cases from l40s to a30 (#7684)

Signed-off-by: junq <22017000+QiJune@users.noreply.github.com>
This commit is contained in:
QI JUN 2025-09-10 16:22:34 -07:00 committed by GitHub
parent aa152ce8cf
commit 656f229b58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -18,8 +18,15 @@ l0_a30:
- unittest/_torch/modeling -k "modeling_phi3"
- unittest/_torch/modeling -k "modeling_qwen"
- unittest/_torch/modeling -k "modeling_qwen_moe"
- unittest/_torch/modeling -k "modeling_out_of_tree"
- unittest/_torch/auto_deploy/unit/singlegpu -k "not test_trtllm_bench_backend_comparison"
- unittest/_torch/sampler/test_beam_search.py
- test_e2e.py::test_openai_completions_with_logit_bias[torch_sampler]
- test_e2e.py::test_openai_chat_with_logit_bias[torch_sampler]
- test_e2e.py::test_openai_completions_with_logit_bias[trtllm_sampler]
- test_e2e.py::test_openai_chat_with_logit_bias[trtllm_sampler]
- test_e2e.py::test_ptp_quickstart_bert[VANILLA-BertForSequenceClassification-bert/bert-base-uncased-yelp-polarity]
- test_e2e.py::test_ptp_quickstart_bert[TRTLLM-BertForSequenceClassification-bert/bert-base-uncased-yelp-polarity]
- condition:
ranges:
system_gpu_count:

View File

@ -15,7 +15,6 @@ l0_l40s:
tests:
# ------------- PyTorch tests ---------------
- unittest/_torch/modeling -k "modeling_mllama"
- unittest/_torch/modeling -k "modeling_out_of_tree"
- unittest/_torch/modeling -k "modeling_vila"
- unittest/_torch/modeling -k "modeling_siglip"
- test_e2e.py::test_ptp_scaffolding[DeepSeek-R1-Distill-Qwen-7B-DeepSeek-R1/DeepSeek-R1-Distill-Qwen-7B]
@ -31,12 +30,6 @@ l0_l40s:
- test_e2e.py::test_ptp_quickstart_multimodal_phi4mm[audio]
- test_e2e.py::test_ptp_quickstart_multimodal_phi4mm[image]
- test_e2e.py::test_ptp_quickstart_multimodal_phi4mm[image_audio]
- test_e2e.py::test_ptp_quickstart_bert[VANILLA-BertForSequenceClassification-bert/bert-base-uncased-yelp-polarity]
- test_e2e.py::test_ptp_quickstart_bert[TRTLLM-BertForSequenceClassification-bert/bert-base-uncased-yelp-polarity]
- test_e2e.py::test_openai_completions_with_logit_bias[torch_sampler]
- test_e2e.py::test_openai_chat_with_logit_bias[torch_sampler]
- test_e2e.py::test_openai_completions_with_logit_bias[trtllm_sampler]
- test_e2e.py::test_openai_chat_with_logit_bias[trtllm_sampler]
- accuracy/test_llm_api_pytorch.py::TestQwen2_VL_7B::test_auto_dtype
- condition:
ranges: