New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 723763 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug


Sign in to add a comment

Bootstrap all "tools/build" script invocations through "runit.py".

Project Member Reported by d...@chromium.org, May 17 2017

Issue description

The PYTHONPATH assumptions made by scripts in "tools/build" are not necessarily always valid, notably in Kitchen execution circumstances. The solution (ATM) is to run each such script through "runit.py" so it picks up the local PYTHONPATH.

Update all script invocation sites in "tools/build" to do this so their assumptions hold for all execution environments.
 

Comment 1 by d...@chromium.org, May 17 2017

Using script:

for script in `find scripts/slave/ scripts/slave/chromium scripts/slave/android/ scripts/slave/syzygy/ -maxdepth 1 -name '*.py'`; do echo "=== $(basename $script)"; git --no-pager grep -C10 `basename $script` scripts/slave/recipes/**/*.py scripts/slave/recipe_modules/**/*.py; done > outstanding.txt


Comment 2 by d...@chromium.org, May 17 2017

Components: Infra>Platform>Buildbucket>Swarmbucket
Project Member

Comment 3 by bugdroid1@chromium.org, May 17 2017

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

commit d12c5d4da0acff399a59b9fab33c26f4f83201b3
Author: Dan Jacques <dnj@chromium.org>
Date: Wed May 17 21:35:41 2017

Bootstrap "find_xcode.py".

Bootstrap "find_xcode.py" through "runit.py" to ensure that it uses the
correct PYTHONPATH.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: I68d1855174e90886396899a947a415c92a0213a9
Reviewed-on: https://chromium-review.googlesource.com/508273
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Daniel Jacques <dnj@chromium.org>

[modify] https://crrev.com/d12c5d4da0acff399a59b9fab33c26f4f83201b3/scripts/slave/recipes/flutter/flutter.expected/mac.json
[modify] https://crrev.com/d12c5d4da0acff399a59b9fab33c26f4f83201b3/scripts/slave/recipes/flutter/flutter.py
[modify] https://crrev.com/d12c5d4da0acff399a59b9fab33c26f4f83201b3/scripts/slave/recipes/flutter/flutter.expected/mac_cannot_find_xcode.json

Project Member

Comment 4 by bugdroid1@chromium.org, May 17 2017

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

commit 548cbb2161cccbba8e0c8f6e5e91a959ecbede3b
Author: Dan Jacques <dnj@chromium.org>
Date: Wed May 17 22:05:58 2017

Bootstrap 'upload_perf_dashboard_results'

Bootstrap "upload_perf_dashboard_results" through "runit.py" so it links
in PYTHONPATH.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: I15b602ff7ea9aac396457d06cea760b5db844194
Reviewed-on: https://chromium-review.googlesource.com/508069
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Daniel Jacques <dnj@chromium.org>

[modify] https://crrev.com/548cbb2161cccbba8e0c8f6e5e91a959ecbede3b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_perf_test_ignore_task_failure.json
[modify] https://crrev.com/548cbb2161cccbba8e0c8f6e5e91a959ecbede3b/scripts/slave/recipe_modules/chromium_tests/tests/steps/swarming_isolated_script_test.expected/chartjson_ignore_task_failure.json
[modify] https://crrev.com/548cbb2161cccbba8e0c8f6e5e91a959ecbede3b/scripts/slave/recipe_modules/chromium_tests/tests/steps/swarming_isolated_script_test.expected/chartjson.json
[modify] https://crrev.com/548cbb2161cccbba8e0c8f6e5e91a959ecbede3b/scripts/slave/recipe_modules/chromium_tests/steps.py
[modify] https://crrev.com/548cbb2161cccbba8e0c8f6e5e91a959ecbede3b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_perf_test.json
[modify] https://crrev.com/548cbb2161cccbba8e0c8f6e5e91a959ecbede3b/scripts/slave/recipe_modules/chromium_tests/tests/steps/swarming_isolated_script_test.py

Project Member

Comment 5 by bugdroid1@chromium.org, May 17 2017

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

