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

Issue 694590 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: ----



Sign in to add a comment

clean up duplication of gsutil recipe module

Project Member Reported by phajdan.jr@chromium.org, Feb 21 2017

Issue description

Looks like https://chromium-review.googlesource.com/c/411970/ copied gsutil to depot_tools, but I couldn't find corresponding removal from build. It still exists there, https://chromium.googlesource.com/chromium/tools/build/+/a457e1ff9ca562f24f7f7cec910264d0f3d58425/scripts/slave/recipe_modules/gsutil/ .

Note that some methods were not moved over:

    Add the "gsutil" recipe module to depot_tools. This module is copied
    from "tools/build"'s recipe module set at:
    d6205ab0c0e8e1920f4af1617b5b3767cd944492.

    Two Chromium-specific functions have been removed:
    - download_with_polling
    - download_latest_file
 
Project Member

Comment 3 by bugdroid1@chromium.org, Feb 21 2017

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

commit a355a359b187bda14309693f8dbbf21f6b9cff82
Author: Paweł Hajdan, Jr <phajdan.jr@chromium.org>
Date: Tue Feb 21 17:56:55 2017

Switch to gsutil recipe module in depot_tools

BUG= 694590 

Change-Id: I2e73daeaa6237eef2b68057221537ba698940c1c
Reviewed-on: https://chromium-review.googlesource.com/445877
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>

[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/depot_tools_builder.expected/basic.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/nontrivial.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/failure.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/with_auth.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/isolate_go_perf.expected/infra_linux.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/publish_tarball.expected/trigger.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/publish_tarball.py
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/basic.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/isolate_go_perf.py
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/depot_tools_builder.expected/identical_normal_bleeding_edge_git_versions.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/repo_data_nontrivial_open_stale.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/repo_data_trivial_cq.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/failed_upload.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/isolate_go_perf.expected/infra_win.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipe_modules/recipe_autoroller/__init__.py
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/repo_data_trivial_closed.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/depot_tools_builder.py
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/publish_tarball.expected/dupe.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/repo_data_trivial_cq_stale.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/empty.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/publish_tarball.expected/basic.json
[modify] https://crrev.com/a355a359b187bda14309693f8dbbf21f6b9cff82/recipes/recipes/recipe_autoroller.expected/repo_data_nontrivial_open.json

Project Member

Comment 4 by bugdroid1@chromium.org, Feb 21 2017

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

commit cce238ebeab7fc9eeffd8a238c61ffb921269502
Author: Paweł Hajdan, Jr <phajdan.jr@chromium.org>
Date: Tue Feb 21 18:03:37 2017

Switch to gsutil recipe module in depot_tools

BUG= 694590 

Change-Id: I133945f26ce2d5fbcc173e6eb87b950f18338a2d
Reviewed-on: https://chromium-review.googlesource.com/445936
Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>

[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic__dbg_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-RemoteRun.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/linux_dr.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/findit/chromium/update_components.expected/removal.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__1_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/pdfium.expected/win_no_v8.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium_codesearch.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Linux_deterministic__dbg_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8/auto_roll_release_process.expected/recent_lkgr.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Find_Annotated_Test.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/swarm_trigger.expected/Build-Mac-Clang-x86_64-Release.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__test_failure.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_no_device.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_bucket.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus6_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code_fail.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic_fail.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android64_tests__l_nexus9_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Remoting_Tests.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__1_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Android__Nexus4_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_recovery.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect_staging/__init__.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf__3_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf__1_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus7_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/missing_device.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Arm___debug_builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/findit/chromium/update_components.expected/conflict.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/pdfium.expected/win_xfa_clang_32.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__3_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8/auto_roll_release_process.expected/clusterfuzz_issues.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/findit/chromium/update_components.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/swarm_trigger.expected/recipe_with_gerrit_patch.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/ct_skps.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_WebView_N__dbg_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/pdfium.expected/mac_xfa_rel.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium_upload_clang.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/pdfium.expected/linux.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_fyi_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8/node_integration.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/findit/chromium/update_components.expected/addition.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/tester_offline_devices.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/pdfium.expected/linux_asan_lsan.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_tests/__init__.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium_gn_upload.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__3_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/v8/__init__.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/device_flags_builder_basic.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/flutter/engine.expected/mac.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/swarm_trigger.expected/Missing_android_sdk_hash.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8/auto_roll_release_process.expected/new_lkgr_failed_timestamp.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Tests__dbg___L_Nexus9_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/ct/__init__.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/client.dynamorio.recipe_autogen.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/pdfium.expected/linux_xfa_rel.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf__3_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic__dbg_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/dart/ddc.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/skia/ct_skps.expected/CT_CPU_BENCH_10k_SKPs.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/dart/dart2js_nobuild.expected/dart2js-linux-drt-be.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/ios/__init__.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/flutter/flutter.expected/linux.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/dart/dart_cross_compiler.expected/cross-arm-vm-linux-release-recipe.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/full_chromium_perf_fyi_Android_Power_Nexus_5X_Perf__1_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/gsutil/api.py
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_error.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/pdfium.expected/linux_xfa.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/cce238ebeab7fc9eeffd8a238c61ffb921269502/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__2_.json
[modify] https://crrev.com/cce238ebeab
Project Member

Comment 5 by bugdroid1@chromium.org, Feb 21 2017

Status: Fixed (was: Started)

Sign in to add a comment