New issue
Advanced search Search tips

Issue 672880 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Oct 4
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug


Show other hotlists

Hotlists containing this issue:
speed-bisect


Sign in to add a comment

Bisect - Make bisect steps easier to read.

Project Member Reported by simonhatch@chromium.org, Dec 9 2016

Issue description

Been triaging a lot of bisect issues lately and I find the bisect page difficult to navigate. All the different steps, often related to working on a given revision, all sitting at the top level when they should be collapsed.

ie:

resolving hash foo
Wiggling revision chromium@foo
Working on revision chromium@foo

 
Agreed that would be a lot more readable.

Would be great if we could bubble up info to parents of nested steps too (i.e. annotations saying which child steps are not green)
Also would like to make it easier to find/extract the data to figure out when bisects go bad. I often find myself performing the same steps, looking for each "Compare Samples", getting the results from there as well as the MWU results to form an overall idea of what happened at each stage of the bisect. Putting more of this into "Debug Info" might be a start.
Project Member

Comment 3 by bugdroid1@chromium.org, Dec 12 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/4db29244cbb7c0c0b31c63983304f2e71d36f68a

commit 4db29244cbb7c0c0b31c63983304f2e71d36f68a
Author: Simon <simonhatch@chromium.org>
Date: Fri Dec 09 20:52:09 2016

Bisect - Clean up top-level steps a bit.

Collapse everything under "Bisecting revision" steps to make it
easier to navigate. Ideally I'd like to put some more summary info
here in the future.

TBR=robertocn@chromium.org
BUG= 672880 

Change-Id: I65f3b6a9a109d23fa8a4eda95cd9734c5f3bba21
Reviewed-on: https://chromium-review.googlesource.com/418457
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Reviewed-by: Roberto Carrillo <robertocn@chromium.org>