commit 72e5b727a9aaa51e36c1a43a048933a2d477e2fb
Author: Dan Jacques <dnj@chromium.org>
Date: Wed May 17 22:14:38 2017

Bootstrap "taskkill" and "runhooks_wrapper".

Bootstrap "taskkill" and "runhooks_wrapper" scripts through "runit.py"
to ensure that they pick up the tools/build PYTHONPATH environment.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: I1cf9e17f51c773a66fe9d50dfb783bcbe823ae52
Reviewed-on: https://chromium-review.googlesource.com/508033
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Daniel Jacques <dnj@chromium.org>

[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/cross_dartino_linux_arm_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/target_dartino_linux_debug_arm_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/target_dartino_linux_debug_arm.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_debug_asan_x86.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_free_rtos.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_release_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_debug_asan_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_lk_debug_arm_qemu.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_debug_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.py
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_win_debug_x86.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_release_asan_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/cross_dartino_linux_arm.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_release_asan_x86.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_asan_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Mac_10_6.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_free_rtos_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Win7.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/target_dartino_linux_release_arm_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_debug_x86.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_debug_asan_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_lk_debug_arm_qemu_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x86.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x64_sdk.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_win_debug_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_release_x64_sdk.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux32.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_asan_x86.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/target_dartino_linux_release_arm.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_release_x64_sdk_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x64_sdk_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_debug_x86_dev.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_release_x86.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_mac_debug_asan_x86.json
[modify] https://crrev.com/72e5b727a9aaa51e36c1a43a048933a2d477e2fb/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_debug_x86.json

Project Member

Comment 6 by bugdroid1@chromium.org, May 17 2017

Project Member

Comment 7 by bugdroid1@chromium.org, May 17 2017

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

commit 59b2a19535187b885ced88a997587ae54cb8a379
Author: Dan Jacques <dnj@chromium.org>
Date: Wed May 17 22:34:18 2017

Bootstrap "archive_webkit_test_results".

Bootstrap "archive_webkit_test_results" through "runit.py" in
order to ensure that it picks up the correct PYTHONPATH
environment.

BUG= chromium:723763 
TEST=expectations

Change-Id: I5620d0c03fe955a3005788770ec1790cf8019f97
Reviewed-on: https://chromium-review.googlesource.com/508095
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/webkit_tests_interrupted.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac10_9_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_10.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_compile_without_patch_fails.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_compile_without_patch_fails.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_minimal_pass_continues.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipe_modules/chromium_tests/tests/steps/blink_test.expected/unexpected_flakes.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_layout_tests_layout_ng.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_pass.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_trusty_blink_dbg.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/add_layout_tests_via_manual_diff_inspection.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipe_modules/chromium_tests/tests/steps/blink_test.expected/win.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_trusty_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_interrupted.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___ignition_pass.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_blink_trybot_test_failures.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___ignition_fail.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_unexpected_error.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win7__dbg_.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty_ASAN.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_11__retina_.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_dbg.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/chromium_webkit_revision_webkit.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Browser_Side_Navigation_Linux.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/minimal_pass_continues.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_minimal_pass_continues.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_11__dbg_.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/add_swarming_layout_tests_via_manual_diff_inspection.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac10_10_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac10_12_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipe_modules/chromium_tests/tests/api/trybot_steps.expected/blink_mac.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Android__Nexus4_.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_12.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/chromium_webkit_crash.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac10_11_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_too_many_failures_for_retcode.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_fail.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty__dbg_.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_11.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_9.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_interrupted.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Mac_fail.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__fail.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_with_and_without_patch_fail.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux_layout_ng_Dummy_Builder.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_webkit.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux_slimming_paint_v2_Dummy_Builder.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Mac___RandomOrder.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipe_modules/chromium_tests/steps.py
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win10_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/swarmed_layout_tests_too_many_failures_for_retcode.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Win___RandomOrder.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipe_modules/chromium_tests/tests/steps/blink_test.expected/big.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/add_swarming_layout_tests_via_manual_diff_inspection_that_fails.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Win_fail.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_browser_side_navigation_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_site_isolation.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipe_modules/chromium_tests/tests/steps/blink_test.expected/android.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac10_11_retina_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win7.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_layout_tests_slimming_paint_v2.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac10_9_blink_dbg.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Mac_pass.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/chromium_webkit_revision_chromium.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_linux_blink_rel.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/swarmed_layout_tests_with_and_without_patch_fail.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty_MSAN.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win10.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/too_many_failures_for_retcode.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_unexpected_error.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/chromium_webkit_warnings.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Win_pass.json
[modify] https://crrev.com/59b2a19535187b885ced88a997587ae54cb8a379/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty_Leak.json

Project Member

Comment 8 by bugdroid1@chromium.org, May 17 2017

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

commit 13eedbe79cab4bdfb588eae57453d1bac57465ef
Author: Dan Jacques <dnj@chromium.org>
Date: Wed May 17 22:48:18 2017

Bootstrap chromium recipe module through runit.py

Bootstrap "chromium" recipe module calls through "runit.py" to ensure
that they pick up the correct PYTHONPATH.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: I83f3d792d456a94f39e4775372c58e14306466d1
Reviewed-on: https://chromium-review.googlesource.com/507949
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org>
Commit-Queue: Daniel Jacques <dnj@chromium.org>

[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_asan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Battor_Agent_Win.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/test.expected/flaky_tests.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_staging_win_perf_bisect.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win32_release__clang_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Intel_GPU_Perf.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Linux.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_dbg_ng.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/syzygy/smoke_test.expected/full_master_client_syzygy_Syzygy_Smoke_Test.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_tsan2.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_win_x64_dbg_try.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_perf_test_empty.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_win_Win7_Tests__1_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_TSAN.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_mac_mac_chromium_compile_dbg_ng.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan_vptr.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_client_skia_Win7_Tests__1_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_release.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClngLLDdbg_tester.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android32_mips_debug.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Win10_Debug__Intel_HD_530_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac__swarming_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipe_modules/chromium/tests/sizes.expected/platform.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_TSAN_Debug.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_ninja_build_failure.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/test.expected/nonexistent_test_step_skipped.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_swarming_tests.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_perf_bisect_builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_Clang_Builder__dbg_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64___debug.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_TSAN_Release.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Builder_FYI.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/syzygy/coverage.expected/full_master_client_syzygy_win_cov_try.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/skip_layout_tests_via_manual_diff_doesnt_match.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN___debug_builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_Mac_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_10_Low_End_Perf_Tests.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg__tester.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64intel_perf_bisect.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipe_modules/chromium/tests/compile.expected/official.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Mac_Release__Intel_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_Perf.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_Win_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_clang.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_last_sub_range.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_ASAN_arm___debug_builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_10_4_Core_Low_End_Perf_Tests.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroid.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_UBSan_vptr_Release.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_perf_bisect.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_cast_shell_linux.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Win7_Debug__AMD_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_release.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_mac_mac_chromium_10_10_rel_ng.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_Android.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Win10_Debug__NVIDIA_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_dbg.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___debug.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win10_blink_rel.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_10_perf_bisect.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/test.expected/record_infra_failure.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/test.expected/compile_skipped.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Mac_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_shared__tester.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_win_official_try.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_ubsan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Audio_Linux.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_High_DPI_Perf.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipe_modules/chromium_tests/tests/api/deapply_patch.expected/basic.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_9_Goma_Canary__clobber_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin64_dll__tester.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClngLLDdbg.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsanCov_tester.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_tester.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_rel_ng.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroid__dbg_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_non_gpu.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipe_modules/chromium/tests/compile.expected/codesearch.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_10_MacViews.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Battor_Agent_Mac.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_Win7_Debug__NVIDIA_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_syzyasan_rel.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64_tester.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win10.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Mojo_Windows.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_memory_Linux_TSan_Builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dll_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___release_builder.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan_dll_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_asan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac10_9_blink_rel.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_dbg.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Win10_Release__Intel_HD_530_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Debug_x64.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_goma_Chromium_Mac_Goma_Staging.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_gpu_Win7_Release__NVIDIA_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac_GC_Stress.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_asan_rel_ng.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_android.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_9_Goma_Canary__dbg__clobber_.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_gc_stress_dbg.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json
[modify] https://crrev.com/13eedbe79cab4bdfb588eae57453d1bac57465ef/scripts/slave/re
Project Member

Comment 9 by bugdroid1@chromium.org, May 17 2017

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

commit a820eec0c2f3b2cb88b4d660613e9c92212af46a
Author: Dan Jacques <dnj@chromium.org>
Date: Wed May 17 23:29:39 2017

Bootstrap "nacl_sdk_buildbot_run".

Bootstrap "nacl_sdk_buildbot_run" through "runit.py" so it always picks
up the correct PYTHONPATH.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: I490094920b4bcc5e6acd2f8a76c39941310661b1
Reviewed-on: https://chromium-review.googlesource.com/508034
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>

[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/nacl/sdk.expected/basic.json
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/mac_sdk_multi.json
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/windows_sdk_multi.json
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_multi.json
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_multirel.json
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/nacl/sdk.py
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/windows_sdk_multirel.json
[modify] https://crrev.com/a820eec0c2f3b2cb88b4d660613e9c92212af46a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/mac_sdk_multirel.json

Project Member

Comment 10 by bugdroid1@chromium.org, May 17 2017

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

commit d4e3bd5598f8a51a843723d5da136ad452d7db8b
Author: Dan Jacques <dnj@chromium.org>
Date: Wed May 17 23:53:44 2017

Bootstrap "archive_build.py".

Bootstrap "archive_build.py" calls through "runit.py" to ensure that it
has the correct PYTHONPATH environment.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: Ide4b407523d64794043600b85a501a01999cbeb1
Reviewed-on: https://chromium-review.googlesource.com/508093
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>

[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/example.py
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/tests/upload_apks_for_bisect.expected/basic.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/tests/upload_build.expected/basic.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/tests/upload_build.py
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/tests/upload_apks_for_bisect.py
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/api.py
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/__init__.py
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/d4e3bd5598f8a51a843723d5da136ad452d7db8b/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json

Project Member

Comment 11 by bugdroid1@chromium.org, May 18 2017

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

commit 9ec76523bb3629ab4874cd834c44dfa992929fc7
Author: Dan Jacques <dnj@chromium.org>
Date: Thu May 18 00:01:52 2017

Bootstrap "transfer_files.py".

Bootstrap "transfer_files.py" through "runit.py" to ensure that it has
the correct PYTHONPATH environment.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: I58f313ed18358717ab4543ea1a5ee92265eab7d5
Reviewed-on: https://chromium-review.googlesource.com/508271
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>

[modify] https://crrev.com/9ec76523bb3629ab4874cd834c44dfa992929fc7/scripts/slave/recipes/libvpx/android_unittests.py
[modify] https://crrev.com/9ec76523bb3629ab4874cd834c44dfa992929fc7/scripts/slave/recipes/libvpx/android_unittests.expected/basic_linux_64.json

Project Member

Comment 12 by bugdroid1@chromium.org, May 18 2017

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

commit 8f8aee589409a3a4b09cd2df307268baa517be98
Author: Dan Jacques <dnj@chromium.org>
Date: Thu May 18 04:49:56 2017

Bootstrap "daemonizer.py".

Bootstrap "daemonizer.py" through "runit.py" so it picks up the right
PYTHONPATH environment.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: Idf6710f48a8135dc712dfc2f0fa1dee6b97714d8
Reviewed-on: https://chromium-review.googlesource.com/508091
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>

[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_fyi_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/asan_setup_failure.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__1_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/emulator.expected/x86_Emulator_Tester_test_fail.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/keep_data_install_tester_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/api.py
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_WebView_L__dbg_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/tester_failing_host_info.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__failing_test.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_recovery.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_android_fyi_Android_Tests__trial__dbg_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/tester_with_step_warning.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__1_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/emulator/__init__.py
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_status.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_reference_failure.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus5_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__2_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_test.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_rel.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_tester_arm32_debug__nexus_5x_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__test_failure.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/remove_system_vrcore_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_no_device.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Tests__dbg___K_Nexus5_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Android_Power_Nexus_5X_Perf.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Tests__dbg___L_Nexus7_2_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/dynamic_gtest_asan_android.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/upload_result_details_failures.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/use_devil_adb_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_one_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android64_tests__l_nexus9_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Remoting_Tests.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_no_device.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__1_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Android__Nexus4_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_one_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__2_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/src_side_script_fails.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/tester_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_recovery.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/no_cache_builder_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_fyi_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__3_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus7_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/missing_device.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_reference_failure.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/android/perf.expected/provision_devices.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_failures.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_WebView_N__dbg_.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/dynamic_gtest_android.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus6_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/asan_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipe_modules/chromium_android/example.expected/stackwalker_basic.json
[modify] https://crrev.com/8f8aee589409a3a4b09cd2df307268baa517be98/scripts/slave/recipes/chromium.expected/full_c
Project Member

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

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

commit feefbde597dd2c76463f51ad35e555922ce2c93f
Author: Dan Jacques <dnj@chromium.org>
Date: Thu May 18 13:50:30 2017

Bootstrap "authorize_adb_devices".

Bootstrap "authorize_adb_devices" through "runit.py" to ensure that it
has the correct PYTHONPATH enviornment.

BUG= chromium:723763 
TEST=expectations
R=nodir@chromium.org

Change-Id: Ia9122b7c6056de991a02f5c104f80cb831910885
Reviewed-on: https://chromium-review.googlesource.com/508173
Reviewed-by: John Budorick <jbudorick@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Daniel Jacques <dnj@chromium.org>

[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_fyi_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/asan_setup_failure.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__1_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/keep_data_install_tester_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/api.py
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_WebView_L__dbg_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_failing_host_info.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__failing_test.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_android_fyi_Android_Tests__trial__dbg_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_with_step_warning.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__1_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_reference_failure.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus5_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__2_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_test.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_rel.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_tester_arm32_debug__nexus_5x_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__test_failure.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/remove_system_vrcore_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_no_device.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Tests__dbg___K_Nexus5_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Android_Power_Nexus_5X_Perf.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Tests__dbg___L_Nexus7_2_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/dynamic_gtest_asan_android.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/upload_result_details_failures.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/use_devil_adb_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android64_tests__l_nexus9_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Remoting_Tests.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_no_device.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__1_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Android__Nexus4_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__2_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/src_side_script_fails.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/no_cache_builder_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_fyi_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__3_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus7_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/missing_device.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_reference_failure.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/android/perf.expected/provision_devices.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_failures.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_WebView_N__dbg_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/dynamic_gtest_android.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_config_error_android_nexus6_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/asan_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/stackwalker_basic.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_WebView_M__dbg_.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
[modify] https://crrev.com/feefbde597dd2c76463f51ad35e555922ce2c93f/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[m
Project Member

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

Project Member

Comment 15 by bugdroid1@chromium.org, May 18 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chrome/tools/release/scripts/+/e4f94f13a17a5f4e7fb9a5b511a7924052ea14d8

commit e4f94f13a17a5f4e7fb9a5b511a7924052ea14d8
Author: Dan Jacques <dnj@chromium.org>
Date: Thu May 18 15:41:12 2017

Comment 16 by d...@chromium.org, May 22 2017

Status: Fixed (was: Started)
All known instances of tools running out of "tools/build" are now bootstrapped.

Comment 17 by no...@chromium.org, May 22 2017

thanks!!
Blocking: 731573
Blocking: 731543

Sign in to add a comment