Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Issue 1008013003: Add Copy to cloud storage to allow copying from one remote path to another. (Closed)

Created:
5 years, 9 months ago by aiolos (Not reviewing)
Modified:
5 years, 9 months ago
Reviewers:
nednguyen, dtu
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Copy to cloud storage to allow copying from one remote path to another. This is needed so that we can pull the needed binaries for chrome reference builds from their current location in cloud storage to a bucket that is accessible from the perf bots and anyone with Google internal access running the tests manually. BUG=467260 Committed: https://crrev.com/ed35b76057e5ce137e1114a8c563c9d80f0108d4 Cr-Commit-Position: refs/heads/master@{#321209}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Added py doc. #

Total comments: 7

Patch Set 3 : #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M tools/telemetry/telemetry/util/cloud_storage.py View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/util/cloud_storage_unittest.py View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
aiolos (Not reviewing)
https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py File tools/telemetry/telemetry/util/cloud_storage.py (right): https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py#newcode181 tools/telemetry/telemetry/util/cloud_storage.py:181: def Copy(bucket1, bucket2, remote_path, remote_path2=None): Should I name this ...
5 years, 9 months ago (2015-03-14 01:43:10 UTC) #2
nednguyen
On 2015/03/14 01:43:10, aiolos wrote: > https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py > File tools/telemetry/telemetry/util/cloud_storage.py (right): > > https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py#newcode181 > ...
5 years, 9 months ago (2015-03-14 16:51:59 UTC) #3
aiolos (Not reviewing)
On 2015/03/14 16:51:59, nednguyen wrote: > On 2015/03/14 01:43:10, aiolos wrote: > > > https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py ...
5 years, 9 months ago (2015-03-16 22:07:50 UTC) #4
nednguyen
On 2015/03/16 22:07:50, aiolos wrote: > On 2015/03/14 16:51:59, nednguyen wrote: > > On 2015/03/14 ...
5 years, 9 months ago (2015-03-16 22:11:05 UTC) #5
aiolos (Not reviewing)
On 2015/03/16 22:11:05, nednguyen wrote: > On 2015/03/16 22:07:50, aiolos wrote: > > On 2015/03/14 ...
5 years, 9 months ago (2015-03-16 22:25:24 UTC) #6
aiolos (Not reviewing)
On 2015/03/16 22:25:24, aiolos wrote: > On 2015/03/16 22:11:05, nednguyen wrote: > > On 2015/03/16 ...
5 years, 9 months ago (2015-03-16 22:36:28 UTC) #7
nednguyen
lgtm https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py File tools/telemetry/telemetry/util/cloud_storage.py (right): https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py#newcode181 tools/telemetry/telemetry/util/cloud_storage.py:181: def Copy(bucket1, bucket2, remote_path, remote_path2=None): On 2015/03/14 01:43:09, ...
5 years, 9 months ago (2015-03-16 23:12:32 UTC) #8
aiolos (Not reviewing)
https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py File tools/telemetry/telemetry/util/cloud_storage.py (right): https://codereview.chromium.org/1008013003/diff/1/tools/telemetry/telemetry/util/cloud_storage.py#newcode181 tools/telemetry/telemetry/util/cloud_storage.py:181: def Copy(bucket1, bucket2, remote_path, remote_path2=None): On 2015/03/16 23:12:32, nednguyen ...
5 years, 9 months ago (2015-03-17 00:38:27 UTC) #9
nednguyen
I forgot to ask what would happen if a file already exist in (bucket2, remote_path_2)? ...
5 years, 9 months ago (2015-03-17 03:05:59 UTC) #10
aiolos (Not reviewing)
> I forgot to ask what would happen if a file already exist in (bucket2, ...
5 years, 9 months ago (2015-03-17 20:35:26 UTC) #11
nednguyen
lgtm again https://codereview.chromium.org/1008013003/diff/20001/tools/telemetry/telemetry/util/cloud_storage.py File tools/telemetry/telemetry/util/cloud_storage.py (right): https://codereview.chromium.org/1008013003/diff/20001/tools/telemetry/telemetry/util/cloud_storage.py#newcode182 tools/telemetry/telemetry/util/cloud_storage.py:182: """This should be used to copy files ...
5 years, 9 months ago (2015-03-17 20:36:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1008013003/40001
5 years, 9 months ago (2015-03-17 20:38:39 UTC) #14
commit-bot: I haz the power
Failed to apply patch for tools/telemetry/telemetry/util/cloud_storage_unittest.py: While running git apply --index -3 -p1; error: patch ...
5 years, 9 months ago (2015-03-17 22:09:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1008013003/60001
5 years, 9 months ago (2015-03-18 19:17:35 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-18 21:31:31 UTC) #21
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 21:32:15 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ed35b76057e5ce137e1114a8c563c9d80f0108d4
Cr-Commit-Position: refs/heads/master@{#321209}

Powered by Google App Engine
This is Rietveld 408576698