Merge lp:~abentley/workspace-runner/s3-script into lp:workspace-runner
Proposed by
Aaron Bentley
on 2015-06-30
| Status: | Merged |
|---|---|
| Merged at revision: | 20 |
| Proposed branch: | lp:~abentley/workspace-runner/s3-script |
| Merge into: | lp:workspace-runner |
| Diff against target: |
181 lines (+172/-0) 2 files modified
workspace_runner/tests/test_upload_artifacts.py (+123/-0) workspace_runner/upload_artifacts.py (+49/-0) |
| To merge this branch: | bzr merge lp:~abentley/workspace-runner/s3-script |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | code | Approve on 2015-06-30 | |
| John George | 2015-06-30 | Approve on 2015-06-30 | |
|
Review via email:
|
|||
Commit Message
Provide a script that uploads to s3.
Description of the Change
This branch provides the upload_artifacts script, which will typically be run remotely, but is tested locally.
It uses a JSON file for data. (JSON so that it doesn't require external dependencies.)
It doesn't currently pay attention to MIME types, but I plan to address that in future branch.
In a the follow-on branch, the workspace runner is taught to dump this JSON, upload it and the script to the remote machine, and run the script.
To post a comment you must log in.

Would you please add help= to add_arguments() in upload_ artifacts. py, other than that it looks good.