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

Issue 1062583003: Adding config step to output the bisect config dictionary. (Closed)

Created:
5 years, 8 months ago by RobertoCN
Modified:
5 years, 8 months ago
Reviewers:
prasadv, qyearsley
CC:
chromium-reviews, 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 config step to output the bisect config dictionary. R=qyearsley@chromium.org, prasadv@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=294691

Patch Set 1 #

Total comments: 2

Patch Set 2 : Improving formatting of the output. #

Total comments: 2

Patch Set 3 : Moving config step to its own function. Fixing backslashes. #

Patch Set 4 : Sorting keys. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -0 lines) Patch
M scripts/slave/recipe_modules/auto_bisect/bisector.py View 1 2 3 3 chunks +20 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/bad_deps_syntax.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/failed_git_hash_object.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/missing_deps_entry.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/missing_vars_entry.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/basic.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/broken_cp_test.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/broken_hash_test.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/encoded_config_test.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/invalid_config_test.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/aborted_non_telemetry_test.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_direction_test.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
RobertoCN
How does this look? I am now tracking the appropriate branch.
5 years, 8 months ago (2015-04-03 22:44:26 UTC) #1
qyearsley
https://codereview.chromium.org/1062583003/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://codereview.chromium.org/1062583003/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode32 scripts/slave/recipe_modules/auto_bisect/bisector.py:32: api.m.step('config', ['echo', str(dict(bisect_config))]) Config step text would be easier ...
5 years, 8 months ago (2015-04-03 23:20:22 UTC) #2
RobertoCN
On 2015/04/03 23:20:22, qyearsley wrote: > https://codereview.chromium.org/1062583003/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py > File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): > > https://codereview.chromium.org/1062583003/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode32 > ...
5 years, 8 months ago (2015-04-03 23:26:13 UTC) #3
qyearsley
LGTM I think; I'm still not really sure whether it will behave as expected in ...
5 years, 8 months ago (2015-04-03 23:47:48 UTC) #4
RobertoCN
PTAL, made some 'improvements'. https://chromiumcodereview.appspot.com/1062583003/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://chromiumcodereview.appspot.com/1062583003/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode32 scripts/slave/recipe_modules/auto_bisect/bisector.py:32: api.m.step('config', ['echo', str(dict(bisect_config))]) On 2015/04/03 ...
5 years, 8 months ago (2015-04-04 00:40:48 UTC) #5
qyearsley
On 2015/04/04 00:40:48, robertocn wrote: > PTAL, made some 'improvements'. > > https://chromiumcodereview.appspot.com/1062583003/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py > File ...
5 years, 8 months ago (2015-04-04 01:33:25 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1062583003/60001
5 years, 8 months ago (2015-04-04 07:24:09 UTC) #8
commit-bot: I haz the power
Presubmit check for 1062583003-60001 failed and returned exit status 1. Running presubmit commit checks ...
5 years, 8 months ago (2015-04-04 07:26:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1062583003/60001
5 years, 8 months ago (2015-04-06 00:01:43 UTC) #12
commit-bot: I haz the power
5 years, 8 months ago (2015-04-06 00:04:20 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=294691

Powered by Google App Engine
This is Rietveld 408576698