-
Notifications
You must be signed in to change notification settings - Fork 25.6k
.github: Add action workflow to update S3 HTMLS #49509
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 dc1d3c5 (more details on the Dr. CI page):
🕵️ 4 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
e1e99ff
to
20e6225
Compare
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
20e6225
to
dc1d3c5
Compare
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.
gogogo
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.
@seemethere has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
What does this do exactly? |
It automates the updating of html indices through a docker image that was created as part of pytorch/builder#607 A follow up PR to this will need to be made to disable the current HTML updates, luckily they produce the same output so they can run in tandem for a bit. |
Ah ok; where are these HTML indices? (are they available on the web?) |
Yes these are the current html indices that are used for installing pytorch from download.pytorch.org |
@seemethere merged this pull request in ad4467b. |
Summary: Successful run: https://github.com/pytorch/pytorch/runs/1572315901 Signed-off-by: Eli Uriegas <eliuriegas@fb.com> Pull Request resolved: pytorch#49509 Reviewed By: walterddr Differential Revision: D25619133 Pulled By: seemethere fbshipit-source-id: 092ab12535f3bf4fc85bbfc690d3f5b10a5f8791
Successful run: https://github.com/pytorch/pytorch/runs/1572315901
Signed-off-by: Eli Uriegas eliuriegas@fb.com