Fix AMD CI suite names in pr-test-amd.yml#16710
Closed
alisonshao wants to merge 2 commits intomainfrom
Closed
Conversation
Fix two broken CI jobs that were using non-existent suite names: 1. unit-test-backend-1-gpu-amd-mi35x: Changed from per-commit-amd-mi35x (doesn't exist) to per-commit-amd (the standard 1-GPU AMD suite) 2. unit-test-backend-2-gpu-amd: Changed from per-commit-2-gpu-amd (doesn't exist) to use the new test runner with stage-b-test-large-2-gpu-amd suite These suite names don't exist in either test/srt/run_suite.py (old runner) or test/run_suite.py (new runner), causing CI failures.
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Collaborator
Author
|
/rerun-stage unit-test-backend-1-gpu-amd |
Collaborator
|
Hi @alisonshao, thanks for your attention. We are working on this problem #16675. |
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
unit-test-backend-1-gpu-amd-mi35x: Changed fromper-commit-amd-mi35xtoper-commit-amdunit-test-backend-2-gpu-amd: Changed fromper-commit-2-gpu-amdto use new test runner withstage-b-test-large-2-gpu-amdTest plan
Example failure: https://github.com/sgl-project/sglang/actions/runs/20805568675/job/59760722246?pr=16458