Draft
Conversation
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
for more information, see https://pre-commit.ci
This was
linked to
issues
Feb 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces CUDA CI infrastructure using RunPod for GPU-based testing in Azure Pipelines. The implementation creates a three-stage pipeline that dynamically provisions GPU instances, runs CUDA unit tests, and ensures proper cleanup of cloud resources.
Changes:
- Added Azure pipeline configuration for CUDA tests with RunPod integration
- Created Python scripts to manage RunPod instance lifecycle and Azure DevOps agent registration
- Implemented bash script to execute CUDA unit tests with multiple test suites (standard, LLMC, SGLang)
- Commented out auto-gptq requirement in test dependencies
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 16 comments.
Show a summary per file
| File | Description |
|---|---|
| test/test_cuda/requirements.txt | Commented out auto-gptq dependency per TODO item |
| .azure-pipelines/unit-test-cuda.yml | New pipeline with 3 stages: pod provisioning, GPU testing, and cleanup |
| .azure-pipelines/scripts/cuda_unit_test/runpod_manager.py | Manages RunPod GPU instance creation, monitoring, and termination |
| .azure-pipelines/scripts/cuda_unit_test/run_cuda_ut.sh | Executes CUDA unit tests with separate functions for standard, LLMC, and SGLang tests |
| .azure-pipelines/scripts/cuda_unit_test/azure_agent.py | Manages Azure DevOps agent registration and deregistration |
fe072a9 to
aa244cc
Compare
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
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.
Description
Enable CUDA CI
TODO
gptqmodel,auto-gptqtest/models/xxx)tritonissue