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

Issue 16907006: buildbots: only store/upload GM results we haven't seen before, to save time (Closed)

Created:
7 years, 6 months ago by epoger
Modified:
7 years, 6 months ago
Reviewers:
borenet
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

buildbots: only store/upload GM results we haven't seen before, to save time Depends on https://codereview.chromium.org/17552012/ ('GM: add --missingExpectationsPath option, similar to --mismatchPath') R=borenet@google.com Committed: https://code.google.com/p/skia/source/detail?r=9726

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M slave/skia_slave_scripts/run_gm.py View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
epoger
Ready for review...
7 years, 6 months ago (2013-06-21 17:54:56 UTC) #1
borenet
LGTM
7 years, 6 months ago (2013-06-21 18:14:25 UTC) #2
epoger
Committed patchset #1 manually as r9726 (presubmit successful).
7 years, 6 months ago (2013-06-21 18:28:25 UTC) #3
epoger
7 years, 6 months ago (2013-06-21 18:41:59 UTC) #4
Message was sent while issue was closed.
Cool, this is working as expected so far...

BEFORE:
http://108.170.217.252:10117/builders/Test-Ubuntu12-ShuttleA-NoGPU-x86_64-Deb...
Uploading 419 GM-actual files to Google Storage...
elapsedTime=182.343277

AFTER:
http://108.170.217.252:10117/builders/Test-Ubuntu12-ShuttleA-NoGPU-x86_64-Deb...
Uploading 156 GM-actual files to Google Storage...
elapsedTime=66.220067


... and the difference should be more pronounced on Android builders, since we
don't have to copy so many files over to the host machine anymore.

We can get further wins by checking in more baselines (which is a win in lots of
ways!), reducing the number of files written by --missingExpectationsPath .

Powered by Google App Engine
This is Rietveld 408576698