[CICD] Add MetaX graph serving smoke cases - #327
Closed
HermiaHuan wants to merge 4 commits into
Closed
Conversation
Collaborator
Author
|
Closing this PR because the relevant changes have been consolidated into #347. We will continue the review and validation in the unified PR to avoid duplicated changes and merge conflicts. |
xmhubj
pushed a commit
that referenced
this pull request
Aug 10, 2026
…es (#347) ## Summary This PR consolidates the pending MUSA S5000, MetaX graph serving, and Ascend 910C CI updates, and keeps Qwen3.6 test configs unified across platforms. ## Changes - Unify Qwen3.6 test configs into shared 27B/35B TP2/TP4 eager/graph YAML cases. - Move platform/device-specific Qwen3.6 differences into `tests/platforms/*yaml` `device_overrides`. - Add runner/config loading support for applying device-level case overrides. - Add serving response validation for text and image chat cases. - Add MUSA S5000 CI config, scripts, Dockerfile, and platform test config. - Add MetaX graph serving CI matrix support and timeout override handling. - Add Ascend 910C CI/image/script updates and related Ascend validation patches. ## Notes This PR consolidates the relevant changes from #314, #327, and #328. The old platform-specific Qwen3.6 YAML files are not kept; their differences are represented through unified cases plus platform `device_overrides`. ## Validation - Generated CI matrices for cuda, hygon, metax, musa, and ascend. - Verified platform discovery includes cuda, ascend, hygon, metax, and musa. - Verified Qwen3.6 config loading applies device overrides correctly. - Ran shell syntax checks for Docker/build/setup scripts. - Ran Python compile check with temporary pycache.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
27b_tp2_graph_metaxserving case.35b_a3b_tp2_graph_metaxserving case.Validation
python3 tests/run.py --platform metax --scope e2e --dry-runResult: passed, 5 cases discovered.