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

Issue 662586 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: ----

Blocking:
issue 661390



Sign in to add a comment

cleanup base paths in path module

Project Member Reported by no...@chromium.org, Nov 4 2016

Issue description

infra_paths module puts a bunch of paths into "path" module, e.g. "git_cache", "goma_cache", "slave_build", etc. This carries too much knowledge about outside world.

- create a new configuration that has only two paths: "root" and "cache" where root is CWD the value for the cache path is passed through a property value, so no hardcoded values
- remove all dependencies on other paths, e.g. bot_update currently depends on paths['slave_build']. Remove that. The git cache that bot_update uses should default to paths['cache'] + '/git'
- transition to the new configuration and remove "swarmbucket" from infra_paths


 
Project Member

Comment 1 by bugdroid1@chromium.org, Nov 17 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/52185b37827b920fcd4ba153c731f62a82e11210

commit 52185b37827b920fcd4ba153c731f62a82e11210
Author: Nodir Turakulov <nodir@chromium.org>
Date: Wed Nov 16 23:57:43 2016

Update infra_paths to use START_DIR

CURRENT_WORKING_DIR in path module was renamed to START_DIR. Update
infra_paths accordingly.

This includes recipe_engine roll.

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: I913c16b1a185c5b753284ed934a5e60912887f0f
Reviewed-on: https://chromium-review.googlesource.com/412055
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>

[modify] https://crrev.com/52185b37827b920fcd4ba153c731f62a82e11210/infra/config/recipes.cfg
[modify] https://crrev.com/52185b37827b920fcd4ba153c731f62a82e11210/recipe_modules/infra_paths/path_config.py

Project Member

Comment 2 by bugdroid1@chromium.org, Nov 17 2016

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

commit fbf01c5431a35ae131ddef348cb1e00f555d4504
Author: Nodir Turakulov <nodir@chromium.org>
Date: Wed Nov 16 23:26:53 2016

remove slave_build path

slave_build path, defined by infra_paths module, is unnecessarily tied
to our buildbot setup which we are trying to deprecate in favor of LUCI.
In practice it is always == start_dir and that's what we want in LUCI too.

Update all code that uses slave_build path to use start_dir instead.

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: Id52aa535d6a4f52670d581bf56aab65f670b1861
Reviewed-on: https://chromium-review.googlesource.com/412075
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/bot_update/api.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/api.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/example.expected/basic.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/example.expected/describe-failed.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/example.expected/describe-many-instances.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/example.expected/install-failed.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/example.expected/mac64.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/example.expected/win64.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/example.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/cipd/test_api.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/gclient/api.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/gclient/example.expected/basic.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/gclient/example.expected/revision.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/gclient/example.expected/tryserver.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/gclient/example.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/api.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/basic.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/basic_branch.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/basic_file_name.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/basic_hash.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/basic_ref.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/basic_submodule_update_force.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/can_fail_build.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/cannot_fail_build.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/cat-file_test.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/count-objects_delta.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/count-objects_failed.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/count-objects_with_bad_output.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/curl_trace_file.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/git-cache-checkout.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/platform_win.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/rebase_failed.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/remote_not_origin.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.expected/set_got_revision.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/git/example.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/infra_paths/path_config.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/rietveld/example.expected/basic.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/rietveld/example.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/api.py
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.expected/with_gerrit_patch.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.expected/with_git_patch.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.expected/with_svn_patch.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.expected/with_wrong_patch.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json
[modify] https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504/recipe_modules/tryserver/example.py

Comment 3 by no...@chromium.org, Nov 17 2016

Status: Started (was: Assigned)
Project Member

Comment 4 by bugdroid1@chromium.org, Nov 17 2016

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

commit 61643f9a0c5e48d82feaea2831fbb132426d42fa
Author: Nodir Turakulov <nodir@chromium.org>
Date: Thu Nov 17 03:09:40 2016

update path slave_build->start_dir

slave_build path was deprecated in favor of start_dir. Update recipes
and recipe modules accordingly.

Also roll depot_tools, so we update all expectations in one CL.

