Use Linux A10 Agents for Integration Tests - #2248
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure DevOps integration test pipeline to run Linux CUDA integration tests on A10 GPU agents (instead of H100), aligning the Linux CUDA build architecture and test skip logic with the new hardware constraints.
Changes:
- Switch Linux CUDA integration test jobs to the
onnxruntime-Linux-GPU-A10pool. - Build the Linux CUDA integration wheel for
sm_86(CMAKE_CUDA_ARCHITECTURES=86-real) to match A10. - Extend VRAM-constrained integration-test skips to cover Linux CUDA for the same large models currently skipped on Windows A10.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
test/python/integration/test_integration_text.py |
Adds Linux CUDA entries to the VRAM-constrained skip list and updates the comment to mention both Windows/Linux A10 pools. |
.pipelines/stages/jobs/integration-test-job.yml |
Routes Linux CUDA integration test jobs to the A10 GPU agent pool. |
.pipelines/stages/jobs/integration-build-job.yml |
Builds Linux CUDA wheels targeting sm_86 to match A10 GPUs. |
.pipelines/integration-tests.yml |
Updates pipeline documentation to reflect Linux CUDA builds targeting A10 (sm_86). |
baijumeswani
force-pushed
the
baijumeswani/ci-workaround
branch
from
June 29, 2026 22:00
8b41e7b to
588f949
Compare
tianleiwu
approved these changes
Jun 29, 2026
tianleiwu
enabled auto-merge (squash)
June 29, 2026 23:38
baijumeswani
disabled auto-merge
June 29, 2026 23:51
tianleiwu
pushed a commit
that referenced
this pull request
Jul 11, 2026
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.
No description provided.