-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Migrate linux libtorch to GHA #61774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💊 CI failures summary and remediationsAs of commit 5846082 (more details on the Dr. CI page and at hud.pytorch.org/pr/61774):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Summary: Move non-libtorch Linux 11.3 scheduled CI job to GHA. Libtorch builds will be migrated here: #61774 Successful run: https://github.com/pytorch/pytorch/actions/runs/1035592487 Pull Request resolved: #61732 Reviewed By: seemethere Differential Revision: D29735637 Pulled By: janeyx99 fbshipit-source-id: dce13370b218ae7833483fdaa00137db95e27c98
|
@janeyx99 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
so just to clarify: does this take periodic libtorch jobs and migrate them to GHA making them non-periodic? or does it only migrate jobs that were already non-periodic? |
| "num_test_shards": num_test_shards, | ||
| "exclude_test": exclude_test, | ||
| "is_libtorch": is_libtorch, | ||
| "exclude_test": is_libtorch or exclude_test, # libtorch is build only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm I guess this is fine; I was about to say that this would be the only place where we don't just pass the parameter straight through to a field of the same name, but then I realized that #60215 already did that in PyTorchWindowsWorkflow
samestep
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
clarified in my description, but this PR simply does the migration of libtorch jobs without changing their periodicity. |
…61872) Summary: Forward fixes merge conflict on master: https://github.com/pytorch/pytorch/runs/3106027618 for PR #61774 Pull Request resolved: #61872 Reviewed By: dzhulgakov Differential Revision: D29775595 Pulled By: janeyx99 fbshipit-source-id: 8194dd123f166fd5f3fd1e77417e865c188f40c8
Makes progress on #57686 by migrating libtorch jobs on Circle (periodic and nonperiodic) to GHA without changing anything other config. The nonperiodic jobs are still nonperiodic, and the periodic jobs are still periodic.
Tested in #61775:
periodic 11.3 libtorch: https://github.com/pytorch/pytorch/pull/61775/checks?check_run_id=3088529584?check_suite_focus=True
10.2: https://github.com/pytorch/pytorch/pull/61775/checks?check_run_id=3089965441
11.1: https://github.com/pytorch/pytorch/pull/61775/checks?check_run_id=3089965697