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

Issue 649209 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 30
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocked on:
issue 866608



Sign in to add a comment

Add GN configuration to bot page

Project Member Reported by sashab@chromium.org, Sep 22 2016

Issue description

Trying to repro bot failures is currently extremely difficult. All we have to go on is the bot name, which is sometimes misleading or confusing.

For example:
https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/229162

This bot is the only failing bot for my patch, and I inferred from the name 'linux_chromium_asan_rel_ng' that it was a Linux bot building Chromium with Asan enabled.

In fact, this is an Lsan bot, and also has use_component_build=false, which may be important for the repro.

It is not clear how to even get this information from the bots currently. I had to download the nearly 800Mb stdio.html for 'steps' (which crashed both Chrome and Sublime when I tried to open it) and grep for "is_lsan" with 10 lines context to find the configuration. This is information that is useful for all bots and should just be visible up-front to help with reproing a bots setup.
 
Cc: benhenry@chromium.org
Components: -Infra Infra>Client>Chrome
Labels: -Infra-Troopers
Status: (was: Untriaged)
-Infra-Troopers (not a production issue)

Ben, can you make sure this gets looked at?
Cc: dpranke@chromium.org
Status: Available
Dirke, is this something relevant for you? I don't know if there's a link to the config or .gn for each build or if we just need to educate users.
You can get the GN args from the output of the `generate_build_files` step. 

https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Ftryserver.chromium.linux%2Flinux_chromium_asan_rel_ng%2F229162%2F%2B%2Frecipes%2Fsteps%2Fgenerate_build_files__with_patch_%2F0%2Fstdout

You can also look up the args locally by running the MB script yourself for a given master and buildername, e.g.:

`python tools/mb/mb.py lookup -m tryserver.chromium.linux -b linux_chromium_asan_rel_ng`

Which will give you the same values, assuming nothing has changed in the builder configuration between the version your patch ran at and the version you have checked out.

It would be possible (and is probably a good idea) to change the chromium recipe to display the build args in the step output. 

Note that this isn't actually something that is configured in the buildbot-side builder config, it is looked up in the src repo (in the //tools/mb/mb_config.pyl file) and can change over time, so I would probably *not* put this on the builder page, but putting it in the per-build output seems fine.
Project Member

Comment 4 by sheriffbot@chromium.org, Sep 27 2017

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. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -Pri-2 Pri-3
Status: Available (was: Untriaged)
still relevant, but low priority.
Labels: -Hotlist-Recharge-Cold
Owner: gbeaty@chromium.org
Status: Assigned (was: Available)
Blockedon: 866608
Status: Started (was: Assigned)
Project Member

Comment 8 by bugdroid1@chromium.org, Aug 2

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/luci/recipes-py/+/36c6b8b157621ea39752112a1449c787fe720a88

commit 36c6b8b157621ea39752112a1449c787fe720a88
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Thu Aug 02 18:21:25 2018

Enable adding an output log when using raw_io.output_text.

Currently v8/api.py updates the presentation of a step created by
chromium.run_mb to add a log containing the content of the
raw_io.output_text that was provided as the stdout for the step. This
prevents modifying the implementation of chromium.run_mb to include
additional steps that provide quality-of-life improvements. Adding the
add_output_log parameter enables accomplishing the same thing without
relying on the implementation detail of chromium.run_mb having only a
single step.

Change-Id: I5a6573b4d95904735f4ccd7fd5932de484d4c56b
Bug:  649209 
Reviewed-on: https://chromium-review.googlesource.com/1158802
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>

[modify] https://crrev.com/36c6b8b157621ea39752112a1449c787fe720a88/recipe_modules/raw_io/api.py

Project Member

Comment 9 by bugdroid1@chromium.org, Aug 8

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

commit 2d3a9f2091e11e3b9957e0b255890887ff64f253
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Wed Aug 08 18:46:06 2018

Add an additional step to chromium.run_mb that displays the GN args.

Bug:  649209 
Change-Id: I76050f76da5dc15b2c6a5edf8b9a4a5238255256
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Reviewed-on: https://chromium-review.googlesource.com/1147309
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>

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

Comment 10 by bugdroid1@chromium.org, Aug 8

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

commit eb1d336df6bc32861a303be2fb70a1ac63308f2c
Author: Ben Pastene <bpastene@chromium.org>
Date: Wed Aug 08 20:24:54 2018

Revert "Add an additional step to chromium.run_mb that displays the GN args."

This reverts commit 2d3a9f2091e11e3b9957e0b255890887ff64f253.

Reason for revert: Broke linux_chromium_headless_rel CQ bot
https://ci.chromium.org/p/chromium/builders/luci.chromium.try/linux_chromium_headless_rel?limit=200
eg:
https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8938730616880315152/+/steps/Uncaught_Exception/0/logs/exception/0

Original change's description:
> Add an additional step to chromium.run_mb that displays the GN args.
> 
> Bug:  649209 
> Change-Id: I76050f76da5dc15b2c6a5edf8b9a4a5238255256
> Recipe-Nontrivial-Roll: build_limited_scripts_slave
> Recipe-Nontrivial-Roll: release_scripts
> Reviewed-on: https://chromium-review.googlesource.com/1147309
> Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
> Reviewed-by: John Budorick <jbudorick@chromium.org>
> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>

TBR=machenbach@chromium.org,sergiyb@chromium.org,bpastene@chromium.org,jbudorick@chromium.org,gbeaty@chromium.org

Change-Id: I39103b6410b0d62f60863ef552c07d0a3cdbac2c
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug:  649209 
Reviewed-on: https://chromium-review.googlesource.com/1167769
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>

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

Comment 11 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 12 by bugdroid1@chromium.org, Aug 16

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

commit 4652b9a3394b617ca39c36bf5a7fa78e60359941
Author: Garrett Beaty <gbeaty@chromium.org>
Date: Thu Aug 16 22:00:38 2018

Add an additional step to chromium.run_mb that displays the GN args.

Bug:  649209 
Change-Id: I86d71848a670256a366f5eceb85a97a62ff66773
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Reviewed-on: https://chromium-review.googlesource.com/1168199
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>

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

Sign in to add a comment