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

Issue 688353003: Add support for rebaselining from trybots. (Closed)

Created:
6 years, 1 month ago by bungeman-skia
Modified:
6 years, 1 month ago
Reviewers:
borenet, *rmistry, *stephana
CC:
reviews_skia.org, jcgregorio, borenet
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Add support for rebaselining from trybots. This adds support to rebaseline_server to fetch actual results from tryjobs run on rietveld issues. Committed: https://skia.googlesource.com/skia/+/d09ade4b44edc114c94f28f1c9770ba42f1271c8

Patch Set 1 #

Total comments: 6

Patch Set 2 : Clean up and address comments. #

Patch Set 3 : Add whitespace. #

Total comments: 2

Patch Set 4 : Fixup exception handling. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -17 lines) Patch
M gm/rebaseline_server/download_actuals.py View 1 2 3 2 chunks +132 lines, -0 lines 1 comment Download
M gm/rebaseline_server/server.py View 1 6 chunks +31 lines, -17 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
bungeman-skia
This CL depends on https://codereview.chromium.org/697043003/ . At PS1 this is not really complete, but it ...
6 years, 1 month ago (2014-11-03 23:22:41 UTC) #2
borenet
I defer to Stephan and Ravi.
6 years, 1 month ago (2014-11-04 12:47:58 UTC) #3
rmistry
This is an interesting idea. I made Stephan a required reviewer. I will comment on ...
6 years, 1 month ago (2014-11-04 12:54:26 UTC) #5
rmistry
https://codereview.chromium.org/688353003/diff/1/gm/rebaseline_server/download_actuals.py File gm/rebaseline_server/download_actuals.py (right): https://codereview.chromium.org/688353003/diff/1/gm/rebaseline_server/download_actuals.py#newcode138 gm/rebaseline_server/download_actuals.py:138: non_try_builder = builder Seems confusing to switch non_try_builder's value ...
6 years, 1 month ago (2014-11-05 13:39:16 UTC) #6
stephana
On 2014/11/05 13:39:16, rmistry wrote: > https://codereview.chromium.org/688353003/diff/1/gm/rebaseline_server/download_actuals.py > File gm/rebaseline_server/download_actuals.py (right): > > https://codereview.chromium.org/688353003/diff/1/gm/rebaseline_server/download_actuals.py#newcode138 > ...
6 years, 1 month ago (2014-11-05 17:28:19 UTC) #8
bungeman-skia
Cleaned it up a bit. Still does the same thing, but a bit cleaner. As ...
6 years, 1 month ago (2014-11-07 22:56:53 UTC) #9
stephana
On 2014/11/07 22:56:53, bungeman1 wrote: > Cleaned it up a bit. Still does the same ...
6 years, 1 month ago (2014-11-10 13:32:09 UTC) #10
rmistry
LGTM https://codereview.chromium.org/688353003/diff/40001/gm/rebaseline_server/download_actuals.py File gm/rebaseline_server/download_actuals.py (right): https://codereview.chromium.org/688353003/diff/40001/gm/rebaseline_server/download_actuals.py#newcode211 gm/rebaseline_server/download_actuals.py:211: except httplib.HTTPException, e: Remove this section (HTTPException) since ...
6 years, 1 month ago (2014-11-11 12:26:02 UTC) #11
bungeman-skia
https://codereview.chromium.org/688353003/diff/40001/gm/rebaseline_server/download_actuals.py File gm/rebaseline_server/download_actuals.py (right): https://codereview.chromium.org/688353003/diff/40001/gm/rebaseline_server/download_actuals.py#newcode211 gm/rebaseline_server/download_actuals.py:211: except httplib.HTTPException, e: On 2014/11/11 12:26:02, rmistry wrote: > ...
6 years, 1 month ago (2014-11-11 15:42:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/688353003/60001
6 years, 1 month ago (2014-11-11 15:43:32 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/d09ade4b44edc114c94f28f1c9770ba42f1271c8
6 years, 1 month ago (2014-11-11 16:12:02 UTC) #15
bungeman-skia
6 years, 1 month ago (2014-11-11 20:33:06 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/688353003/diff/60001/gm/rebaseline_server/dow...
File gm/rebaseline_server/download_actuals.py (right):

https://codereview.chromium.org/688353003/diff/60001/gm/rebaseline_server/dow...
gm/rebaseline_server/download_actuals.py:130: dirs, _ =
get_builders_list(self._summaries_bucket)
Need to remove the ', _', as this used to call 'list_bucket_contents' directly,
but no longer does. This was fixed with
https://skia.googlesource.com/skia/+/842ab70966a344e8e9bdcb43ae41548c8e0f924b .

Powered by Google App Engine
This is Rietveld 408576698