Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes obsolete Azure GPU CI/CD pipeline definitions from the repository, consistent with the goal of dropping dead Azure GPU workflows while GPU-related workflow coverage appears to exist elsewhere.
Changes:
- Deleted Azure GPU unittest pipeline.
- Deleted Azure GPU integration pipeline.
- Deleted Azure GPU cache cleanup pipeline.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.azure/gpu-unittests.yml |
Removes the Azure GPU unittest workflow and related cache/test setup. |
.azure/gpu-integrations.yml |
Removes the Azure GPU integration testing workflow. |
.azure/gpu-nuke-cache.yml |
Removes the Azure GPU cache cleanup workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…on configuration
for more information, see https://pre-commit.ci
justusschock
approved these changes
Jun 8, 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.
What does this PR do?
This pull request removes all Azure Pipeline CI/CD workflows related to GPU-based testing, integration, and cache management. The deleted files are
.azure/gpu-unittests.yml,.azure/gpu-integrations.yml, and.azure/gpu-nuke-cache.yml. These files previously defined jobs for running GPU-based unittests, integration tests, and cache cleanup on Azure infrastructure.The most important changes are:
Removal of GPU-based CI/CD workflows:
.azure/gpu-unittests.yml, which contained jobs for running GPU-based unittests on multiple PyTorch versions, including environment setup, test execution, and cache management..azure/gpu-integrations.yml, which defined integration testing jobs for different PyTorch and CUDA versions using GPU resources.Removal of GPU cache maintenance workflow:
.azure/gpu-nuke-cache.yml, which scheduled and triggered jobs to clear shared GPU caches and artifacts on a monthly basis or when the file was changed in a PR.Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