.circleci: Add simple backup and restore solution for RCs#38690
.circleci: Add simple backup and restore solution for RCs#38690seemethere wants to merge 2 commits intopytorch:masterfrom
Conversation
💊 CI failures summary and remediationsAs of commit 3a5fc34 (more details on the Dr. CI page):
🕵️ 5 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
| Job | Step | Action |
|---|---|---|
| Build | 🔁 rerun |
This comment was automatically generated by Dr. CI (expand for details).
Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.
This comment has been revised 31 times.
There was a problem hiding this comment.
Simplified this to do a recursive cp and only include files we actually want to copy over.
There was a problem hiding this comment.
This file is actually just a modified version of the old wheel_to_s3.sh script
* Does a basic upload of release candidates to an extra folder within our S3 bucket. * Refactors AWS promotion to allow for easier development of restoration of backups Backup restoration usage: RESTORE_FROM=v1.6.0-rc3 restore-backup.sh Requires: * AWS credentials to upload / download stuff * Anaconda credentials to upload Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
b9913ea to
6adb5b9
Compare
Co-authored-by: Nikita Shulga <nikita.shulga@gmail.com> Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
824aac1 to
3a5fc34
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
@seemethere is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@seemethere merged this pull request in 5dd65ba. |
) Summary: * Does a basic upload of release candidates to an extra folder within our S3 bucket. * Refactors AWS promotion to allow for easier development of restoration of backups Backup restoration usage: ``` RESTORE_FROM=v1.6.0-rc3 restore-backup.sh ``` Requires: * AWS credentials to upload / download stuff * Anaconda credentials to upload Pull Request resolved: pytorch#38690 Differential Revision: D21691033 Pulled By: seemethere fbshipit-source-id: 31118814db1ca701c55a3cb0bc32caa1e77a833d
S3 bucket.
of backups
Backup restoration usage:
Requires: