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

Issue 2069863002: Add a webkit-patch command which gets a list of relevant try jobs. (Closed)

Created:
4 years, 6 months ago by qyearsley
Modified:
4 years, 6 months ago
CC:
blink-reviews, cbentzel+watch_chromium.org, chromium-reviews, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a webkit-patch command which gets a list of relevant try jobs. This is part of local command which will be used to rebaseline layout tests from try job results. See: https://docs.google.com/document/d/1Cl3KR_9xkBFHsjwoXnnN-ya6BSdKP1oNkoIRuKVr75k/edit#heading=h.6wchzcwf8xmh BUG=474273 Committed: https://crrev.com/c9844abe312e09a18584036971e6b2cf10eba353 Cr-Commit-Position: refs/heads/master@{#401352}

Patch Set 1 #

Patch Set 2 : Add module to __init__ so it is visible to webkit-patch now. #

Total comments: 3

Patch Set 3 : Fix import in multicommandtool_unittest #

Total comments: 6

Patch Set 4 : Add error handling #

Patch Set 5 : Rebased #

Patch Set 6 : Rebased #

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -0 lines) Patch
A third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld_unittest.py View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_from_try_jobs.py View 1 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_from_try_jobs_unittest.py View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2069863002/20001
4 years, 6 months ago (2016-06-14 22:46:25 UTC) #2
qyearsley
https://codereview.chromium.org/2069863002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py File third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py (right): https://codereview.chromium.org/2069863002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py#newcode5 third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py:5: """Utility functions to communicate with Rietveld.""" This may only ...
4 years, 6 months ago (2016-06-14 22:50:42 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/246534)
4 years, 6 months ago (2016-06-15 00:12:52 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2069863002/40001
4 years, 6 months ago (2016-06-15 04:44:33 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-15 05:54:11 UTC) #10
wkorman
lgtm https://codereview.chromium.org/2069863002/diff/40001/third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py File third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py (right): https://codereview.chromium.org/2069863002/diff/40001/third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py#newcode52 third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py:52: return json.loads(web.get_binary(url)) Maybe catch error and deal gracefully, ...
4 years, 6 months ago (2016-06-15 17:43:17 UTC) #11
qyearsley
https://codereview.chromium.org/2069863002/diff/40001/third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py File third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py (right): https://codereview.chromium.org/2069863002/diff/40001/third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py#newcode51 third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py:51: assert not isinstance(web, tuple), web Note, this was a ...
4 years, 6 months ago (2016-06-15 21:34:15 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2069863002/60001
4 years, 6 months ago (2016-06-16 01:20:56 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-16 03:00:33 UTC) #16
qyearsley
On 2016/06/16 at 03:00:34, commit-bot wrote: > Dry run: This issue passed the CQ dry ...
4 years, 6 months ago (2016-06-20 16:44:50 UTC) #17
wkorman
lgtm https://codereview.chromium.org/2069863002/diff/40001/third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py File third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py (right): https://codereview.chromium.org/2069863002/diff/40001/third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py#newcode52 third_party/WebKit/Tools/Scripts/webkitpy/common/net/rietveld.py:52: return json.loads(web.get_binary(url)) On 2016/06/15 at 21:34:15, qyearsley wrote: ...
4 years, 6 months ago (2016-06-22 01:22:44 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2069863002/120001
4 years, 6 months ago (2016-06-22 16:32:33 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 6 months ago (2016-06-22 18:18:20 UTC) #21
commit-bot: I haz the power
4 years, 6 months ago (2016-06-22 18:22:38 UTC) #23
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/c9844abe312e09a18584036971e6b2cf10eba353
Cr-Commit-Position: refs/heads/master@{#401352}

Powered by Google App Engine
This is Rietveld 408576698