[fixed] Make GHA workflow to retrieve latest promote-able SHA from master#79559
[fixed] Make GHA workflow to retrieve latest promote-able SHA from master#79559
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit dfe9342 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
There was a problem hiding this comment.
Not urgent to address in this PR, but good to have a comment explaining the cron
There was a problem hiding this comment.
@seemethere is this a good runner for these? I think these are okay, but maybe one of the premium runners?
There was a problem hiding this comment.
Since this doesn't run very often I think these should be fine to use
|
Please rebase on master to prevent asan (and maybe some other) test failures. |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
c455f08 to
dfe9342
Compare
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @swang392. |
…ster (#79559) (#79559) Summary: Relates to #76700 **Overview**: Wrote GHA to get the latest commit SHA. Another component of the script is pushing this SHA to the viable/strict branch, which I will test on pytorch/pytorch-canary. Todo in the next PR: add comment explaining cron, replace package installation statements with txt file **Test Plan:** Monitor github actions results to see if the SHA printed is correct by running GHA on pytorch/pytorch-canary. The successful test workflow is [here](https://github.com/pytorch/pytorch-canary/runs/6888486129?check_suite_focus=true). Pull Request resolved: #79559 Approved by: https://github.com/janeyx99 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/69971dd111133ba67354ac2af9c67f20f262ec42 Reviewed By: malfet Differential Revision: D37208294 Pulled By: swang392 fbshipit-source-id: 3a2a4face2fc02e7027f65f8c47987dc0daeae5e
…ster (pytorch#79559) Relates to pytorch#76700 **Overview**: Wrote GHA to get the latest commit SHA. Another component of the script is pushing this SHA to the viable/strict branch, which I will test on pytorch/pytorch-canary. Todo in the next PR: add comment explaining cron, replace package installation statements with txt file **Test Plan:** Monitor github actions results to see if the SHA printed is correct by running GHA on pytorch/pytorch-canary. The successful test workflow is [here](https://github.com/pytorch/pytorch-canary/runs/6888486129?check_suite_focus=true). Pull Request resolved: pytorch#79559 Approved by: https://github.com/janeyx99
Relates to #76700
Overview: Wrote GHA to get the latest commit SHA. Another component of the script is pushing this SHA to the viable/strict branch, which I will test on pytorch/pytorch-canary.
Todo in the next PR: add comment explaining cron, replace package installation statements with txt file
Test Plan: Monitor github actions results to see if the SHA printed is correct by running GHA on pytorch/pytorch-canary. The successful test workflow is here.