[CI]test qwen3-235B and qwen3-vl-235b nightly#5442
[CI]test qwen3-235B and qwen3-vl-235b nightly#5442MrZ20 wants to merge 5 commits intovllm-project:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a new nightly CI test for the Qwen3-VL-235B-A22B model. While adding more test coverage is valuable, I've found several issues that compromise the stability and maintainability of this new test. There are critical errors in the test configuration, such as an incorrect model name that will prevent the test from running correctly. Additionally, the Kubernetes configuration includes hardcoded IP addresses, and the execution script relies on a temporary hack to check out a specific pull request, which will inevitably break the CI pipeline in the near future. These issues need to be addressed before this PR can be merged.
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1f057a3 to
bf7bfb6
Compare
655de33 to
86287e4
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
c3b2d51 to
393c45f
Compare
d1dac5e to
0279639
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: MrZ20 <2609716663@qq.com>
Signed-off-by: MrZ20 <2609716663@qq.com>
0279639 to
5ce18cd
Compare
5ce18cd to
a3aba3c
Compare
a3aba3c to
2c0ffa0
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
What this PR does / why we need it?
[CI]Add nightly ci test for qwen3-vl-235b-a22b
Does this PR introduce any user-facing change?
How was this patch tested?