[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/__init__.py
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipe_modules/auto_bisect_staging/local_bisect.py
[modify] https://crrev.com/4db29244cbb7c0c0b31c63983304f2e71d36f68a/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json

Project Member

Comment 4 by bugdroid1@chromium.org, Dec 13 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/28c76067e53e861bc3f01b029b91bb0371a76f60

commit 28c76067e53e861bc3f01b029b91bb0371a76f60
Author: Simon <simonhatch@chromium.org>
Date: Tue Dec 13 16:15:55 2016

Bisect - Move Debug DEPS to outer step.

Makes scanning the waterfall easier.

TBR=robertocn@chromium.org
BUG= 672880 

Change-Id: I74e02d2b5f47bf47fcb186b4880ecb4087f671ef
Reviewed-on: https://chromium-review.googlesource.com/419091
Reviewed-by: Simon Hatch <simonhatch@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>

[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/28c76067e53e861bc3f01b029b91bb0371a76f60/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json

Project Member

Comment 5 by bugdroid1@chromium.org, Dec 13 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/039ca7a1d7c9315a671b50caff63a4f17e261b6e

commit 039ca7a1d7c9315a671b50caff63a4f17e261b6e
Author: Simon <simonhatch@chromium.org>
Date: Tue Dec 13 16:30:00 2016

Bisect - Hide resolving hashes output in Debug Info step.

TBR=robertocn@chromium.org
BUG= 672880 

Change-Id: I70a664ebb3ef21d9128a54affe7d1c8d8afbadf1
Reviewed-on: https://chromium-review.googlesource.com/418871
Reviewed-by: Simon Hatch <simonhatch@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>

[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/039ca7a1d7c9315a671b50caff63a4f17e261b6e/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json

Project Member

Comment 6 by bugdroid1@chromium.org, Dec 13 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/a2731eb4400a89b699e5149d4bafd10a7cba4185

commit a2731eb4400a89b699e5149d4bafd10a7cba4185
Author: Simon <simonhatch@chromium.org>
Date: Tue Dec 13 19:14:42 2016

Bisect - Merge the "expanding" and "resolving" steps.

TBR=robertocn@chromium.org
BUG= 672880 

Change-Id: Iba7285584f6d63497478bf0749915f15b0237723
Reviewed-on: https://chromium-review.googlesource.com/419638
Reviewed-by: Simon Hatch <simonhatch@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>

[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json

Project Member

Comment 7 by bugdroid1@chromium.org, Dec 13 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/a2731eb4400a89b699e5149d4bafd10a7cba4185

commit a2731eb4400a89b699e5149d4bafd10a7cba4185
Author: Simon <simonhatch@chromium.org>
Date: Tue Dec 13 19:14:42 2016

Bisect - Merge the "expanding" and "resolving" steps.

TBR=robertocn@chromium.org
BUG= 672880 

Change-Id: Iba7285584f6d63497478bf0749915f15b0237723
Reviewed-on: https://chromium-review.googlesource.com/419638
Reviewed-by: Simon Hatch <simonhatch@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>

[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/a2731eb4400a89b699e5149d4bafd10a7cba4185/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json

Comment 8 by pasko@chromium.org, Dec 15 2016

Cc: sullivan@chromium.org
Thank you for working on this.

Greedy feature request: observing the progress of the bisect on the dashboard (if the dashboard could pull the output of the bot in some way). I am imagining something looking like a mapreduce progress page: list of commits to bisect, some progress indicators and a scatterplot with points as they arrive. Makes sense?

P.S.: why is the priority so low? To me it feels the priority should be higher for something that affects our productivity so much. But obviously I don't know what urgent/broken things are out there.
Labels: -Pri-3 Pri-2
re: #c8

There's a complete overhaul of the existing recipe-based system on the way, with features like being able to both observe and interact with an in-progress bisect: 
Pinpoint Regression Explorer Service
https://docs.google.com/document/d/1FKPRNU2kbPJ15p6XHO0itCjYtfvCpGt2IHblriTX1tg/edit#

As for priority, I'm just fixing the waterfall display issues on this as they bother me while I burn down bigger failures, but I'll up it a bit.
Project Member

Comment 10 by bugdroid1@chromium.org, Dec 22 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8

commit 3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8
Author: Simon <simonhatch@chromium.org>
Date: Thu Dec 22 01:18:23 2016

Push bisect changes from staging to prod.

These include changes to collapse steps on the build page, packing the json
with extra revision data, and gracefully handling test failures.

https://codereview.chromium.org/2588143002/ must land first.

BUG=668540,  665439 , 672524,  672880 

Change-Id: Id72657a4ff1227ef8e87bd4361db183320bd2236
Reviewed-on: https://chromium-review.googlesource.com/422433
Commit-Queue: Simon Hatch <simonhatch@chromium.org>
Reviewed-by: David Tu <dtu@chromium.org>

[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/__init__.py
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/bisector.py
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build.json
[add] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_inconclusive_1.json
[add] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/no_repro.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/no_values.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/retest_bisect.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code_fail.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/example.py
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/local_bisect.py
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipe_modules/auto_bisect/revision_state.py
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/3a4b4f28f0e8e866ccacbd8c1327bbf1977fabe8/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json

Project Member

Comment 11 by bugdroid1@chromium.org, Jan 4 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/763b10e8c607904faefadb85838a9d36e3a7c0a6

commit 763b10e8c607904faefadb85838a9d36e3a7c0a6
Author: Simon <simonhatch@chromium.org>
Date: Wed Jan 04 18:15:45 2017

Bisect - Add posted json to step for debugging.

TBR=dtu@chromium.org
BUG= 672880 

Change-Id: Icaffd22520e1beee66900cb43ba9646e93ecd9b1
Reviewed-on: https://chromium-review.googlesource.com/424885
Reviewed-by: Simon Hatch <simonhatch@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>

[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code_fail.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/763b10e8c607904faefadb85838a9d36e3a7c0a6/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json

Project Member

Comment 12 by bugdroid1@chromium.org, Jan 4 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d

commit 1fadc8ce3da90f5b75919144a2c1a4cd61882d5d
Author: Simon <simonhatch@chromium.org>
Date: Wed Jan 04 19:57:52 2017

Push "Bisect - Add posted json to step for debugging." to prod.

TBR=dtu@chromium.org
BUG= 672880 

Change-Id: Ib3873e9a3dd7d3aef509dbf5defa00dbe98c57dc
Reviewed-on: https://chromium-review.googlesource.com/424995
Reviewed-by: Simon Hatch <simonhatch@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>

[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/bisector.py
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/no_repro.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/no_values.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/retest_bisect.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code_fail.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/1fadc8ce3da90f5b75919144a2c1a4cd61882d5d/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json

Project Member

Comment 13 by bugdroid1@chromium.org, Jan 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7

commit e2e5ca309a42adc08a1511fcf6dfd70597f38ed7
Author: Simon <simonhatch@chromium.org>
Date: Wed Jan 18 20:19:31 2017

Bisect - Wrap a lot of perf try functionality into steps.

Previously it was all just spilled out onto build page, making it
difficult to navigate. Just added some quick steps to hide things behind
a few high level steps. Also tried fixing the step text.

TBR=dtu@chromium.org
BUG= 672880 

Change-Id: I38e6599ae25df59e473a34ef0f5f6f11a4cd177e
Reviewed-on: https://chromium-review.googlesource.com/428445
Reviewed-by: Simon Hatch <simonhatch@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>

[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipe_modules/perf_try_staging/__init__.py
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipe_modules/perf_try_staging/api.py
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/android_bisect_staging.py
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_revisions.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/deps_perf_tryjob.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/perf_tryjob_failed_test.json
[modify] https://crrev.com/e2e5ca309a42adc08a1511fcf6dfd70597f38ed7/scripts/slave/recipes/bisection/desktop_bisect_staging.py

Project Member

Comment 14 by bugdroid1@chromium.org, Jan 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/0394798b12e63105fd35a4c4861835d56723db2e

commit 0394798b12e63105fd35a4c4861835d56723db2e
Author: Simon <simonhatch@chromium.org>
Date: Wed Jan 18 20:49:02 2017

Bisect - Update cloud link pattern.

TBR=dtu@chromium.org
BUG= 672880 

Change-Id: I433c8fe4c0710deab4c08a6e5811eaf1838197f6
Reviewed-on: https://chromium-review.googlesource.com/430156
Reviewed-by: Simon Hatch <simonhatch@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>

[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipe_modules/perf_try_staging/api.py
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/android_bisect_staging.py
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_revisions.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/deps_perf_tryjob.json
[modify] https://crrev.com/0394798b12e63105fd35a4c4861835d56723db2e/scripts/slave/recipes/bisection/desktop_bisect_staging.py

Components: Speed>Bisection
Status: Assigned (was: Untriaged)
Status: Fixed (was: Assigned)
Fixed a long time ago.

Sign in to add a comment