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

Issue 2486923002: Use devil's adb with each bisect iteration, also start/stop daemons. (Closed)

Created:
4 years, 1 month ago by ghost stip (do not use)
Modified:
4 years, 1 month ago
Reviewers:
RobertoCN, dtu, jbudorick
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Use devil's adb with each bisect iteration, also start/stop daemons. In order to cleanly accomplish this change, custom android code has been moved out of the auto bisect loop and into two context managers. Desktop and other non-Android builds will use noop context managers instead. This change cleans up a lot of nested logic in the bisect and makes it a little less commingled with calling code. This change is only for the staging recipe. If shown to work, we can land https://codereview.chromium.org/2485763002/. BUG=660852 Committed: https://chromium.googlesource.com/chromium/tools/build/+/71e8f921fdc7abc1cea52ef5cf8247069c305bc7

Patch Set 1 #

Patch Set 2 : Address comments in https://codereview.chromium.org/2485763002/. #

Patch Set 3 : Cleanup. #

Total comments: 8

Patch Set 4 : Rebase and address comments. #

Total comments: 13

Patch Set 5 : Address jbudorick's comments. #

Total comments: 2

Patch Set 6 : Also add new_api to android_bisect_test_wrapper. #

Patch Set 7 : Rebase onto latest master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10218 lines, -1326 lines) Patch
M scripts/slave/recipe_modules/auto_bisect_staging/api.py View 1 2 3 4 5 6 5 chunks +38 lines, -38 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/api.py View 1 2 3 4 5 6 2 chunks +34 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/example.expected/use_devil_adb_basic.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/failure_in_ref_range.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnection.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_no_device.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.py View 1 2 3 4 5 6 2 chunks +32 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_fyi_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_one_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_s5_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_s5_perf_cq.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 10 chunks +170 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/failure_in_ref_range.json View 1 2 3 4 5 6 7 chunks +372 lines, -2 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json View 1 2 3 4 5 6 23 chunks +1450 lines, -160 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json View 1 2 3 4 5 6 54 chunks +4169 lines, -671 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json View 1 2 3 4 5 6 23 chunks +1450 lines, -160 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_no_device.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_fyi_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_nexus5_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_nexus6_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_nexus7_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_nexus9_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_one_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_s5_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_s5_perf_cq.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_webview_arm64_aosp_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_android_webview_nexus6_aosp_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_benchmark_to_run_staging_android_nexus5X_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_fyi_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_nexus5X_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_nexus5_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_nexus6_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_nexus7_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_nexus9_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_one_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_s5_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_s5_perf_cq.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_webview_arm64_aosp_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_android_webview_nexus6_aosp_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_staging_android_nexus5X_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_fyi_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_nexus5X_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_nexus5_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_nexus6_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_nexus7_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_nexus9_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_one_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_s5_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_s5_perf_cq.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_webview_arm64_aosp_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_android_webview_nexus6_aosp_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_staging_android_nexus5X_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_fyi_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus5X_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus5_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus6_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus7_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus9_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_one_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_s5_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_s5_perf_cq.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_webview_arm64_aosp_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_webview_nexus6_aosp_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_staging_android_nexus5X_perf_bisect.json View 1 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_one_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_s5_perf_cq.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_nexus6_aosp_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 29 (9 generated)
ghost stip (do not use)
ptal! this is just for staging
4 years, 1 month ago (2016-11-08 20:56:00 UTC) #3
ghost stip (do not use)
ptal https://codereview.chromium.org/2486923002/diff/30001/scripts/slave/recipe_modules/auto_bisect_staging/api.py File scripts/slave/recipe_modules/auto_bisect_staging/api.py (left): https://codereview.chromium.org/2486923002/diff/30001/scripts/slave/recipe_modules/auto_bisect_staging/api.py#oldcode11 scripts/slave/recipe_modules/auto_bisect_staging/api.py:11: import os os was an unnecessary import https://codereview.chromium.org/2486923002/diff/30001/scripts/slave/recipe_modules/chromium_android/api.py ...
4 years, 1 month ago (2016-11-09 01:55:56 UTC) #4
jbudorick
Should there be changes to https://codesearch.chromium.org/chromium/build/scripts/slave/recipes/bisection/android_bisect_staging.py ? https://codereview.chromium.org/2486923002/diff/30001/scripts/slave/recipe_modules/chromium_android/api.py File scripts/slave/recipe_modules/chromium_android/api.py (right): https://codereview.chromium.org/2486923002/diff/30001/scripts/slave/recipe_modules/chromium_android/api.py#newcode1166 scripts/slave/recipe_modules/chromium_android/api.py:1166: def android_build_wrapper(self, ...
4 years, 1 month ago (2016-11-09 14:32:36 UTC) #5
RobertoCN
Bisectwise this looks good to me. Idk about chromium_android though. In that, I defer to ...
4 years, 1 month ago (2016-11-09 22:10:31 UTC) #6
RobertoCN
LGTM % John's comments.
4 years, 1 month ago (2016-11-09 22:11:51 UTC) #7
ghost stip (do not use)
ptal. the scripts/slave/recipes/bisection/android_bisect_staging.py change is there, it's just buried in all the expectations. look about ...
4 years, 1 month ago (2016-11-09 23:05:37 UTC) #8
jbudorick
https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py File scripts/slave/recipe_modules/chromium_android/api.py (right): https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py#newcode1168 scripts/slave/recipe_modules/chromium_android/api.py:1168: def wrapper(bisect_obj): nit: This shouldn't be "bisect_obj" if it's ...
4 years, 1 month ago (2016-11-09 23:51:46 UTC) #9
ghost stip (do not use)
https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py File scripts/slave/recipe_modules/chromium_android/api.py (right): https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py#newcode1180 scripts/slave/recipe_modules/chromium_android/api.py:1180: bisect_obj.ensure_checkout() On 2016/11/09 23:51:45, jbudorick wrote: > ...? so ...
4 years, 1 month ago (2016-11-10 00:51:57 UTC) #10
jbudorick
https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py File scripts/slave/recipe_modules/chromium_android/api.py (right): https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py#newcode1180 scripts/slave/recipe_modules/chromium_android/api.py:1180: bisect_obj.ensure_checkout() On 2016/11/10 00:51:57, stip wrote: > On 2016/11/09 ...
4 years, 1 month ago (2016-11-10 01:00:30 UTC) #11
ghost stip (do not use)
https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py File scripts/slave/recipe_modules/chromium_android/api.py (right): https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py#newcode1180 scripts/slave/recipe_modules/chromium_android/api.py:1180: bisect_obj.ensure_checkout() On 2016/11/10 01:00:29, jbudorick wrote: > On 2016/11/10 ...
4 years, 1 month ago (2016-11-10 01:05:33 UTC) #12
jbudorick
On 2016/11/10 01:05:33, stip wrote: > https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py > File scripts/slave/recipe_modules/chromium_android/api.py (right): > > https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py#newcode1180 > ...
4 years, 1 month ago (2016-11-10 01:06:06 UTC) #13
jbudorick
https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py File scripts/slave/recipe_modules/chromium_android/api.py (right): https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py#newcode1168 scripts/slave/recipe_modules/chromium_android/api.py:1168: def wrapper(bisect_obj): On 2016/11/09 23:51:46, jbudorick wrote: > nit: ...
4 years, 1 month ago (2016-11-10 01:17:37 UTC) #14
ghost stip (do not use)
ptal again https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py File scripts/slave/recipe_modules/chromium_android/api.py (right): https://codereview.chromium.org/2486923002/diff/40001/scripts/slave/recipe_modules/chromium_android/api.py#newcode1168 scripts/slave/recipe_modules/chromium_android/api.py:1168: def wrapper(bisect_obj): On 2016/11/10 01:17:37, jbudorick wrote: ...
4 years, 1 month ago (2016-11-11 01:08:17 UTC) #15
jbudorick
https://codereview.chromium.org/2486923002/diff/50001/scripts/slave/recipes/bisection/android_bisect_staging.py File scripts/slave/recipes/bisection/android_bisect_staging.py (right): https://codereview.chromium.org/2486923002/diff/50001/scripts/slave/recipes/bisection/android_bisect_staging.py#newcode148 scripts/slave/recipes/bisection/android_bisect_staging.py:148: def android_bisect_test_wrapper(api): You have api here and new_api above. ...
4 years, 1 month ago (2016-11-11 01:15:55 UTC) #16
jbudorick
meant to add, lgtm w/ q On 2016/11/11 01:15:55, jbudorick wrote: > https://codereview.chromium.org/2486923002/diff/50001/scripts/slave/recipes/bisection/android_bisect_staging.py > File ...
4 years, 1 month ago (2016-11-11 01:16:19 UTC) #17
ghost stip (do not use)
https://codereview.chromium.org/2486923002/diff/50001/scripts/slave/recipes/bisection/android_bisect_staging.py File scripts/slave/recipes/bisection/android_bisect_staging.py (right): https://codereview.chromium.org/2486923002/diff/50001/scripts/slave/recipes/bisection/android_bisect_staging.py#newcode148 scripts/slave/recipes/bisection/android_bisect_staging.py:148: def android_bisect_test_wrapper(api): On 2016/11/11 01:15:55, jbudorick wrote: > You ...
4 years, 1 month ago (2016-11-11 02:19:18 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2486923002/60001
4 years, 1 month ago (2016-11-11 02:19:41 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: Build Presubmit on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/326a009f39f75e10)
4 years, 1 month ago (2016-11-11 02:27:30 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2486923002/70001
4 years, 1 month ago (2016-11-11 20:12:03 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-11-11 20:24:09 UTC) #28
Message was sent while issue was closed.
Committed patchset #7 (id:70001) as
https://chromium.googlesource.com/chromium/tools/build/+/71e8f921fdc7abc1cea5...

Powered by Google App Engine
This is Rietveld 408576698