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

Issue 547018: Add functionality required for perf dashboard. (Closed)

Created:
10 years, 11 months ago by kmixter1
Modified:
9 years, 7 months ago
Reviewers:
sosa
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Add functionality required for perf dashboard. image_to_live.sh - fix problem where errorvalue is non-zero even when reimage was successful. run_remote_tests.sh - add ability to stow build description in the autotest database so we can track the exact build for which tests succeed/fail.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Moved to correct branch #

Patch Set 3 : Add server-side time metrics and fix bug with updating keyvals #

Total comments: 6

Patch Set 4 : Fix a bug pointed out by sosa and remove extraneous exit #

Patch Set 5 : Reuse start timestamp already established #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -3 lines) Patch
M src/scripts/image_to_live.sh View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M src/scripts/run_remote_tests.sh View 1 2 3 4 4 chunks +28 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kmixter1
10 years, 11 months ago (2010-01-12 02:11:07 UTC) #1
sosa
LGTM ... only a nit/question about explicit exit 0. Do you only return 0 just ...
10 years, 11 months ago (2010-01-12 04:05:40 UTC) #2
sosa
http://codereview.chromium.org/547018/diff/3002/7002 File src/scripts/run_remote_tests.sh (right): http://codereview.chromium.org/547018/diff/3002/7002#newcode74 src/scripts/run_remote_tests.sh:74: for status_file in $(echo "${results_dir}"/*/status); do Why the rename? ...
10 years, 11 months ago (2010-01-13 00:31:03 UTC) #3
kmixter1
http://codereview.chromium.org/547018/diff/1/2 File src/scripts/image_to_live.sh (right): http://codereview.chromium.org/547018/diff/1/2#newcode197 src/scripts/image_to_live.sh:197: exit 0 It's unnecessary and now removed. On 2010/01/12 ...
10 years, 11 months ago (2010-01-13 02:06:49 UTC) #4
sosa
http://codereview.chromium.org/547018/diff/3002/7002 File src/scripts/run_remote_tests.sh (right): http://codereview.chromium.org/547018/diff/3002/7002#newcode74 src/scripts/run_remote_tests.sh:74: for status_file in $(echo "${results_dir}"/*/status); do I meant why ...
10 years, 11 months ago (2010-01-13 02:10:10 UTC) #5
kmixter1
10 years, 11 months ago (2010-01-13 02:14:00 UTC) #6
http://codereview.chromium.org/547018/diff/3002/7002
File src/scripts/run_remote_tests.sh (right):

http://codereview.chromium.org/547018/diff/3002/7002#newcode74
src/scripts/run_remote_tests.sh:74: for status_file in $(echo
"${results_dir}"/*/status); do
Ah, only tests which generate performance data output will have a keyval file. 
So the code was previously only storing the test annotations I wanted for those
tests which also generated performance data.  Every test generates a status_file
so this is a better way to find the directories.

On 2010/01/13 02:10:10, sosa wrote:
> I meant why the rename and only use it once (you never actually use the status
> file
> 
> On 2010/01/13 02:06:49, kmixter1 wrote:
> > On 2010/01/13 00:31:04, sosa wrote:
> > > Why the rename?  You don't use status_file anywhere
> > 
> > I do, the next line.
> 
>

Powered by Google App Engine
This is Rietveld 408576698