-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
[ROCm][CI] Added MI325 mirrors (stage C) #35239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+35
−0
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
3bb985d
[ROCm][CI] Added MI325 mirrors
AndreasKaratzas 1bc1a45
[ROCm][CI] Added MI325 mirrors
AndreasKaratzas c0e038e
Updated to correct agent name
AndreasKaratzas 439d4d1
Brought back the 2 GPU MI325 agent for Plugins test
AndreasKaratzas f2455dc
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas d3d4ed0
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas 05750df
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas a59425f
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas d7939a1
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas dfb8207
Removed language model standard test group AMD mirror for now
AndreasKaratzas b6a5ea7
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas 0fd15b1
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas 3eefd34
Refactored gating test list
AndreasKaratzas 10094ce
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas 93e4651
[ROCm][CI] finalizing gating test group list
AndreasKaratzas ff531c3
Merge remote-tracking branch 'origin/main' into akaratza_gating_amdci…
AndreasKaratzas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,3 +39,8 @@ steps: | |
| - pytest -v -s entrypoints/openai/test_oot_registration.py # it needs a clean process | ||
| - pytest -v -s models/test_oot_registration.py # it needs a clean process | ||
| - pytest -v -s plugins/lora_resolvers # unit tests for in-tree lora resolver plugins | ||
| mirror: | ||
| amd: | ||
| device: mi325_2 | ||
| depends_on: | ||
| - image-build-amd | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll see if I need |
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This
mirrorconfiguration formi325_1is identical to configurations added in other files in this PR (e.g.,.buildkite/test_areas/entrypoints.yaml,.buildkite/test_areas/models_language.yaml). To centralize configuration and improve maintainability, consider defining this as a reusable YAML anchor in a shared file if your Buildkite pipeline setup supports it. This would prevent potential inconsistencies if themi325_1configuration needs to be updated in the future.