R=iannucci@chromium.org
TBR=phajdan.jr@chromium.org, dpranke@chromium.org
BUG= 662586 

Change-Id: Ifc8d95bd75d33bfd6cbdb9a662fd7e953b2820b4
Reviewed-on: https://chromium-review.googlesource.com/411951
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>

[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/infra/config/recipes.cfg
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/master/recipe_converter.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component_svn_with_git.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_mac.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_no_llvm.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/bad_config.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/no_repro.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/no_values.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/retest_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/bad_config.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/blimp/example.expected/Blimp_Client_Engine_Integration_test_pass.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_commit_already_in_logs.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_download_logs_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_test_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_unexpected_prebuilt.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromite/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromite/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_no_out_dir_with_goma_module.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_no_out_dir_with_goma_module_goma_disabled_win.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_with_goma_module.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/chromeos.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/codesearch.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/device_file_format_mismatch.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/device_flags_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/json_results_file_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/no_cache_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/no_strict_mode_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_failures.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_failing_host_info.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_recovery.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_status.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_offline_devices.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_recovery.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_status.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_with_step_warning.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/timestamp_as_point_id_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tombstones_m53.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/use_devil_adb_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_output.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_platform.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_class_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_method_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_tests/steps.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/high_usage.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/no_test_data.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/space_usage_fails_build.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/file/example.expected/file_io.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/file/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_all_exes.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_test_targets.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/bad_retcode_fails.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/invalid_targets.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/match_additional_name_exclusion.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/match_ignore.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gae_sdk/example.expected/linux.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gae_sdk/example.expected/mac.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gae_sdk/example.expected/win.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_error.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/linux.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/linux_goma_disabled.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/mac.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/mac_goma_disabled.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/win.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gsutil/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gsutil/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/clobber.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/errors.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/expired.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/infra_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/no_exit_code.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/test_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/timed_out.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/isolate/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/isolate/example.exp
Project Member

Comment 5 by bugdroid1@chromium.org, Nov 17 2016

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

commit 61643f9a0c5e48d82feaea2831fbb132426d42fa
Author: Nodir Turakulov <nodir@chromium.org>
Date: Thu Nov 17 03:09:40 2016

update path slave_build->start_dir

slave_build path was deprecated in favor of start_dir. Update recipes
and recipe modules accordingly.

Also roll depot_tools, so we update all expectations in one CL.

R=iannucci@chromium.org
TBR=phajdan.jr@chromium.org, dpranke@chromium.org
BUG= 662586 

Change-Id: Ifc8d95bd75d33bfd6cbdb9a662fd7e953b2820b4
Reviewed-on: https://chromium-review.googlesource.com/411951
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>

[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/infra/config/recipes.cfg
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/master/recipe_converter.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component_svn_with_git.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_mac.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_no_llvm.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/archive/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/bad_config.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/no_repro.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/no_values.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/retest_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/bad_config.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/auto_bisect_staging/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/blimp/example.expected/Blimp_Client_Engine_Integration_test_pass.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_commit_already_in_logs.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_download_logs_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_test_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_unexpected_prebuilt.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromite/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromite/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_no_out_dir_with_goma_module.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_no_out_dir_with_goma_module_goma_disabled_win.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_with_goma_module.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/chromeos.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium/example.expected/codesearch.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/device_file_format_mismatch.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/device_flags_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/json_results_file_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/no_cache_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/no_strict_mode_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_failures.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_failing_host_info.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_recovery.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_status.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_offline_devices.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_recovery.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_status.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tester_with_step_warning.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/timestamp_as_point_id_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/tombstones_m53.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/use_devil_adb_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_output.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_platform.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_class_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_method_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/chromium_tests/steps.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/high_usage.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/no_test_data.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/disk/example.expected/space_usage_fails_build.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/file/example.expected/file_io.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/file/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_all_exes.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_test_targets.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/bad_retcode_fails.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/invalid_targets.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/match_additional_name_exclusion.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.expected/match_ignore.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/filter/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gae_sdk/example.expected/linux.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gae_sdk/example.expected/mac.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gae_sdk/example.expected/win.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_error.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/git_clone_bundler/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/linux.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/linux_goma_disabled.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/mac.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/mac_goma_disabled.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/win.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gsutil/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/gsutil/example.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/basic.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/clobber.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/errors.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/expired.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/infra_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/no_exit_code.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/test_failure.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/ios/example.expected/timed_out.json
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/isolate/api.py
[modify] https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa/scripts/slave/recipe_modules/isolate/example.exp
Project Member

Comment 6 by bugdroid1@chromium.org, Nov 17 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/75ea160204a93db316532ab1387b053e04ff08dc

commit 75ea160204a93db316532ab1387b053e04ff08dc
Author: recipe-roller <recipe-roller@chromium.org>
Date: Thu Nov 17 03:56:05 2016

Roll recipe dependencies (nontrivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

Please review the expectation changes, and LGTM as normal. The recipe roller
will *NOT* CQ the change itself, so you must CQ the change manually.

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/61643f9a0c5e48d82feaea2831fbb132426d42fa update path slave_build->start_dir (nodir@chromium.org)
depot_tools:
  https://crrev.com/fbf01c5431a35ae131ddef348cb1e00f555d4504 remove slave_build path (nodir@chromium.org)

R=nodir@chromium.org
BUG= 662586 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2507373002

[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/infra/config/recipes.cfg
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/build_conda_cipd_pkg.expected/linux.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/build_conda_cipd_pkg.expected/mac.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/build_conda_cipd_pkg.expected/win.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/build_repo_real_try.expected/ok-outer-try.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/build_repo_real_try.expected/ok-outer.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/depot_tools_builder.expected/basic.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/depot_tools_builder.expected/identical_normal_bleeding_edge_git_versions.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_continuous.expected/infra-64.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_continuous.expected/infra-cross-compile.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_continuous.expected/infra.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_continuous.expected/infra_internal.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_continuous.expected/infra_swarming.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_continuous.expected/infra_win.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/basic.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/basic_gerrit.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/infra_internal.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/infra_internal_gerrit.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/only_DEPS.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/only_glyco_python.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/only_go.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/only_js.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/only_python.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/rietveld_tests.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/infra_repo_trybot.expected/rietveld_tests_on_win.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/isolate_go_perf.expected/infra_linux.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/isolate_go_perf.expected/infra_win.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/luci_gae.expected/luci_gae.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/luci_gae.expected/presubmit_try_job.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/luci_go.expected/luci_go.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/luci_go.expected/presubmit_try_job.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/master_manager_config.expected/master_manager_config.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/master_manager_config.expected/master_manager_config_patch.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/publish_tarball.expected/basic.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/rebaseline_o_matic.expected/rebaseline_o_matic.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/basic.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/empty.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/failed_upload.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/failure.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/nontrivial.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/repo_data_nontrivial_open.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/repo_data_trivial_closed.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/repo_data_trivial_cq.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipe_autoroller.expected/with_auth.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/recipes_py_continuous.expected/basic.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/try_recipe.expected/broken_win.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/try_recipe.expected/default.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/try_recipe.expected/recursion.json
[modify] https://crrev.com/75ea160204a93db316532ab1387b053e04ff08dc/recipes/recipes/w3c_test_autoroller.expected/w3c-test-autoroller.json

Project Member

Comment 7 by bugdroid1@chromium.org, Nov 17 2016

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

commit 598493d33ebcf680a64e5a25839687f61ff07de9
Author: Nodir Turakulov <nodir@chromium.org>
Date: Thu Nov 17 00:38:46 2016

annotated_run, remote_run: pass path_config

path_config property defines paths that a build uses for checkout,
cache, etc. Pass "buildbot" default config in annotated_run and
remote_run so we can remove the default from infra_paths module and make
it do nothing if path_config is not passed.

R=iannucci@chromium.org, phajdan.jr@chromium.org
BUG= 662586 

Change-Id: I33f878563e459b506a21187b75328871ba017a1a
Reviewed-on: https://chromium-review.googlesource.com/412029
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>

[modify] https://crrev.com/598493d33ebcf680a64e5a25839687f61ff07de9/scripts/slave/annotated_run.py
[modify] https://crrev.com/598493d33ebcf680a64e5a25839687f61ff07de9/scripts/slave/remote_run.py

Project Member

Comment 8 by bugdroid1@chromium.org, Nov 17 2016

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

commit cb1beaa79fbeb9f480a9838480f846ed4e0ea19f
Author: Nodir Turakulov <nodir@chromium.org>
Date: Thu Nov 17 05:05:41 2016

deprecate depot_tools path

Use depot_tools module's methods or package_repo_resource function to
determine paths of tools that live in depot_tools

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: Ic3172308c140f7f19e982ec6ec5a4b1b83261e1b
Reviewed-on: https://chromium-review.googlesource.com/411936
Reviewed-by: Erik Staab <estaab@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>

[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/bot_update/example.py
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/depot_tools/api.py
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/depot_tools/example.expected/basic.json
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/depot_tools/example.expected/win.json
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/depot_tools/example.py
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/gclient/api.py
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/rietveld/api.py
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/rietveld/example.expected/basic.json
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
[modify] https://crrev.com/cb1beaa79fbeb9f480a9838480f846ed4e0ea19f/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json

Project Member

Comment 9 by bugdroid1@chromium.org, Nov 17 2016

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

commit ff416a73fbe00d95b178829c4a95140f2d998c49
Author: Nodir Turakulov <nodir@chromium.org>
Date: Thu Nov 17 23:14:39 2016

deprecate build path

Update recipe modules that use path "build" to either check whether it
is defined or fail with an explanation if it is not defined.

This CL marks failure code paths as `# pragma: no cover`. This comment
will be removed in https://chromium-review.googlesource.com/c/411989/

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: Ieb7637deefa6e366dfe4c30c7711d60daa06575a
Reviewed-on: https://chromium-review.googlesource.com/412225
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>

[modify] https://crrev.com/ff416a73fbe00d95b178829c4a95140f2d998c49/recipe_modules/bot_update/api.py
[modify] https://crrev.com/ff416a73fbe00d95b178829c4a95140f2d998c49/recipe_modules/rietveld/api.py
[modify] https://crrev.com/ff416a73fbe00d95b178829c4a95140f2d998c49/recipe_modules/tryserver/api.py

Project Member

Comment 10 by bugdroid1@chromium.org, Nov 17 2016

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

commit e672f93953647876df1468e9c1e02ea4aa3da4be
Author: Nodir Turakulov <nodir@chromium.org>
Date: Thu Nov 17 22:47:51 2016

deprecate git_cache path

We cannot easily move git cache location on all buildbot bots, but we
need to define a new value for LUCI.
Introduce infra_paths.default_git_cache_dir which must be used instead
of using path['git_cache'] directly.

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: I5244d7a761da94858df798abbd423c85f55936af
Reviewed-on: https://chromium-review.googlesource.com/411993
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>

[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/gclient/api.py
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/git/api.py
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/api.py
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/basic.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_swarmbucket_linux.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_swarmbucket_mac.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.expected/paths_swarmbucket_win.json
[modify] https://crrev.com/e672f93953647876df1468e9c1e02ea4aa3da4be/recipe_modules/infra_paths/example.py

Project Member

Comment 11 by bugdroid1@chromium.org, Nov 18 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7da798be1060e555f973905519d526dcbd6f7f88

commit 7da798be1060e555f973905519d526dcbd6f7f88
Author: Nodir Turakulov <nodir@chromium.org>
Date: Fri Nov 18 00:08:34 2016

infra_paths: do nothing if path_config is not specified

Currently if path_config is not specified, infra_paths
defaults to buildbot paths. We want to make this behavior explicit,
so we don't have to introduce a new "luci" path configuration which
tells infra_paths module to do nothing.

Buildbot now specifies path_config=buildbot since
https://chromium-review.googlesource.com/c/412029/ ,
so now we can remove this default.

This also affects all expectation files because this CL switches 
the default path configuration from Buildbot to LUCI.
In particular, it changes default git cache dir from [GIT_CACHE]
to [CACHE]/git.
Also code paths that work only in Buildbot environment has to 
have a test with path_config=buildbot.

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: Ifeabe13e69810dd24a6deb4830699f8c9fafafae
Reviewed-on: https://chromium-review.googlesource.com/411989
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>

[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/bot_update/api.py
[add] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/bot_update/example.expected/buildbot.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/bot_update/example.expected/trychange_oauth2.json
[add] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/bot_update/example.expected/trychange_oauth2_buildbot.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/bot_update/example.py
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/gclient/example.expected/basic.json
[add] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/gclient/example.expected/buildbot.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/gclient/example.expected/revision.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/gclient/example.expected/tryserver.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/gclient/example.py
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/git/example.expected/git-cache-checkout.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/infra_paths/api.py
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/infra_paths/example.expected/basic.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/rietveld/__init__.py
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/rietveld/api.py
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/rietveld/example.expected/basic.json
[add] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/rietveld/example.expected/buildbot.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/rietveld/example.py
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/tryserver/api.py
[add] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/tryserver/example.expected/with_git_patch_luci.json
[modify] https://crrev.com/7da798be1060e555f973905519d526dcbd6f7f88/recipe_modules/tryserver/example.py

Project Member

Comment 12 by bugdroid1@chromium.org, Nov 18 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/c27cb3160309ab6352ea10a6c77c7b4b93da1278

commit c27cb3160309ab6352ea10a6c77c7b4b93da1278
Author: Nodir Turakulov <nodir@chromium.org>
Date: Fri Nov 18 00:57:47 2016

kitchen: pass cache and temp dir

Add a flag for temp dir. If a flag for cache/temp directory is passed,
propagate it to the recipe_engine/path module via a property..

We will pass the flags in swarming task template. The result is that we
control paths the recipes will use. In particular, we will map "git"
named cache to the [CACHE]/git recipe path and bot_update will use it.
Also it makes sure that recipe engine uses <rundir>/tmp directory and
not system temporary dir, because system temp dir may be on a smaller
drive and because the rundir is temporary by definition (Swarming
deletes it after task completion)

R=estaab@chromium.org
BUG= 662586 

Change-Id: I7fa0ea94c9813a5ce7b2f87f14311237cb8f4afd
Reviewed-on: https://chromium-review.googlesource.com/412402
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Erik Staab <estaab@chromium.org>

[modify] https://crrev.com/c27cb3160309ab6352ea10a6c77c7b4b93da1278/go/src/infra/tools/kitchen/cook.go

Project Member

Comment 13 by bugdroid1@chromium.org, Nov 18 2016

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

commit 806eb8f80ff902b82f9605a8dbdb23e7a2318a27
Author: Nodir Turakulov <nodir@chromium.org>
Date: Fri Nov 18 18:31:19 2016

deprecate goma_cache path

If it is not defined, use [CACHE]/goma

The "# pragma: no cover" will be removed with the next depot_tools
recipe roll

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: Iaebfb3a2c18999ec3b68ef312d5ae46c7cae6bbf
Reviewed-on: https://chromium-review.googlesource.com/412429
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/806eb8f80ff902b82f9605a8dbdb23e7a2318a27/scripts/slave/recipe_modules/chromium/api.py
[modify] https://crrev.com/806eb8f80ff902b82f9605a8dbdb23e7a2318a27/scripts/slave/recipe_modules/goma/api.py

Project Member

Comment 14 by bugdroid1@chromium.org, Nov 18 2016

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

commit 806eb8f80ff902b82f9605a8dbdb23e7a2318a27
Author: Nodir Turakulov <nodir@chromium.org>
Date: Fri Nov 18 18:31:19 2016

deprecate goma_cache path

If it is not defined, use [CACHE]/goma

The "# pragma: no cover" will be removed with the next depot_tools
recipe roll

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: Iaebfb3a2c18999ec3b68ef312d5ae46c7cae6bbf
Reviewed-on: https://chromium-review.googlesource.com/412429
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/806eb8f80ff902b82f9605a8dbdb23e7a2318a27/scripts/slave/recipe_modules/chromium/api.py
[modify] https://crrev.com/806eb8f80ff902b82f9605a8dbdb23e7a2318a27/scripts/slave/recipe_modules/goma/api.py

Project Member

Comment 15 by bugdroid1@chromium.org, Nov 18 2016

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

commit 6717aefbc0fa5491be5133119dfd222aed11bf0f
Author: Nodir Turakulov <nodir@chromium.org>
Date: Fri Nov 18 00:44:25 2016

deprecate depot_tools path

Update recipes and recipe modules in build.git to not
use path['depot_tools'].

R=iannucci@chromium.org, martiniss@chromium.org
BUG= 662586 

Change-Id: I6fb8ff9b060eac1a07a9b5da5a31e319b11ad7d6
Reviewed-on: https://chromium-review.googlesource.com/412344
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromite/example.expected/basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/__init__.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/api.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/device_file_format_mismatch.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/device_flags_builder_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/json_results_file_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/no_cache_builder_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/no_strict_mode_tester_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_failures.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_failing_host_info.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_recovery.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_status.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_offline_devices.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_recovery.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_status.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_with_step_warning.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/timestamp_as_point_id_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/tombstones_m53.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/use_devil_adb_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_output.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_platform.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_class_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_method_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_error.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/repo/__init__.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/repo/api.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipe_modules/repo/example.expected/setup_repo.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/angler-armv8-concurrent-collector__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/angler-armv8-concurrent-collector__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/angler-armv8-debug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/angler-armv8-debug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/angler-armv8-ndebug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/angler-armv8-ndebug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/aosp_x86_build_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/fugu-debug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/fugu-debug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/fugu-ndebug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/fugu-ndebug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/hammerhead-concurrent-collector__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/hammerhead-concurrent-collector__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/hammerhead-debug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/hammerhead-debug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/hammerhead-ndebug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/hammerhead-ndebug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86-concurrent-collector__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86-concurrent-collector__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86-debug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86-debug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86-ndebug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86-ndebug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86_64-concurrent-collector__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86_64-concurrent-collector__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86_64-debug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86_64-debug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86_64-ndebug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/host-x86_64-ndebug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/mips64-emulator-debug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/mips64-emulator-debug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/target_hammerhead_device_cleanup_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/target_hammerhead_setup_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/target_hammerhead_test_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/volantis-armv8-concurrent-collector__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/volantis-armv8-concurrent-collector__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/volantis-armv8-debug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/volantis-armv8-debug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/volantis-armv8-ndebug__ON__client.art__clobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/volantis-armv8-ndebug__ON__client.art__noclobber.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/art.expected/x86_32_test_failure.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_afl.expected/full_chromium_fyi_Afl_Upload_Linux_ASan.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_afl.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_linux_linux_chromium_gn_upload.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_mac_mac_chromium_gn_upload.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_win_win8_chromium_gn_upload.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_gn_upload.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan_Debug.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/chromium_libfuzzer.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/android.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/linux.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/linux_asan_lsan.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/linux_no_v8.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/linux_skia.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/linux_xfa.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/linux_xfa_asan_lsan.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/linux_xfa_rel.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/mac.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/mac_no_v8.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/mac_skia.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/mac_xfa.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/mac_xfa_rel.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan_lsan.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/win.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/win_no_v8.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/win_skia.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/win_xfa.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/win_xfa_32.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/win_xfa_clang.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/win_xfa_clang_32.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.expected/win_xfa_rel.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/pdfium.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_RecreateSKPs.expected/Housekeeper-Nightly-RecreateSKPs_Canary.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_RecreateSKPs.expected/Housekeeper-Weekly-RecreateSKPs.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_RecreateSKPs.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_housekeeper.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_infra.expected/Infra-PerCommit.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_infra.expected/Infra-PerCommit_initialcheckout.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_infra.expected/Infra-PerCommit_try.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_infra.expected/Infra-PerCommit_try_gerrit.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_infra.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/skia/swarm_trigger.py
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json
[modify] https://crrev.com/6717aefbc0fa5491be5133119dfd222aed11bf0f/scripts/slave/recipes/webrtc/libfuzzer.py

Project Member

Comment 16 by bugdroid1@chromium.org, Nov 19 2016

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

commit 482a7e07e3996df539ee0e52f79808d7a6f01b56
Author: Nodir Turakulov <nodir@chromium.org>
Date: Fri Nov 18 21:39:18 2016

chromite module: require buildbot path config

chromite uses path['root'] which exists only in Buildbot world. Update
its example tests and tests of recipes that use chromite module to pass
path_config=buildbot property to ensure that root path will be present.

This is required to roll depot_tools which does not define root path
unless path config is explicitly set to buildbot

R=iannucci@chromium.org, martiniss@chromium.org, dnj@chromium.org
BUG= 662586 

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

[modify] https://crrev.com/482a7e07e3996df539ee0e52f79808d7a6f01b56/scripts/slave/recipe_modules/chromite/example.py
[modify] https://crrev.com/482a7e07e3996df539ee0e52f79808d7a6f01b56/scripts/slave/recipes/cros/cbuildbot.py
[modify] https://crrev.com/482a7e07e3996df539ee0e52f79808d7a6f01b56/scripts/slave/recipes/cros/cbuildbot_tryjob.py
[modify] https://crrev.com/482a7e07e3996df539ee0e52f79808d7a6f01b56/scripts/slave/recipes/ndk/ndk_buildbot.py

Project Member

Comment 17 by bugdroid1@chromium.org, Nov 21 2016

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

commit 0e1067e4c3cac7939e55f62af760db721e81d67c
Author: Nodir Turakulov <nodir@chromium.org>
Date: Mon Nov 21 00:08:43 2016

deprecate build path

Update all usage of build path to use package_repo_resource instead

Also roll recipe_engine and depot_tools because this CL
uses new api.package_repo_resource function.

Because of the roll, this CL switches all recipes and recipe modules
from old cache paths ([GIT_CACHE], [GOMA_CACHE], etc) to new paths
([CACHE]/git, [CACHE]/goma)

BUG= 662586 

Change-Id: I63d9ec5988ba14ee05c8ed26bb2dc16e14aa471b
Reviewed-on: https://chromium-review.googlesource.com/412336
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>

[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/PRESUBMIT.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/infra/config/recipes.cfg
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/master/recipe_converter.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/bad_config.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/no_repro.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/no_values.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/retest_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/bad_config.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/blimp/example.expected/Blimp_Client_Engine_Integration_test_pass.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_commit_already_in_logs.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_download_logs_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_test_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_unexpected_prebuilt.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium/api.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium/example.expected/basic_no_out_dir_with_goma_module.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium/example.expected/basic_no_out_dir_with_goma_module_goma_disabled_win.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_with_goma_module.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium/example.expected/chromeos.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium/example.expected/codesearch.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/device_file_format_mismatch.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/device_flags_builder_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/json_results_file_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/no_strict_mode_tester_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_failures.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_failing_host_info.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_recovery.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_status.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_offline_devices.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_recovery.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_status.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_with_step_warning.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/timestamp_as_point_id_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/tombstones_m53.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/use_devil_adb_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_output.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_platform.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_class_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_method_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_android/example.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/chromium_tests/example.expected/basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/gae_sdk/example.expected/linux.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/gae_sdk/example.expected/mac.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/gae_sdk/example.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/goma/api.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/gsutil/api.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/ios/example.expected/basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/ios/example.expected/clobber.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/ios/example.expected/errors.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/ios/example.expected/expired.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/ios/example.expected/infra_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/ios/example.expected/no_exit_code.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/ios/example.expected/test_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/ios/example.expected/timed_out.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/isolate/example.expected/basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/isolate/example.expected/discover.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/isolate/example.expected/extra.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/isolate/example.expected/missing.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/isolate/example.expected/none.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/isolate/example.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/legion/example.expected/basic.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/pgo/example.expected/full_chromium_pgo_test_Test_builder.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/pgo/example.expected/full_chromium_pgo_test_Test_builder_benchmark_failure.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/skia/api.py
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Coverage.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Debug.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Official.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_perf_bisect_builder.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/blimp/integration.expected/Blimp_Client_Engine_Integration_test_pass.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/android_aarch64.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/android_aarch64_rel.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/android_arm.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/android_arm_rel.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/failed_ssl_tests.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/failed_unit_tests.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/gerrit_cl.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux32.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux32_rel.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux_clang_rel.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux_noasm_asan.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux_nothreads.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux_nothreads_small.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux_rel.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux_shared.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/linux_small.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/mac.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/mac_rel.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/mac_small.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/win32.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/win32_rel.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/win32_small.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/win64.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/win64_rel.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringssl.expected/win64_small.json
[modify] https://crrev.com/0e1067e4c3cac7939e55f62af760db721e81d67c/scripts/slave/recipes/boringss
Project Member

Comment 18 by bugdroid1@chromium.org, Nov 21 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/daff27c78fc8fbec68d9c94d61b42b13a22a98c8

commit daff27c78fc8fbec68d9c94d61b42b13a22a98c8
Author: Nodir Turakulov <nodir@chromium.org>
Date: Mon Nov 21 08:42:17 2016

roll recipes

Roll recipe_engine, depot_tools and build recipe packages.
Update usage of deprecated paths.

R=tandrii@chromium.org, iannucci@chromium.org
BUG= 662586 

Change-Id: I16b009c9c799a0f93c75ad3e4553bf9d63807747
Reviewed-on: https://chromium-review.googlesource.com/413054
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Nodir Turakulov (OOO till Feb) <nodir@chromium.org>

[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/infra/config/recipes.cfg
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipe_modules/recipe_tryjob/api.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipe_modules/sync_submodules/__init__.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipe_modules/sync_submodules/api.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/build_conda_cipd_pkg.expected/linux.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/build_conda_cipd_pkg.expected/mac.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/build_conda_cipd_pkg.expected/win.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/build_conda_cipd_pkg.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/depot_tools_builder.expected/basic.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/depot_tools_builder.expected/identical_normal_bleeding_edge_git_versions.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/depot_tools_builder.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/gerrit_cq_test.expected/try.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/basic.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/basic_gerrit.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/infra_internal.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/infra_internal_gerrit.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/only_DEPS.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/only_glyco_python.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/only_go.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/only_js.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/only_python.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/rietveld_tests.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/infra_repo_trybot.expected/rietveld_tests_on_win.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/luci_gae.expected/presubmit_try_job.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/luci_gae.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/luci_go.expected/presubmit_try_job.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/luci_go.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/luci_py.expected/luci_py.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/master_manager_config.expected/master_manager_config.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/master_manager_config.expected/master_manager_config_patch.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/master_manager_config.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/publish_tarball.expected/basic.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/rebaseline_o_matic.expected/rebaseline_o_matic.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/basic.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/empty.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/failed_upload.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/failure.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/nontrivial.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/repo_data_nontrivial_open.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/repo_data_trivial_closed.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/repo_data_trivial_cq.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_autoroller.expected/with_auth.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_roll_tryjob.expected/deps.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_roll_tryjob.expected/one_patch.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_roll_tryjob.expected/three_patches.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_roll_tryjob.expected/tree_simulation.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_roll_tryjob.expected/tryjob.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_roll_tryjob.expected/tryjob_dont_test_untouched_code.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_roll_tryjob.expected/tryjob_with_numbers.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_roll_tryjob.expected/tryjob_with_unicode.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_simulation.expected/normal.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_simulation.expected/with_auth.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/recipe_simulation.py
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/sync_submodules.expected/basic.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/sync_submodules.expected/with_one_extra_submodule.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/sync_submodules.expected/with_two_extra_submodules.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/try_recipe.expected/broken_win.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/try_recipe.expected/default.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/try_recipe.expected/recursion.json
[modify] https://crrev.com/daff27c78fc8fbec68d9c94d61b42b13a22a98c8/recipes/recipes/w3c_test_autoroller.expected/w3c-test-autoroller.json

Comment 19 by no...@chromium.org, Nov 21 2016

Status: Fixed (was: Started)

Sign in to add a comment