Skip to content

Metal/CUDA CI: cancel-in-progress=True#17256

Open
manuelcandales wants to merge 1 commit intomainfrom
manuel/ci-cancel-in-progress
Open

Metal/CUDA CI: cancel-in-progress=True#17256
manuelcandales wants to merge 1 commit intomainfrom
manuel/ci-cancel-in-progress

Conversation

@manuelcandales
Copy link
Contributor

This pull request updates the GitHub Actions workflow configurations to improve CI efficiency by ensuring that only the latest workflow run is active for both CUDA and Metal builds. The main change is enabling the cancellation of in-progress runs when new ones are triggered for the same concurrency group.

Workflow configuration improvements:

  • Set cancel-in-progress: true in the concurrency section of .github/workflows/cuda.yml to automatically cancel previous CUDA workflow runs when a new one is started.
  • Set cancel-in-progress: true in the concurrency section of .github/workflows/metal.yml to automatically cancel previous Metal workflow runs when a new one is started.

Copilot AI review requested due to automatic review settings February 5, 2026 21:13
@pytorch-bot
Copy link

pytorch-bot bot commented Feb 5, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17256

Note: Links to docs will display an error until the docs builds have been completed.

❌ 3 New Failures, 1 Cancelled Job, 4 Unrelated Failures

As of commit d5952b6 with merge base fb59a47 (image):

NEW FAILURES - The following jobs have failed:

CANCELLED JOB - The following job was cancelled. Please retry:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but was present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 5, 2026
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates GitHub Actions workflow configurations to align with the repository's standard practice of canceling in-progress CI runs when new commits are pushed. The changes affect the CUDA and Metal test workflows, enabling automatic cancellation of outdated runs to improve CI efficiency and reduce resource consumption.

Changes:

  • Updated cancel-in-progress from false to true in .github/workflows/cuda.yml
  • Updated cancel-in-progress from false to true in .github/workflows/metal.yml

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/cuda.yml Enables cancellation of in-progress CUDA test workflow runs when new commits are pushed
.github/workflows/metal.yml Enables cancellation of in-progress Metal test workflow runs when new commits are pushed

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant