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

Issue 1782333002: Add bisect config validation. (Closed)

Created:
4 years, 9 months ago by qyearsley
Modified:
4 years, 9 months ago
Reviewers:
RobertoCN, chrisphan
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, prasadv, sullivan
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Add bisect config validation. BUG=485672 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299450

Patch Set 1 #

Total comments: 9

Patch Set 2 : Expand validation checks based on feedback. #

Patch Set 3 : Fix bisect_test config, add example failed config expectation, respond to feedback #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+389 lines, -43 lines) Patch
M scripts/slave/recipe_modules/auto_bisect/bisector.py View 1 2 3 4 chunks +17 lines, -4 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/config_validation.py View 1 2 1 chunk +110 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/config_validation_test.py View 1 1 chunk +164 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.py View 1 2 3 3 chunks +7 lines, -2 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/android_bisector.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/mac_bisector.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/missing_metric_test.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.py View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/aborted_non_telemetry_test.json View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_direction_test.json View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (12 generated)
qyearsley
After this CL, a step failure would be raised in the config step if a ...
4 years, 9 months ago (2016-03-11 01:41:34 UTC) #2
chrisphan
On 2016/03/11 01:41:34, qyearsley wrote: > After this CL, a step failure would be raised ...
4 years, 9 months ago (2016-03-11 02:00:04 UTC) #4
chrisphan
lgtm
4 years, 9 months ago (2016-03-11 02:00:11 UTC) #5
qyearsley
On 2016/03/11 at 02:00:04, chrisphan wrote: > On 2016/03/11 01:41:34, qyearsley wrote: > > After ...
4 years, 9 months ago (2016-03-11 16:30:30 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/1782333002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1782333002/1
4 years, 9 months ago (2016-03-13 23:00:12 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build Presubmit on tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Build%20Presubmit/builds/3050)
4 years, 9 months ago (2016-03-13 23:06:54 UTC) #10
qyearsley
On 2016/03/13 at 23:06:54, commit-bot wrote: > Dry run: Try jobs failed on following builders: ...
4 years, 9 months ago (2016-03-13 23:45:54 UTC) #11
RobertoCN
https://codereview.chromium.org/1782333002/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://codereview.chromium.org/1782333002/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode212 scripts/slave/recipe_modules/auto_bisect/bisector.py:212: raise self.api.m.step.StepFailure(error.message) On 2016/03/11 at 01:41:34, qyearsley wrote: > ...
4 years, 9 months ago (2016-03-14 01:26:23 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/1782333002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1782333002/40001
4 years, 9 months ago (2016-03-18 22:50:18 UTC) #14
qyearsley
https://codereview.chromium.org/1782333002/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://codereview.chromium.org/1782333002/diff/1/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode212 scripts/slave/recipe_modules/auto_bisect/bisector.py:212: raise self.api.m.step.StepFailure(error.message) On 2016/03/14 at 01:26:23, RobertoCN wrote: > ...
4 years, 9 months ago (2016-03-18 22:50:19 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-18 22:54:27 UTC) #17
RobertoCN
lgtm
4 years, 9 months ago (2016-03-23 02:12:12 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1782333002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1782333002/40001
4 years, 9 months ago (2016-03-23 02:30:44 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: Build Try Recipe Test Mac on tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Build%20Try%20Recipe%20Test%20Mac/builds/429) ...
4 years, 9 months ago (2016-03-23 02:32:49 UTC) #23
qyearsley
On 2016/03/23 at 02:32:49, commit-bot wrote: > Try jobs failed on following builders: > Build ...
4 years, 9 months ago (2016-03-23 02:37:50 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1782333002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1782333002/60001
4 years, 9 months ago (2016-03-23 20:58:31 UTC) #27
commit-bot: I haz the power
Committed patchset #4 (id:60001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299450
4 years, 9 months ago (2016-03-23 21:06:02 UTC) #29
qyearsley
4 years, 9 months ago (2016-03-24 16:42:55 UTC) #30
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1831843002/ by qyearsley@chromium.org.

The reason for reverting is:
https://bugs.chromium.org/p/chromium/issues/detail?id=597655.

Powered by Google App Engine
This is Rietveld 408576698