Kueue Config Integration Tests incorporating different Accelerator types for different machines#4252
Merged
Merged
Conversation
ighosh98
suggested changes
Jun 8, 2025
Contributor
|
I see that the PR has conflicts. Make sure all conflicts are resolved correctly once you are done implementing the right solution. |
ighosh98
suggested changes
Jun 9, 2025
ighosh98
suggested changes
Jun 9, 2025
Contributor
ighosh98
left a comment
There was a problem hiding this comment.
Fix the indentation errors that were flagged by Github Actions. Let's run all the integration tests once before merging the PR.
afb4237 to
f92efdc
Compare
Contributor
|
@Ishita-Chail run the relevant GKE tests once to make sure it passes and there are no misses |
ighosh98
approved these changes
Jun 9, 2025
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.
This setup uses a tas-queues-template.yaml file with a special placeholder:
__ACCELERATOR_TYPE__. At runtime, Ansible replaces this with the appropriate accelerator type for the machine.For example:
On a3-megagpu machines, it becomes nvidia-h100-mega-80gb.
On a3-ultragpu machines, it becomes nvidia-h200-141gb.
And for a4 machines, it will be nvidia-b200.
Submission Checklist
NOTE: Community submissions can take up to 2 weeks to be reviewed.
Please take the following actions before submitting this pull request.