Skip to content

chore(CI): remove dead Azure GPU pipelines#3401

Open
Borda wants to merge 8 commits into
masterfrom
ci/azure
Open

chore(CI): remove dead Azure GPU pipelines#3401
Borda wants to merge 8 commits into
masterfrom
ci/azure

Conversation

@Borda

@Borda Borda commented May 27, 2026

Copy link
Copy Markdown
Collaborator

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:

  • Deleted .azure/gpu-unittests.yml, which contained jobs for running GPU-based unittests on multiple PyTorch versions, including environment setup, test execution, and cache management.
  • Deleted .azure/gpu-integrations.yml, which defined integration testing jobs for different PyTorch and CUDA versions using GPU resources.

Removal of GPU cache maintenance workflow:

  • Deleted .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
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?
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 🙃

Copilot AI review requested due to automatic review settings May 27, 2026 07:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Borda Borda requested a review from ethanwharris as a code owner May 27, 2026 08:14
@Borda Borda requested a review from williamFalcon as a code owner May 27, 2026 08:18
@mergify mergify Bot added the ready label Jun 8, 2026
@Borda Borda enabled auto-merge (squash) June 8, 2026 16:36
@Borda Borda disabled auto-merge June 8, 2026 16:36
@Borda Borda enabled auto-merge (squash) June 8, 2026 16:37
@mergify mergify Bot added ready and removed ready labels Jun 8, 2026
@mergify mergify Bot added ready and removed ready labels Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants