Add biweekly scheduled develop IFU workflow#3379
Open
jithunnair-amd wants to merge 3 commits into
Open
Conversation
develop_ifu_schedule.yml dispatches pytorch_ifu.yml on the 1st and 15th of each month. Also update pytorch_ifu.yml default target branch to develop. Test Plan: - Review workflow YAML - Manual dispatch via workflow_dispatch on develop_ifu_schedule.yml after merge Authored with assistance from Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
Authored with assistance from Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Pull request overview
Adds a scheduled GitHub Actions workflow to periodically trigger the existing IFU workflow to sync develop with upstream pytorch/pytorch:main, and updates the IFU workflow’s default target branch accordingly.
Changes:
- Add
.github/workflows/develop_ifu_schedule.ymlto dispatchpytorch_ifu.ymlon the 1st and 15th of each month (plus manual dispatch). - Update
.github/workflows/pytorch_ifu.ymldefaultifu_target_branchfromrocm7.1_internal_testingtodevelop.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/pytorch_ifu.yml | Changes the default IFU target branch to develop for manual dispatches. |
| .github/workflows/develop_ifu_schedule.yml | Introduces a scheduled dispatcher workflow to run IFU on a biweekly cadence. |
|
Jenkins build for 34b68259ac4c0d8143412a8686c28d5d9817b5a3 commit finished as FAILURE |
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.
Summary
Adds
develop_ifu_schedule.yml, which runs on the 1st and 15th of each month (~every 2 weeks) and dispatchespytorch_ifu.ymlto syncdevelopwithpytorch/pytorchmain.Also updates
pytorch_ifu.ymldefault target branch fromrocm7.1_internal_testingtodevelop.Test plan
develop_ifu_schedule.ymlvia workflow_dispatch to verify it triggerspytorch_ifu.ymlwith the expected inputsAuthored with assistance from Cursor
Made with Cursor