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

Issue 940123005: Adding ability to bisect recipe to bisect into dependency repos. (Closed)

Created:
5 years, 10 months ago by RobertoCN
Modified:
5 years, 9 months ago
CC:
auto-bisect-reviews_chromium.org, chromium-reviews, cmp-cc_chromium.org, kjellander-cc_chromium.org, stip+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@hax
Target Ref:
refs/heads/master
Project:
tools
Visibility:
Public.

Description

Adding ability to bisect recipe to bisect into dependency repos. BUG=455438 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=294505

Patch Set 1 #

Patch Set 2 : WIP: Early feedback request #

Total comments: 56

Patch Set 3 : Addressing first round of feedback. #

Patch Set 4 : Further expansion of example.py for auto_bisect. #

Total comments: 17

Patch Set 5 : Addressing style feedback, fixing patch generation problems. #

Patch Set 6 : Completing recipe_simulation_test coverage. #

Patch Set 7 : DEPS Bisection works. #

Patch Set 8 : Missing docstring #

Total comments: 28

Patch Set 9 : Addressing feedback. #

Total comments: 17

Patch Set 10 : Addressing feedback, adding TODOs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5086 lines, -200 lines) Patch
M scripts/slave/recipe_modules/auto_bisect/__init__.py View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -7 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/api.py View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/bisector.py View 1 2 3 4 5 6 7 8 5 chunks +205 lines, -20 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/bisector_test.py View 1 2 3 4 5 6 7 8 6 chunks +110 lines, -102 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/depot_config.py View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/example.py View 1 2 3 4 5 6 7 8 9 1 chunk +274 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/example.expected/bad_deps_syntax.json View 1 2 3 4 5 6 7 8 9 1 chunk +560 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json View 1 2 3 4 5 6 7 8 9 1 chunk +670 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/example.expected/failed_git_hash_object.json View 1 2 3 4 5 6 7 8 9 1 chunk +612 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/example.expected/missing_deps_entry.json View 1 2 3 4 5 6 7 8 9 1 chunk +560 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/example.expected/missing_vars_entry.json View 1 2 3 4 5 6 7 8 9 1 chunk +571 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json View 1 2 3 4 5 6 7 8 9 1 chunk +670 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/perf_revision_state.py View 1 2 3 4 5 6 7 8 9 6 chunks +45 lines, -10 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/revision_state.py View 1 2 3 4 5 6 3 chunks +118 lines, -21 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/test_results_cache.py View 1 2 3 4 5 6 7 1 chunk +53 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.py View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisect.expected/basic.json View 1 2 3 4 5 6 7 8 9 6 chunks +278 lines, -18 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/encoded_config_test.json View 1 2 3 4 5 6 7 8 9 6 chunks +278 lines, -18 lines 0 comments Download

Messages

Total messages: 22 (7 generated)
RobertoCN
5 years, 10 months ago (2015-02-21 00:03:51 UTC) #2
RobertoCN
This CL is getting big, I thought it would be a good idea to ask ...
5 years, 10 months ago (2015-02-21 00:05:06 UTC) #4
qyearsley
Some feedback ^_^ https://codereview.chromium.org/940123005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://codereview.chromium.org/940123005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode10 scripts/slave/recipe_modules/auto_bisect/bisector.py:10: DEPS_SHA_PATCH = """diff --git DEPS.sha DEPS.sha ...
5 years, 10 months ago (2015-02-22 20:37:55 UTC) #5
RobertoCN
Addressed first round of feedback. https://codereview.chromium.org/940123005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://codereview.chromium.org/940123005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode10 scripts/slave/recipe_modules/auto_bisect/bisector.py:10: DEPS_SHA_PATCH = """diff --git ...
5 years, 10 months ago (2015-02-24 20:01:14 UTC) #6
RobertoCN
Could you please take a look? I have expanded the coverage of the new code ...
5 years, 10 months ago (2015-02-26 21:32:59 UTC) #7
qyearsley
Started to take a look, but I still don't really understand how example.py (or recipe ...
5 years, 9 months ago (2015-02-27 23:12:03 UTC) #8
RobertoCN
https://codereview.chromium.org/940123005/diff/60001/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://codereview.chromium.org/940123005/diff/60001/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode225 scripts/slave/recipe_modules/auto_bisect/bisector.py:225: min_revision.read_deps() # Parses DEPS file and sets the `.deps` ...
5 years, 9 months ago (2015-03-03 21:45:30 UTC) #9
RobertoCN
Bisect recipe works locally with DEPS (non recursive) please review.
5 years, 9 months ago (2015-03-10 17:02:34 UTC) #11
qyearsley
https://codereview.chromium.org/940123005/diff/140001/scripts/slave/recipe_modules/auto_bisect/api.py File scripts/slave/recipe_modules/auto_bisect/api.py (right): https://codereview.chromium.org/940123005/diff/140001/scripts/slave/recipe_modules/auto_bisect/api.py#newcode24 scripts/slave/recipe_modules/auto_bisect/api.py:24: BOT_EMAIL = 'chrome_bot@chromium.org' Note: Just looking at the names, ...
5 years, 9 months ago (2015-03-10 23:20:49 UTC) #12
RobertoCN
Does this LGTY now? https://codereview.chromium.org/940123005/diff/140001/scripts/slave/recipe_modules/auto_bisect/api.py File scripts/slave/recipe_modules/auto_bisect/api.py (right): https://codereview.chromium.org/940123005/diff/140001/scripts/slave/recipe_modules/auto_bisect/api.py#newcode24 scripts/slave/recipe_modules/auto_bisect/api.py:24: BOT_EMAIL = 'chrome_bot@chromium.org' On 2015/03/10 ...
5 years, 9 months ago (2015-03-13 20:55:59 UTC) #14
qyearsley
Yep, LGTM, now pending review of Prasad & Robbie :-) https://codereview.chromium.org/940123005/diff/160001/scripts/slave/recipe_modules/auto_bisect/api.py File scripts/slave/recipe_modules/auto_bisect/api.py (right): https://codereview.chromium.org/940123005/diff/160001/scripts/slave/recipe_modules/auto_bisect/api.py#newcode30 ...
5 years, 9 months ago (2015-03-13 23:38:59 UTC) #15
iannucci
lgtm w/ some high level comments for now or later :) https://chromiumcodereview.appspot.com/940123005/diff/60001/scripts/slave/recipe_modules/auto_bisect/example.py File scripts/slave/recipe_modules/auto_bisect/example.py (right): ...
5 years, 9 months ago (2015-03-18 23:43:28 UTC) #16
robertocn1
Added bugs with the Cr-Tests-AutoBisect-RecipeMigration label for these new TODO's as well as #TODO comments ...
5 years, 9 months ago (2015-03-19 21:48:24 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/940123005/180001
5 years, 9 months ago (2015-03-19 21:48:41 UTC) #21
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 21:53:11 UTC) #22
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=294505

Powered by Google App Engine
This is Rietveld 408576698