Skip to content

Pinbump cron#19034

Merged
JacobSzwejbka merged 3 commits intomainfrom
pinbump-cron
Apr 22, 2026
Merged

Pinbump cron#19034
JacobSzwejbka merged 3 commits intomainfrom
pinbump-cron

Conversation

@JacobSzwejbka
Copy link
Copy Markdown
Contributor

Adds two new workflows:

  • weekly-pytorch-pin-bump.yml: Weekly cron that bumps the PyTorch nightly pin, syncs c10 headers, and creates a PR
  • pin-bump-ci-handler.yml: Watches trunk CI on pin bump PRs and posts @claude comments to fix failures (up to 3 attempts), then escalates to a human

Authored with Claude.

Adds two new workflows:
- weekly-pytorch-pin-bump.yml: Weekly cron that bumps the PyTorch nightly
  pin, syncs c10 headers, and creates a PR
- pin-bump-ci-handler.yml: Watches trunk CI on pin bump PRs and posts
  @claude comments to fix failures (up to 3 attempts), then escalates
  to a human

Authored with Claude.
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Apr 21, 2026

🔗 Helpful Links

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

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

✅ You can merge normally! (2 Unrelated Failures)

As of commit e650c7f with merge base 9600f63 (image):

BROKEN TRUNK - The following jobs failed but were 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 Apr 21, 2026
@github-actions
Copy link
Copy Markdown

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.


This PR was created automatically. If CI fails, Claude will attempt to fix issues (up to 3 attempts). If CI still fails, human review will be requested.

cc @jakeszwe
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.

Ideally this should be oncall but ok for now

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yeah I wasnt sure how to tag oncall in OSS

`Failed run: ${runUrl}`,
'',
'Please:',
'1. Read the Dr. CI comment on this PR for a summary of which jobs failed and whether they are flaky. Ignore failures marked as FLAKY.',
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.

what if something which is not flaky but was broken on main before the pin bump for unrelated reasons, should we ask it to look at main? And try to see if they are failing similarly after the bump?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Gonna see if its smart enough to recognize stuff that was broken before. Will iterate on the prompt if not.

Copy link
Copy Markdown
Contributor

@digantdesai digantdesai left a comment

Choose a reason for hiding this comment

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

LGTM - YOLO!

@JacobSzwejbka JacobSzwejbka merged commit 276f295 into main Apr 22, 2026
174 of 176 checks passed
@JacobSzwejbka JacobSzwejbka deleted the pinbump-cron branch April 22, 2026 16:44
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.

2 participants