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

Issue 4864001: Change _ArchiveTestResults to upload to Google Storage (Closed)

Created:
10 years, 1 month ago by thieule
Modified:
9 years, 4 months ago
Reviewers:
scottz-goog, scottz, sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

Change _ArchiveTestResults to upload to Google Storage BUG=chromium-os:8364 TEST= Change-Id: Icecc8268fa2c12c8413caa2879785f00e4be5a0a Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=ac13647

Patch Set 1 #

Total comments: 13

Patch Set 2 : Fix code review feedbacks #

Total comments: 2

Patch Set 3 : Remove tab characters #

Patch Set 4 : Add num retries to RunCommand #

Total comments: 8

Patch Set 5 : More code reviews feedback and introduce RunCommandException #

Total comments: 1

Patch Set 6 : Fix unit test testArchiveTestResults #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -100 lines) Patch
M bin/cbuildbot.py View 1 2 3 4 5 3 chunks +41 lines, -39 lines 0 comments Download
M bin/cbuildbot_unittest.py View 1 chunk +13 lines, -33 lines 0 comments Download
M lib/cros_build_lib.py View 2 3 4 5 3 chunks +45 lines, -28 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
thieule
10 years, 1 month ago (2010-11-12 01:49:41 UTC) #1
sosa
http://codereview.chromium.org/4864001/diff/1/bin/cbuildbot.py File bin/cbuildbot.py (right): http://codereview.chromium.org/4864001/diff/1/bin/cbuildbot.py#newcode404 bin/cbuildbot.py:404: def _gsutil_with_retries(command, num_retries): Name style is wrong http://codereview.chromium.org/4864001/diff/1/bin/cbuildbot.py#newcode410 bin/cbuildbot.py:410: ...
10 years, 1 month ago (2010-11-12 18:49:09 UTC) #2
scottz-goog
http://codereview.chromium.org/4864001/diff/1/bin/cbuildbot.py File bin/cbuildbot.py (right): http://codereview.chromium.org/4864001/diff/1/bin/cbuildbot.py#newcode404 bin/cbuildbot.py:404: def _gsutil_with_retries(command, num_retries): This will is just a RunCommandWithRetries ...
10 years, 1 month ago (2010-11-12 19:15:02 UTC) #3
thieule
I've addressed the code review feedbacks and moved the gsutil retry function to cros_build_lib.py so ...
10 years, 1 month ago (2010-11-12 21:33:25 UTC) #4
sosa
Looks much better. You may wanna consider adding retries as an optional option to RunCommand ...
10 years, 1 month ago (2010-11-12 21:41:45 UTC) #5
thieule
I've added num_retries to RunCommand and deleted RunCommandWithRetries.
10 years, 1 month ago (2010-11-12 23:23:24 UTC) #6
sosa
http://codereview.chromium.org/4864001/diff/14001/bin/cbuildbot.py File bin/cbuildbot.py (right): http://codereview.chromium.org/4864001/diff/14001/bin/cbuildbot.py#newcode536 bin/cbuildbot.py:536: _ArchiveTestResults(buildroot, buildconfig['board'], Now that you are pushing to gsutil ...
10 years, 1 month ago (2010-11-12 23:33:08 UTC) #7
scottz-goog
I'd say if you wanted to fight for world peace fix the Exception that we ...
10 years, 1 month ago (2010-11-12 23:37:13 UTC) #8
thieule
I'm trying to save the world... http://codereview.chromium.org/4864001/diff/14001/bin/cbuildbot.py File bin/cbuildbot.py (right): http://codereview.chromium.org/4864001/diff/14001/bin/cbuildbot.py#newcode536 bin/cbuildbot.py:536: _ArchiveTestResults(buildroot, buildconfig['board'], On ...
10 years, 1 month ago (2010-11-13 00:21:32 UTC) #9
scottz-goog
LGTM just update the doc string :P Thanks for doing this! http://codereview.chromium.org/4864001/diff/19002/lib/cros_build_lib.py File lib/cros_build_lib.py (right): ...
10 years, 1 month ago (2010-11-15 18:04:25 UTC) #10
thieule
Fix unit test to work with new _ArchiveTestResults
10 years, 1 month ago (2010-11-23 01:35:05 UTC) #11
scottz
10 years, 1 month ago (2010-11-24 18:33:45 UTC) #12
LGTM
On 2010/11/23 01:35:05, thieule wrote:
> Fix unit test to work with new _ArchiveTestResults

Powered by Google App Engine
This is Rietveld 408576698