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

Issue 536553003: Parse Git hash for dependency repositories from DEPS file. (Closed)

Created:
6 years, 3 months ago by prasadv
Modified:
6 years, 3 months ago
Reviewers:
qyearsley
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Parse Git hash for dependency repositories from DEPS file. BUG=409875 NOTRY=true Committed: https://crrev.com/87fdd0ac5c9604e2ef3af7cd845ac254b7dd51b8 Cr-Commit-Position: refs/heads/master@{#293351}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 12

Patch Set 5 : #

Patch Set 6 : #

Total comments: 8

Patch Set 7 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -58 lines) Patch
M tools/bisect-perf-regression.py View 1 2 3 4 5 6 3 chunks +47 lines, -23 lines 2 comments Download
M tools/bisect-perf-regression_test.py View 1 2 3 4 5 6 3 chunks +50 lines, -35 lines 0 comments Download

Messages

Total messages: 16 (2 generated)
prasadv
6 years, 3 months ago (2014-09-02 21:37:55 UTC) #2
qyearsley
https://codereview.chromium.org/536553003/diff/40001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://codereview.chromium.org/536553003/diff/40001/tools/bisect-perf-regression.py#newcode1443 tools/bisect-perf-regression.py:1443: r'(?<=[",\']%s[",\']: [",\'])([a-fA-F0-9]{40})(?=[",\'])' % 1. The character class [",\'] in ...
6 years, 3 months ago (2014-09-03 01:40:36 UTC) #3
prasadv
https://codereview.chromium.org/536553003/diff/40001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://codereview.chromium.org/536553003/diff/40001/tools/bisect-perf-regression.py#newcode1443 tools/bisect-perf-regression.py:1443: r'(?<=[",\']%s[",\']: [",\'])([a-fA-F0-9]{40})(?=[",\'])' % On 2014/09/03 01:40:36, qyearsley wrote: > ...
6 years, 3 months ago (2014-09-03 22:10:15 UTC) #4
qyearsley
https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py File tools/bisect-perf-regression_test.py (right): https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py#newcode289 tools/bisect-perf-regression_test.py:289: source_control, bisect_options) In the unit test above maybe there ...
6 years, 3 months ago (2014-09-03 22:18:20 UTC) #5
prasadv
https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py File tools/bisect-perf-regression_test.py (right): https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py#newcode289 tools/bisect-perf-regression_test.py:289: source_control, bisect_options) On 2014/09/03 22:18:19, qyearsley wrote: > In ...
6 years, 3 months ago (2014-09-03 22:47:38 UTC) #6
qyearsley
https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py File tools/bisect-perf-regression_test.py (right): https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py#newcode275 tools/bisect-perf-regression_test.py:275: """Updates DEPS file content.""" If we have a docstring ...
6 years, 3 months ago (2014-09-03 23:08:18 UTC) #7
prasadv
https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py File tools/bisect-perf-regression_test.py (right): https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py#newcode275 tools/bisect-perf-regression_test.py:275: """Updates DEPS file content.""" Removed doc string:) On 2014/09/03 ...
6 years, 3 months ago (2014-09-03 23:22:42 UTC) #8
prasadv
On 2014/09/03 23:22:42, prasadv wrote: > https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py > File tools/bisect-perf-regression_test.py (right): > > https://codereview.chromium.org/536553003/diff/60001/tools/bisect-perf-regression_test.py#newcode275 > ...
6 years, 3 months ago (2014-09-04 18:24:43 UTC) #9
qyearsley
LGTM with a couple more small nits :-) https://codereview.chromium.org/536553003/diff/100001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://codereview.chromium.org/536553003/diff/100001/tools/bisect-perf-regression.py#newcode1393 tools/bisect-perf-regression.py:1393: """Updates ...
6 years, 3 months ago (2014-09-04 18:42:36 UTC) #10
prasadv
final pass please:) https://codereview.chromium.org/536553003/diff/100001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://codereview.chromium.org/536553003/diff/100001/tools/bisect-perf-regression.py#newcode1393 tools/bisect-perf-regression.py:1393: """Updates DEPS file with new revision ...
6 years, 3 months ago (2014-09-04 18:58:42 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/prasadv@chromium.org/536553003/120001
6 years, 3 months ago (2014-09-04 21:57:48 UTC) #13
commit-bot: I haz the power
Committed patchset #7 (id:120001) as 683ed42c365323255a89bed039fccb01b5c792c8
6 years, 3 months ago (2014-09-04 22:04:46 UTC) #14
qyearsley
LGTM to commit now. There's still potential for improvement though, I think. https://codereview.chromium.org/536553003/diff/120001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py ...
6 years, 3 months ago (2014-09-04 22:24:34 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:33:07 UTC) #16
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/87fdd0ac5c9604e2ef3af7cd845ac254b7dd51b8
Cr-Commit-Position: refs/heads/master@{#293351}

Powered by Google App Engine
This is Rietveld 408576698