New issue
Advanced search Search tips

Issue 732269 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 8
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Testers should have a step that spits out the GN config of the builder

Project Member Reported by primiano@chromium.org, Jun 12 2017

Issue description

The builder+tester split and later swarming conversion made the following use case more complicated than what it used to be:

1. I get a CL reverted because it causes flakiness on an ASAN bot [1]
2. I open the failure link [2] to reproduce the failure 
3. I read the "generate build files" output and copy/paste in my gn args.

3. is no more, because the tester tests only. It makes all sense from an infra viewpoint, but now in order to get to the GN args I have to follow the trigger and get to the builder... too long.

Would be nice if the builder did also save the the args.gn somewhere and the tester has a step which just cats that. Something of the form "this is how the builder did build the thing that i am testing here". Or any other equivalent would work really.

P.S.: I know about swarming.py reproduce, but I really want to build locally not pull prebuilts.


[1] https://chromium-review.googlesource.com/c/528513/
[2] https://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%281%29/builds/36356
 
Status: Available (was: Unconfirmed)
Seems like a reasonable request.
Components: -Infra Infra>Client>Chrome
Project Member

Comment 3 by sheriffbot@chromium.org, Jun 12 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -Hotlist-Recharge-Cold
Status: Available (was: Untriaged)
This still seems like a reasonable request as long as we keep having the builder/tester split (I'm assuming this is not a problem when the same build both builds and tests, like e.g. a try bot does, right?)

IMHO, in the long term, the split itself should probably go away, since it was created to speed up the frequency of builds on the waterfall. On LUCI, with the modern scheduler, we should be able to control the build frequency and the batch size directly, and in particular, run multiple CI builds in parallel if needed. If this is implemented, the split won't be necessary.
I'm not sure I agree with the conclusion in #4 re undoing the split -- we've talked about using & reworking the split to optimize machine usage by having a beefy machine handle compilation and a separate lightweight one handle swarming task collection (and possibly triggering).
Right, having a large build machine sit near-idle waiting for tasks to complete is wasteful.

I still think this is a reasonable suggestion, though not urgent.
Owner: gbeaty@chromium.org
Status: Assigned (was: Available)
Status: Started (was: Assigned)
Project Member

Comment 9 by bugdroid1@chromium.org, Aug 10

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

commit 3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Fri Aug 10 15:58:07 2018

Add a gn module that enables getting/displaying GN args.

Bug: 649209, 732269
Change-Id: I97d178fe3571a6262c627e283a58b340cefc2118
Reviewed-on: https://chromium-review.googlesource.com/1168103
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>

[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/__init__.py
[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/api.py
[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/tests/get_args.expected/basic.json
[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/tests/get_args.expected/many_args.json
[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/tests/get_args.expected/args_with_imports.json
[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/OWNERS
[modify] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/README.recipes.md
[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/tests/get_args.py
[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/tests/get_args.expected/present_to_logs.json
[add] https://crrev.com/3cdfb594c83b92015a8f8e4239c1a20f3ca5fb99/scripts/slave/recipe_modules/gn/tests/get_args.expected/present_to_text.json

Project Member

Comment 10 by bugdroid1@chromium.org, Aug 27

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

commit 60f4835a1fd76e5887887fb8e2c79d9e54b7db0a
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Mon Aug 27 23:20:22 2018

Update the gn module to use mb lookup to get the GN args.

This will enable getting the GN args even in cases where we would
normally not run mb gen (tester-only bot with all tests isolated).

Change-Id: I4d2a49f01bfb1b70fc4aea3d141646b266db9609
Bug: 732269
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Reviewed-on: https://chromium-review.googlesource.com/1187653
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>

[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/cros_board.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_fyi_rel_ng.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/test.expected/flaky_tests.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/test.expected/remove_culprits_for_flaky_failures.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure_tryserver.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64_UBSanVptr___release_builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_compile_fail.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__arm_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_s390___sim___beta_branch.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_one_change.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android_fail.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/linux_tests.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_interrupted.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test_compile_target_overidden.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_foobar_rel_ng_with_build_id.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___limited.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_jumbo_limited_compile_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___verify_csa.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_middle_of_a_sub_range.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_sanitizer_coverage_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mips64el___sim___builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_isolate_only.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gc_stress_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/basic.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/swarming/staging.expected/one_fails.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_swarming_tests.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_libfuzzer.expected/kitchen_paths.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_debug_builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/cronet/examples/full.expected/gn_test.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gcc_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_trybot.expected/invalid_results.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure_goma_build_error.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_arm_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_last_sub_range.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390___sim.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/ios/try.expected/gn.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___debug.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/swarming/staging.expected/android.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64_ASAN.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___noi18n___debug.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/ios/try.expected/additional_compile_targets.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390x___sim.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_compile_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/test.expected/record_infra_failure.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_gcc_4_8___debug.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/flake.expected/record_infra_failure.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_with_revision.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/ios/try.expected/no_compilation.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_arm___sim___stable_branch___debug.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_mips64el___sim___stable_branch.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__stable_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/flake.expected/use_build_parameter_for_tests.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_with_revision.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/chromium/examples/full.expected/basic_out_dir_with_custom_mb_config.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___nosnap_release_builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/chromium_tests/tests/api/trybot_steps.expected/basic.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug__arm_.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/ios/try.expected/parent.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/v8/tests/example.expected/basic.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___debug.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_at_first_revision_of_a_sub_range.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_rel_ng.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/ios.expected/basic.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures_flakes.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_noi18n_rel_ng.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim___debug.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_mips64el_compile_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_win_with_revision.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_custom_name.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder_Perf.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_generate_compile_database_fail.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipe_modules/v8/api.py
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_android.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___debug_builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Win64_ASAN___release_builder.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_pass.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/ios/try.expected/goma_compilation_failure.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium_trybot.expected/dynamic_swarmed_isolated_script_test_failure_no_result_json.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_foobar_rel_ng_with_cache.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_as_first_revision_of_entire_range.json
[modify] https://crrev.com/60f4835a1fd76e5887887fb8e2c79d9e54b7db0a/scripts/slave/recipes/chromium.expected
Project Member

Comment 11 by bugdroid1@chromium.org, Aug 28

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

commit adf7422d01ff6f80d017aa2b9c2691beb9502657
Author: Stephen Martinis <martiniss@chromium.org>
Date: Tue Aug 28 00:22:58 2018

Revert "Update the gn module to use mb lookup to get the GN args."

This reverts commit 60f4835a1fd76e5887887fb8e2c79d9e54b7db0a.

Reason for revert: Broke some chromeos builders, see https://ci.chromium.org/p/chromium/builders/luci.chromium.try/chromeos-daisy-rel/74113

Original change's description:
> Update the gn module to use mb lookup to get the GN args.
> 
> This will enable getting the GN args even in cases where we would
> normally not run mb gen (tester-only bot with all tests isolated).
> 
> Change-Id: I4d2a49f01bfb1b70fc4aea3d141646b266db9609
> Bug: 732269
> Recipe-Nontrivial-Roll: build_limited_scripts_slave
> Recipe-Nontrivial-Roll: release_scripts
> Reviewed-on: https://chromium-review.googlesource.com/1187653
> Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
> Reviewed-by: John Budorick <jbudorick@chromium.org>

TBR=jbudorick@chromium.org,gbeaty@chromium.org

Change-Id: I88259c1423a3bea29d3227f9d5a6578b5dd25add
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 732269
Reviewed-on: https://chromium-review.googlesource.com/1192235
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/cros_board.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_fyi_rel_ng.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/test.expected/flaky_tests.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/test.expected/remove_culprits_for_flaky_failures.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure_tryserver.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64_UBSanVptr___release_builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_compile_fail.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__arm_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_s390___sim___beta_branch.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_one_change.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android_fail.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/linux_tests.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_interrupted.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test_compile_target_overidden.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_foobar_rel_ng_with_build_id.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___limited.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_jumbo_limited_compile_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___verify_csa.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_middle_of_a_sub_range.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_sanitizer_coverage_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mips64el___sim___builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_isolate_only.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gc_stress_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/basic.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/swarming/staging.expected/one_fails.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_swarming_tests.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_libfuzzer.expected/kitchen_paths.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_debug_builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/cronet/examples/full.expected/gn_test.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gcc_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_trybot.expected/invalid_results.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure_goma_build_error.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_arm_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_last_sub_range.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390___sim.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/ios/try.expected/gn.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___debug.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/swarming/staging.expected/android.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64_ASAN.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___noi18n___debug.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/ios/try.expected/additional_compile_targets.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390x___sim.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_compile_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/test.expected/record_infra_failure.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_gcc_4_8___debug.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/flake.expected/record_infra_failure.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_with_revision.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/ios/try.expected/no_compilation.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_arm___sim___stable_branch___debug.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_mips64el___sim___stable_branch.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__stable_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/flake.expected/use_build_parameter_for_tests.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_with_revision.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/chromium/examples/full.expected/basic_out_dir_with_custom_mb_config.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___nosnap_release_builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/chromium_tests/tests/api/trybot_steps.expected/basic.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug__arm_.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/ios/try.expected/parent.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/v8/tests/example.expected/basic.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___debug.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_at_first_revision_of_a_sub_range.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_rel_ng.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/ios.expected/basic.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures_flakes.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_noi18n_rel_ng.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim___debug.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_mips64el_compile_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_win_with_revision.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_custom_name.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder_Perf.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_generate_compile_database_fail.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipe_modules/v8/api.py
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_android.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___debug_builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Win64_ASAN___release_builder.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_pass.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/ios/try.expected/goma_compilation_failure.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json
[modify] https://crrev.com/adf7422d01ff6f80d017aa2b9c2691beb9502657/scripts/sla
Project Member

Comment 12 by bugdroid1@chromium.org, Aug 31

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

commit e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Fri Aug 31 18:10:06 2018

Get the GN args for a tester-only bot.

So far, only testers that require unpacking the build are
handled. Testers where all of the tests are isolated will be handled
separately.

Bug: 732269
Change-Id: If8afeed1e007ed2659736c0f18bea3c97d038c5b
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Reviewed-on: https://chromium-review.googlesource.com/1168104
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>

[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_mac_gpu.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/failed_build.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/gathering_references_no_values.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/v8_roll_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/multi_depot_recurse_with_uneven_deps_expansion.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/chromium_tests/__init__.py
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/no_values.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/deps_perf_tryjob.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/retest_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test_harness_failure_no_json.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/retest_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect.expected/deps_perf_tryjob.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/failed_buildbucket_get.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_mac64.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/no_repro.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_unknown_json_results.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_bucket.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_failed_isolated_script_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/basic_linux_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/no_values.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/README.recipes.md
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/basic_linux_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/v8_roll_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_corrupt_json_results.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/gathering_references_no_values.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_missing_shard.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_corrupt_json_isolated_script_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/failed_buildbucket_get.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/msan.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_mac_gpu.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_gtest_win.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/return_code_fail.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_asan_no_lsan.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/no_repro.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/return_code.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/basic_resource_sizes_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/perf_tryjob_failed_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_gtest_android.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_revisions.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/chromium_tests/api.py
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_bucket.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/failed_build.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/return_code.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/return_code_fail.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/buildnumber_zero.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_with_bad_retcode_isolated_script_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test_with_swarming_failure.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_non_gpu.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_failure_no_result_json.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/chromium_tests/tests/api/main_waterfall_steps.expected/tester.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_serialized_gtests.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_custom_results_handler.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_disabled.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_harness_failure.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_invalid_json_isolated_script_test.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_script_test_failure.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_failed_json_results.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/tsan.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/basic_resource_sizes_bisect.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test_harness_failure_zero_retcode.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_passed_json_results.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_missing_shard.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_gpu.json
[modify] https://crrev.com/e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric.json

Project Member

Comment 13 by bugdroid1@chromium.org, Aug 31

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

commit 183b5b0eda3cb6ec3e5232bd20a5a1f682665406
Author: Stephen Martinis <martiniss@chromium.org>
Date: Fri Aug 31 19:54:33 2018

Revert "Get the GN args for a tester-only bot."

This reverts commit e5a441b4fdc8c8b418fe4dfb7aa5795305e46b4d.

Reason for revert: broke a bunch of bots, see https://crbug.com/879686

Original change's description:
> Get the GN args for a tester-only bot.
>
> So far, only testers that require unpacking the build are
> handled. Testers where all of the tests are isolated will be handled
> separately.
>
> Bug: 732269
> Change-Id: If8afeed1e007ed2659736c0f18bea3c97d038c5b
> Recipe-Nontrivial-Roll: build_limited_scripts_slave
> Reviewed-on: https://chromium-review.googlesource.com/1168104
> Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
> Reviewed-by: Stephen Martinis <martiniss@chromium.org>
> Reviewed-by: Ben Pastene <bpastene@chromium.org>

TBR=martiniss@chromium.org,bpastene@chromium.org,gbeaty@chromium.org

Change-Id: Id340433511aff35d2ceb8ae8f36cc27364d1d2fb
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 732269, 879686
Reviewed-on: https://chromium-review.googlesource.com/1199867
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_mac_gpu.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/failed_build.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/gathering_references_no_values.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/v8_roll_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/multi_depot_recurse_with_uneven_deps_expansion.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/chromium_tests/__init__.py
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/no_values.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/deps_perf_tryjob.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/retest_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test_harness_failure_no_json.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/failed_build_inconclusive_1.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/retest_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect.expected/deps_perf_tryjob.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/failed_buildbucket_get.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_mac64.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/no_repro.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_unknown_json_results.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_bucket.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_failed_isolated_script_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/basic_linux_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/no_values.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/README.recipes.md
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/basic_linux_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/v8_roll_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_corrupt_json_results.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/gathering_references_no_values.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_missing_shard.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_corrupt_json_isolated_script_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/failed_buildbucket_get.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/msan.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_mac_gpu.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_gtest_win.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/return_code_fail.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_asan_no_lsan.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/no_repro.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/return_code.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/basic_resource_sizes_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/perf_tryjob_failed_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_gtest_android.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/failed_build_inconclusive_11.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_revisions.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/chromium_tests/api.py
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_bucket.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/failed_build.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/return_code.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/return_code_fail.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/buildnumber_zero.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_with_bad_retcode_isolated_script_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test_with_swarming_failure.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_non_gpu.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_failure_no_result_json.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/chromium_tests/tests/api/main_waterfall_steps.expected/tester.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_serialized_gtests.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_custom_results_handler.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_disabled.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_harness_failure.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_invalid_json_isolated_script_test.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_script_test_failure.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect_staging/examples/full.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_failed_json_results.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/tsan.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipe_modules/auto_bisect/examples/full.expected/basic_resource_sizes_bisect.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test_harness_failure_zero_retcode.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_passed_json_results.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_missing_shard.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_gpu.json
[modify] https://crrev.com/183b5b0eda3cb6ec3e5232bd20a5a1f682665406/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric.json

Project Member

Comment 14 by bugdroid1@chromium.org, Sep 14

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

commit e20b1c79488eeb3f0b9ebf12b6e3046de9657262
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Fri Sep 14 15:45:14 2018

Add run_mb_cmd method to chromium api.

run_mb_cmd takes care of the generic details of calling the mb script,
including using the appropriate wrapper when targeting ChromeOS. It does
not include any code for modifying presentations, has knowledge of only
a few mb flags and doesn't perform extra operations to add extra data to
the build.

Bug: 732269
Change-Id: I7d7282944c9064a5fda9e0ff852711db3ea083b8
Reviewed-on: https://chromium-review.googlesource.com/1225414
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>

[modify] https://crrev.com/e20b1c79488eeb3f0b9ebf12b6e3046de9657262/scripts/slave/recipe_modules/chromium/api.py

Project Member

Comment 15 by bugdroid1@chromium.org, Sep 14

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

commit 4a0bfe3fb02a11f083569e7985f58d04e59c1d6a
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Fri Sep 14 18:08:39 2018

Add mb_gen method to chromium api.

mb_gen runs 'mb gen' and performs the following additional work
 beyond what run_mb_cmd would:
* Set additional mb flags for various parameters.
* Add isolated targets to the step presentation.
* Execute an additional step to output the GN args for the build.

Bug: 732269
Change-Id: I35922ce83f61c984b421c34c6c9b54f213767476
Reviewed-on: https://chromium-review.googlesource.com/1225416
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic__dbg_.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android_fail.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux__dbg_.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android.json
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/mac-non_gen.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android__dbg__fail.json
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/cros_board.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/run_mb.py
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/mac.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_deterministic_fail.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/cros_board-non_gen.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_fail.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_deterministic.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android__dbg_.json
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/win-non_gen.json
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/basic-non_gen.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/api.py
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/mb_gen.py
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic__dbg__fail.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic.json
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/win.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux__dbg__fail.json
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/explicit_mb-non_gen.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_fail.json
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/basic.json
[modify] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/README.recipes.md
[add] https://crrev.com/4a0bfe3fb02a11f083569e7985f58d04e59c1d6a/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/explicit_mb.json

Project Member

Comment 16 by bugdroid1@chromium.org, Sep 14

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

commit a4e38fc9597eb958bdefb77b3fcba06cd413338a
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Fri Sep 14 21:38:59 2018

Add mb_lookup to the chromium api.

mb_lookup runs 'mb lookup' and parses the output to present the GN args
for the build. mb_gen has been switched to use mb_lookup rather than
using the gn module.

Bug: 732269
Change-Id: I5d6b90ae0f89a1717b6f8d9c82b9a70e6c8f0fae
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Reviewed-on: https://chromium-review.googlesource.com/1225417
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/cros_board.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_fyi_rel_ng.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/test.expected/flaky_tests.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/test.expected/remove_culprits_for_flaky_failures.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure_tryserver.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64_UBSanVptr___release_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_compile_fail.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__arm_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_s390___sim___beta_branch.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_one_change.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android_fail.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_libfuzzer_trybot.expected/basic_linux_tryjob.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/linux_tests.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_interrupted.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test_compile_target_overidden.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_foobar_rel_ng_with_build_id.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___limited.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_jumbo_limited_compile_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___verify_csa.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_middle_of_a_sub_range.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_sanitizer_coverage_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/cros_board.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mips64el___sim___builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64_ASAN_arm64___debug_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_isolate_only.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gc_stress_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/basic.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/swarming/staging.expected/one_fails.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_swarming_tests.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_libfuzzer.expected/kitchen_paths.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_debug_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/cronet/examples/full.expected/gn_test.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gcc_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_trybot.expected/invalid_results.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium_tests/tests/api/run_tests_on_tryserver.expected/enable_retry_with_patch_succeed_after_deapply.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure_goma_build_error.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_arm_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_last_sub_range.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390___sim.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/ios/try.expected/gn.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___debug.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/swarming/staging.expected/android.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64_ASAN.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___noi18n___debug.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/ios/try.expected/additional_compile_targets.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390x___sim.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_compile_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/test.expected/record_infra_failure.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_gcc_4_8___debug.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/flake.expected/record_infra_failure.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_with_revision.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/ios/try.expected/no_compilation.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_arm___sim___stable_branch___debug.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/blink_downstream.expected/webkit_layout_tests_unexpected_error.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_mips64el___sim___stable_branch.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__stable_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/flake.expected/use_build_parameter_for_tests.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_with_revision.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium/examples/full.expected/basic_out_dir_with_custom_mb_config.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___nosnap_release_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium_tests/tests/api/trybot_steps.expected/basic.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug__arm_.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/ios/try.expected/parent.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipe_modules/v8/tests/example.expected/basic.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___debug.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_at_first_revision_of_a_sub_range.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_rel_ng.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/ios.expected/basic.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures_flakes.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_noi18n_rel_ng.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim___debug.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_mips64el_compile_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_win_with_revision.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_translation_unit_fail.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_custom_name.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder_Perf.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_generate_compile_database_fail.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_asan_rel_ng.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_android.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___debug_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Win64_ASAN___release_builder.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_pass.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/ios/try.expected/goma_compilation_failure.json
[modify] https://crrev.com/a4e38fc9597eb958bdefb77b3fcba06cd413338a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.jso
Project Member

Comment 17 by bugdroid1@chromium.org, Sep 17

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

commit cec1850e29d4306fca12b495b47fc3183102f41c
Author: Oleh Prypin <oprypin@webrtc.org>
Date: Mon Sep 17 09:23:21 2018

Revert "Add mb_lookup to the chromium api."

This reverts commit a4e38fc9597eb958bdefb77b3fcba06cd413338a.

Reason for revert: I will revert this for now since it breaks the WebRTC CQ. Sorry about that. I think it should be straightforward to fix phases for this CL; let us know otherwise and we'll discuss options.

Original change's description:
> Add mb_lookup to the chromium api.
>
> mb_lookup runs 'mb lookup' and parses the output to present the GN args
> for the build. mb_gen has been switched to use mb_lookup rather than
> using the gn module.
>
> Bug: 732269
> Change-Id: I5d6b90ae0f89a1717b6f8d9c82b9a70e6c8f0fae
> Recipe-Nontrivial-Roll: build_limited_scripts_slave
> Recipe-Nontrivial-Roll: release_scripts
> Reviewed-on: https://chromium-review.googlesource.com/1225417
> Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
> Reviewed-by: Stephen Martinis <martiniss@chromium.org>

TBR=martiniss@chromium.org,jbudorick@chromium.org,gbeaty@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 732269
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Change-Id: I6899c1b9320ff09256a76fdd97de0f0f0e1d8de8
Reviewed-on: https://chromium-review.googlesource.com/1226802
Commit-Queue: Oleh Prypin <oprypin@chromium.org>
Reviewed-by: Oleh Prypin <oprypin@chromium.org>
Reviewed-by: Patrik Höglund <phoglund@chromium.org>

[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/cros_board.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_fyi_rel_ng.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/test.expected/flaky_tests.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/test.expected/remove_culprits_for_flaky_failures.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure_tryserver.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64_UBSanVptr___release_builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_compile_fail.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__arm_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_s390___sim___beta_branch.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_one_change.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android_fail.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_libfuzzer_trybot.expected/basic_linux_tryjob.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/linux_tests.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_interrupted.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test_compile_target_overidden.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_foobar_rel_ng_with_build_id.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___limited.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_jumbo_limited_compile_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___verify_csa.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_middle_of_a_sub_range.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_sanitizer_coverage_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/cros_board.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mips64el___sim___builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64_ASAN_arm64___debug_builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_isolate_only.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gc_stress_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/basic.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/swarming/staging.expected/one_fails.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_swarming_tests.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_libfuzzer.expected/kitchen_paths.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_debug_builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/cronet/examples/full.expected/gn_test.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gcc_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_trybot.expected/invalid_results.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium_tests/tests/api/run_tests_on_tryserver.expected/enable_retry_with_patch_succeed_after_deapply.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure_goma_build_error.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_arm_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_last_sub_range.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390___sim.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/ios/try.expected/gn.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___debug.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/swarming/staging.expected/android.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64_ASAN.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___noi18n___debug.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/ios/try.expected/additional_compile_targets.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390x___sim.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_compile_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/test.expected/record_infra_failure.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_gcc_4_8___debug.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/flake.expected/record_infra_failure.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_with_revision.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/ios/try.expected/no_compilation.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_arm___sim___stable_branch___debug.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/blink_downstream.expected/webkit_layout_tests_unexpected_error.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_mips64el___sim___stable_branch.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__stable_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/flake.expected/use_build_parameter_for_tests.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_with_revision.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium/examples/full.expected/basic_out_dir_with_custom_mb_config.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___nosnap_release_builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium_tests/tests/api/trybot_steps.expected/basic.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug__arm_.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/ios/try.expected/parent.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipe_modules/v8/tests/example.expected/basic.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___debug.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_at_first_revision_of_a_sub_range.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_rel_ng.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/ios.expected/basic.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures_flakes.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_noi18n_rel_ng.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim___debug.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_mips64el_compile_rel.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_win_with_revision.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_translation_unit_fail.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_custom_name.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder_Perf.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_generate_compile_database_fail.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_asan_rel_ng.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_android.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b47fc3183102f41c/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___debug_builder.json
[modify] https://crrev.com/cec1850e29d4306fca12b495b
Project Member

Comment 18 by bugdroid1@chromium.org, Sep 18

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

commit 6a268c32a4b0706bf43e0d914f1a0a995cf04c7e
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Tue Sep 18 21:12:53 2018

Move additional common parameter handling into run_mb_cmd

Bug: 732269
Change-Id: I3be672856e261d7cc1ec8de4ae46508ca5b3933f
Reviewed-on: https://chromium-review.googlesource.com/1232137
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>

[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/cros_board.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/win.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/cros_board-non_gen.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/explicit_mb-non_gen.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/basic-non_gen.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/basic.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/mac-non_gen.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/mac.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/README.recipes.md
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/win-non_gen.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/explicit_mb.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/api.py
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/cros_board.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/win.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/explicit_mb.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/basic.json
[modify] https://crrev.com/6a268c32a4b0706bf43e0d914f1a0a995cf04c7e/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/mac.json

Project Member

Comment 19 by bugdroid1@chromium.org, Sep 19

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

commit ce084099bfa06477ed3b010e0a781609eb62ba79
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Wed Sep 19 19:29:33 2018

Reland "Add mb_lookup to the chromium api."

This is a reland of a4e38fc9597eb958bdefb77b3fcba06cd413338a

Support for additional parameters has been added to mb_lookup.

Original change's description:
> Add mb_lookup to the chromium api.
>
> mb_lookup runs 'mb lookup' and parses the output to present the GN args
> for the build. mb_gen has been switched to use mb_lookup rather than
> using the gn module.
>
> Bug: 732269
> Change-Id: I5d6b90ae0f89a1717b6f8d9c82b9a70e6c8f0fae
> Recipe-Nontrivial-Roll: build_limited_scripts_slave
> Recipe-Nontrivial-Roll: release_scripts
> Reviewed-on: https://chromium-review.googlesource.com/1225417
> Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
> Reviewed-by: Stephen Martinis <martiniss@chromium.org>

Bug: 732269
Change-Id: I775c799b73e769f3f3ebfba57765f82a7f567026
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Reviewed-on: https://chromium-review.googlesource.com/1228555
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/cros_board.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_fyi_rel_ng.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/test.expected/flaky_tests.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/test.expected/remove_culprits_for_flaky_failures.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure_tryserver.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64_UBSanVptr___release_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_compile_fail.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__arm_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_s390___sim___beta_branch.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_one_change.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android_fail.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_libfuzzer_trybot.expected/basic_linux_tryjob.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/linux_tests.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_interrupted.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test_compile_target_overidden.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_foobar_rel_ng_with_build_id.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___limited.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_jumbo_limited_compile_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___verify_csa.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_middle_of_a_sub_range.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_sanitizer_coverage_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium/tests/mb_gen.expected/cros_board.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mips64el___sim___builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64_ASAN_arm64___debug_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_isolate_only.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gc_stress_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium/tests/run_mb.expected/basic.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/swarming/staging.expected/one_fails.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_swarming_tests.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_libfuzzer.expected/kitchen_paths.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_debug_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/cronet/examples/full.expected/gn_test.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gcc_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_trybot.expected/invalid_results.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium_tests/tests/api/run_tests_on_tryserver.expected/enable_retry_with_patch_succeed_after_deapply.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure_goma_build_error.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_arm_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_last_sub_range.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390___sim.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/ios/try.expected/gn.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___debug.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/swarming/staging.expected/android.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64_ASAN.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___noi18n___debug.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/ios/try.expected/additional_compile_targets.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390x___sim.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_compile_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/test.expected/record_infra_failure.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_gcc_4_8___debug.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/flake.expected/record_infra_failure.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_with_revision.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/ios/try.expected/no_compilation.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_arm___sim___stable_branch___debug.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/blink_downstream.expected/webkit_layout_tests_unexpected_error.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_mips64el___sim___stable_branch.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__stable_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/flake.expected/use_build_parameter_for_tests.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_with_revision.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium/examples/full.expected/basic_out_dir_with_custom_mb_config.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___nosnap_release_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium_tests/tests/api/trybot_steps.expected/basic.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug__arm_.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/ios/try.expected/parent.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipe_modules/v8/tests/example.expected/basic.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_Jumbo___debug.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_at_first_revision_of_a_sub_range.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_rel_ng.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/ios.expected/basic.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures_flakes.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_noi18n_rel_ng.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim___debug.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_mips64el_compile_rel.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_win_with_revision.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_translation_unit_fail.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_custom_name.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder_Perf.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_generate_compile_database_fail.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_asan_rel_ng.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_android.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Linux64___debug_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/ce084099bfa06477ed3b010e0a781609eb62ba79/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Clusterfuzz_Win64_ASAN___release_builder.json
[modify] https://crrev.com/ce084099bfa06477ed3b0
Project Member

Comment 20 by bugdroid1@chromium.org, Sep 25

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

commit 1756d9b27f5700174060d5e74e9b00c714896dd6
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Tue Sep 25 16:14:33 2018

Enforce that tester and builder configs are synced.

Because the config objects are essentially global data, in order for
recipes to be able to reason about a builder's config when working
with a tester, the configs must be the same. For example, this is
necessary so that the GN args for a builder can be looked up when
running a tester.

Bug: 732269
Change-Id: I6815897d895eb57ddb42830e612efe76bd68f35f
Reviewed-on: https://chromium-review.googlesource.com/1235295
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>

[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc_fyi_experimental.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipes/chromium.expected/dynamic_gtest_android.json
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/tests/api/wrap_chromium_tests.expected/no_require_device_steps_with_root.json
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/linux_tests.json
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/tests/steps/swarming_isolated_script_test.expected/dimensions_android.json
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipes/chromium.expected/dynamic_swarmed_serialized_gtests.json
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/tests/builders.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/README.recipes.md
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
[modify] https://crrev.com/1756d9b27f5700174060d5e74e9b00c714896dd6/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure.json

Project Member

Comment 21 by bugdroid1@chromium.org, Sep 28

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

commit 9e1061d0c7d4bbbb00b88e1e2bde363219acddbb
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Fri Sep 28 17:36:57 2018

Enable overriding runtests values in chromium.c.runtests.

https://crrev.com/c/1235295 enforces that a tester's settings for
chromium configs match its builder's so that code can reason about the
tester's builder. Currently one of the builders is not synced because
its builder builds with LSan but it doesn't run with LSan and this is
controlled by the chromium config. More generally, setting tags for
swarming when running tests is also affected by some of the chromium
configuration values. Providing the ability to override this using
chromium_tests' configuration enables keeping the chromium configuration
synced between builder and tester and still change the observed
configuration when running the tester.

Bug: 732269
Change-Id: Ib149f0703d202f876e91ede2debb6f536d9489d5
Reviewed-on: https://chromium-review.googlesource.com/1246992
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
[modify] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/recipe_modules/chromium/config.py
[modify] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/recipe_modules/chromium_tests/config.py
[modify] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/README.recipes.md
[modify] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/recipe_modules/chromium_tests/tests/builders.py
[modify] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/recipe_modules/chromium/api.py
[modify] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/recipe_modules/chromium_tests/steps.py
[modify] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/recipe_modules/chromium_tests/api.py
[add] https://crrev.com/9e1061d0c7d4bbbb00b88e1e2bde363219acddbb/scripts/slave/recipe_modules/chromium_tests/tests/api/runtests_spec.py

Project Member

Comment 22 by bugdroid1@chromium.org, Oct 5

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

commit 43821eee56811a6aed83c60b92e34948930a6ab2
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Fri Oct 05 18:56:29 2018

Lookup the GN args for the builder when running a tester waterfall bot.

Bug: 732269
Change-Id: Ie1a29a2c9c51919921e660ead520a02c01a8ee46
Recipe-Manual-Change: build_limited_scripts_slave
Reviewed-on: https://chromium-review.googlesource.com/c/1226210
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_failure_no_result_json.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_gtest_android.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_mac_gpu.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipe_modules/chromium/api.py
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_mac64.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_unknown_json_results.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_corrupt_json_isolated_script_test.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipe_modules/chromium_tests/api.py
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/msan.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_mac_gpu.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_passed_json_results.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/buildnumber_zero.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_gtest_win.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test_with_swarming_failure.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_non_gpu.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_failed_isolated_script_test.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipe_modules/chromium_tests/tests/api/main_waterfall_steps.expected/tester.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_asan_no_lsan.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_serialized_gtests.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_custom_results_handler.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_with_bad_retcode_isolated_script_test.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_disabled.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_invalid_json_isolated_script_test.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test_harness_failure_zero_retcode.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_script_test_failure.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_corrupt_json_results.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_harness_failure.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipe_modules/chromium_tests/tests/api/main_waterfall_steps.py
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_failed_json_results.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test_harness_failure_no_json.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_missing_shard.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/tsan.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/README.recipes.md
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_missing_shard.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_gpu.json
[modify] https://crrev.com/43821eee56811a6aed83c60b92e34948930a6ab2/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_test.json

Project Member

Comment 23 by bugdroid1@chromium.org, Oct 5

Project Member

Comment 24 by bugdroid1@chromium.org, Oct 8

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

commit 5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Mon Oct 08 20:52:05 2018

Only do one of 'mb lookup' or reading args.gn.

Currently, main waterfall testers potentially retrieve the GN args
using 2 different code paths: 'mb lookup' is used for all main
waterfall testers and if the build is downloaded and unzipped, args.gn
will be read. This change makes the read of args.gn optional when
downloading and unzipping the build.

Bug: 732269
Change-Id: Iacfa558d99c077689b28802ee7eb61e90d9de145
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Reviewed-on: https://chromium-review.googlesource.com/c/1268776
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>

[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_failure_no_result_json.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_gtest_android.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_mac_gpu.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_mac64.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_unknown_json_results.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_corrupt_json_isolated_script_test.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipe_modules/chromium_tests/api.py
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/msan.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/README.recipes.md
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_mac_gpu.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_passed_json_results.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/buildnumber_zero.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_gtest_win.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test_with_swarming_failure.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_non_gpu.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_failed_isolated_script_test.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipe_modules/chromium_tests/tests/api/main_waterfall_steps.expected/tester.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_asan_no_lsan.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_serialized_gtests.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_custom_results_handler.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_with_bad_retcode_isolated_script_test.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_disabled.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_invalid_json_isolated_script_test.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test_harness_failure_zero_retcode.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_script_test_failure.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_corrupt_json_results.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_harness_failure.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_local_isolated_script_test_with_failed_json_results.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test_harness_failure_no_json.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_missing_shard.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/tsan.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json
[add] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipe_modules/chromium_tests/tests/api/download_and_unzip_build.py
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_missing_shard.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_gpu.json
[modify] https://crrev.com/5d1dc1faa216d018a83f2ef174d6a0c2e5ad0da0/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_test.json

Status: Fixed (was: Started)

Sign in to add a comment