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

Issue 663278 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature

Blocking:
issue webrtc:5006



Sign in to add a comment

Ensure symlinks are not causing problems on our bots

Project Member Reported by kjellander@chromium.org, Nov 8 2016

Issue description

In order to migrate from symlinks to directories and try changes on trybots, we need to make sure all previously created symlinks are gone when bot_update is syncing the checkout. Otherwise we'll run into errors when symlinks exists in the locations where a directory is about to be created.

This can be solved by invoking setup_links.py --clean-only as a build step.
 
Status: Started (was: Assigned)
CL up: https://codereview.chromium.org/2484803004/
Project Member

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

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

commit 0b9ea04a6d27396523b240d61e90c824bf6dc90f
Author: kjellander <kjellander@chromium.org>
Date: Tue Nov 08 11:16:05 2016

WebRTC: Cleanup symlinks before bot_update

Call setup_links.py --clean-only before bot_update
runs to ensure all links are cleaned up to avoid conflicts
during patching/syncing.
This is needed in order for us to start moving away from the symlinks.

Only deploy at client.webrtc.fyi to be sure not breaking all bots at once.

BUG= 663278 
TESTED=
Ran scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py with empty
argument and passing the path to a valid checkout.

Review-Url: https://codereview.chromium.org/2484803004

[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipe_modules/webrtc/api.py
[add] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_asan__l_nexus6_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_builder.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_release__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__j_nexus4_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__k_nexus5_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__l_nexus6_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux64_gcc.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_asan__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_memcheck__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_msan__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_tsan_v2__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_ubsan__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_ubsan_vptr__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac64_release__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__swarming_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win10_.json
[modify] https://crrev.com/0b9ea04a6d27396523b240d61e90c824bf6dc90f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win8_.json

Project Member

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

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

commit 11a160e371823f1c6bedca71a54069b40c810075
Author: kjellander <kjellander@chromium.org>
Date: Tue Nov 08 11:55:25 2016

WebRTC: Set the right path to clean_symlinks.py

The path calculated in https://codereview.chromium.org/2484803004
missed the fact that the checkout root was the dir that was passed
to the script. Update the cleanup_symlinks.py script to set the
right path and clarify that the directory argument to pass to it
is expected to be the checkout root (not the path to the src/ dir).
Also make the script not fail if the file is not found (a new bot don't have it, but
still has the checkout root).

BUG= 663278 
TBR=ehmaldonado@chromium.org

Review-Url: https://codereview.chromium.org/2482153002

[modify] https://crrev.com/11a160e371823f1c6bedca71a54069b40c810075/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py

Project Member

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

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

commit bac681250e8cb2f4e17ae68dca934d127d3e0b0f
Author: kjellander <kjellander@chromium.org>
Date: Thu Nov 10 07:40:14 2016

WebRTC: Use slave_build dir instead of working dir for symlink cleaning.

When deploying this change to the rest of our bots
the recipes that aren't using remote_run fail since
self.m.chromium_checkout.get_checkout_dir({}) returns None.
Using self.m.path['slave_build'] should work for all
recipes and give the same directory.

BUG= 663278 
TBR=ehmaldonado@chromium.org

Review-Url: https://codereview.chromium.org/2494663002

[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipe_modules/webrtc/api.py
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_asan__l_nexus6_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_builder.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_release__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__j_nexus4_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__k_nexus5_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__l_nexus6_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux64_gcc.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_asan__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_memcheck__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_msan__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_tsan_v2__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_ubsan__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_ubsan_vptr__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac64_release__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__swarming_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win10_.json
[modify] https://crrev.com/bac681250e8cb2f4e17ae68dca934d127d3e0b0f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win8_.json

Project Member

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

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

commit cad2afbfe798451f2b0bad1b379d14ff9f8c3577
Author: kjellander <kjellander@chromium.org>
Date: Thu Nov 10 08:13:33 2016

WebRTC: Fallback for working_dir in symlink cleaning

The solution for the symlink cleaning in
https://codereview.chromium.org/2494663002/ doesn't seem to have the
desired effect (the checkout being used isn't found).
Change back to the previous solution but add a fallback for recipes
not using the remote_run way of setting up the directory
hierarchy on the bot machine.

BUG= 663278 
TBR=ehmaldonado@chromium.org
TESTED=
Ran scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
with and without argument to ensure no syntax errors.

Review-Url: https://codereview.chromium.org/2491513003

[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipe_modules/webrtc/api.py
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_asan__l_nexus6_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_builder.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_release__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__j_nexus4_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__k_nexus5_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_tests__l_nexus6_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux64_gcc.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_asan__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_memcheck__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_msan__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_tsan_v2__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_ubsan__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_ubsan_vptr__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac64_release__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__swarming_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win10_.json
[modify] https://crrev.com/cad2afbfe798451f2b0bad1b379d14ff9f8c3577/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win8_.json

Project Member

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

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

commit 73ebb69974d1d0f2f979da0e6a129100a83d2a78
Author: kjellander <kjellander@chromium.org>
Date: Thu Nov 10 12:52:25 2016

WebRTC: Add cleanup_symlinks step on all bots.

Now that this is finally working as intended in the client.webrtc.fyi
waterfall we should be able to turn it on for all bots.

BUG= 663278 

Review-Url: https://codereview.chromium.org/2484423003

[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipe_modules/webrtc/api.py
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Android32__more_configs_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_android_more_configs.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__dbg_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_mips__dbg_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86__dbg_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__dbg_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gyp.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gyp__dbg_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x__dbg_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder_x64__dbg_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_arm.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_release.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__gyp_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_failing_test.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_forced.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gyp_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__large_tests_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_asan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_memcheck.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_msan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__gyp_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release__gyp_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release__large_tests_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_builder_forced.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__failing_test.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__forced.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__forced_invalid.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug__clang_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__clang_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__large_tests_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__clang_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__gyp_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__clang_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__gyp_.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_clang_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_gyp_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_gyp_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_baremetal.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gyp_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gyp_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_swarming.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_tsan2.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gyp_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gyp_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_asan.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_baremetal.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_dbg.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/73ebb69974d1d0f2f979da0e6a129100a83d2a78/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win8.json

I verified it works on the regular ones and the libfuzzer bots, but iOS will need a separate CL.
Project Member

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

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

commit fa77e5b771b53a6b007c88c46cb100c56a7395e8
Author: ehmaldonado <ehmaldonado@chromium.org>
Date: Thu Nov 10 14:20:03 2016

Revert of WebRTC: Add cleanup_symlinks step on all bots. (patchset #1 id:1 of https://codereview.chromium.org/2484423003/ )

Reason for revert:
This might be breaking Linux (more configs)

Original issue's description:
> WebRTC: Add cleanup_symlinks step on all bots.
>
> Now that this is finally working as intended in the client.webrtc.fyi
> waterfall we should be able to turn it on for all bots.
>
> BUG= 663278 
>
> Committed: https://chromium.googlesource.com/chromium/tools/build/+/73ebb69974d1d0f2f979da0e6a129100a83d2a78

TBR=kjellander@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG= 663278 

Review-Url: https://codereview.chromium.org/2492823002

[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipe_modules/webrtc/api.py
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Android32__more_configs_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_android_more_configs.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__dbg_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_mips__dbg_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86__dbg_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__dbg_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gyp.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gyp__dbg_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x__dbg_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder_x64__dbg_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_arm.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_release.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__gyp_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_failing_test.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_forced.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gyp_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__large_tests_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_asan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_memcheck.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_msan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__gyp_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release__gyp_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release__large_tests_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_builder_forced.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__failing_test.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__forced.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__forced_invalid.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug__clang_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__clang_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__large_tests_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__clang_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__gyp_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__clang_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__gyp_.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_clang_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_gyp_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_gyp_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_baremetal.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gyp_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gyp_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_swarming.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_tsan2.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gyp_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gyp_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_asan.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_baremetal.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_dbg.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/fa77e5b771b53a6b007c88c46cb100c56a7395e8/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win8.json

Project Member

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

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

commit f1d85d6da3c74730f856aa109551ff909b75529e
Author: kjellander <kjellander@chromium.org>
Date: Fri Nov 11 06:26:41 2016

Reland of WebRTC: Add cleanup_symlinks step on all bots. (patchset #1 id:1 of https://codereview.chromium.org/2492823002/ )

Reason for revert:
Relanding since the failure was caused by a Google storage transient outage rather than because of this change:

subprocess.CalledProcessError: Command '['wget', '--quiet', '-t', '3', '-O', '/b/build/slave/linux64/build/src/chromium/src/build/linux/debian_wheezy_i386-sysroot/debian_wheezy_i386_sysroot.tgz', 'https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/7d200a1ddfeb50dbf9f7e2c1c4ff1080679edf02/debian_wheezy_i386_sysroot.tgz']' returned non-zero exit status 8
Error: Command '/usr/bin/python src/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' returned non-zero exit status 1 in

https://build.chromium.org/p/client.webrtc/builders/Linux%20%28more%20configs%29/builds/165/steps/gclient%20runhooks/logs/stdio

Original issue's description:
> Revert of WebRTC: Add cleanup_symlinks step on all bots. (patchset #1 id:1 of https://codereview.chromium.org/2484423003/ )
>
> Reason for revert:
> This might be breaking Linux (more configs)
>
> Original issue's description:
> > WebRTC: Add cleanup_symlinks step on all bots.
> >
> > Now that this is finally working as intended in the client.webrtc.fyi
> > waterfall we should be able to turn it on for all bots.
> >
> > BUG= 663278 
> >
> > Committed: https://chromium.googlesource.com/chromium/tools/build/+/73ebb69974d1d0f2f979da0e6a129100a83d2a78
>
> TBR=kjellander@chromium.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG= 663278 
>
> Committed: https://chromium.googlesource.com/chromium/tools/build/+/fa77e5b771b53a6b007c88c46cb100c56a7395e8

TBR=ehmaldonado@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG= 663278 

Review-Url: https://codereview.chromium.org/2493093003

[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipe_modules/webrtc/api.py
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Android32__more_configs_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_android_more_configs.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__dbg_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_mips__dbg_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86__dbg_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__dbg_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gyp.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gyp__dbg_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x__dbg_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder_x64__dbg_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_arm.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_release.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__gyp_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_failing_test.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_forced.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gyp_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__large_tests_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_asan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_memcheck.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_msan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__gyp_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release__gyp_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release__large_tests_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_builder_forced.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__failing_test.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__forced.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__forced_invalid.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug__clang_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__clang_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__large_tests_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__clang_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__gyp_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__clang_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__gyp_.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_clang_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_gyp_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_gyp_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_baremetal.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gyp_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gyp_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_swarming.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_tsan2.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gyp_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gyp_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_asan.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_baremetal.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_dbg.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/f1d85d6da3c74730f856aa109551ff909b75529e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win8.json

Project Member

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

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

commit 348ffdc6abef86e6d2a02cddf74deeb4dd8e1815
Author: Henrik Kjellander <kjellander@chromium.org>
Date: Mon Nov 14 12:25:55 2016

WebRTC: Refactor to use cleanup_symlinks in all recipes.

This should bring cleanup_symlinks into all recipes. It also
ensures all reciepes call the same method for setting up the
checkout.

BUG= 663278 

Change-Id: I8f2e1ee6859dfb235fd05dc4874eb5ec4bef3c4c
Reviewed-on: https://chromium-review.googlesource.com/411160
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Henrik Kjellander <kjellander@chromium.org>

[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/rolling_activated.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios.expected/basic.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios.expected/gn_build.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios.expected/gyp_build.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios.expected/infrastructure_failure.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios.expected/no_tests.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios.expected/test_failure.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios.expected/trybot.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios.py
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios_api_framework.expected/build_failure.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios_api_framework.expected/build_ok.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/ios_api_framework.py
[modify] https://crrev.com/348ffdc6abef86e6d2a02cddf74deeb4dd8e1815/scripts/slave/recipes/webrtc/more_configs.py

Status: Fixed (was: Started)
Confirming fixed for all recipes by the tryjobs at https://codereview.webrtc.org/2306163002/
[bulk-edit : please ignore if not applicable]

Could you please set the correct milestone for this issue?
Project Member

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

The following revision refers to this bug:
  https://chromium.googlesource.com/external/webrtc.git/+/edec0769aacba3edfca02046b8dcebaa57efebf1

commit edec0769aacba3edfca02046b8dcebaa57efebf1
Author: Henrik Kjellander <kjellander@webrtc.org>
Date: Tue Nov 15 21:39:13 2016

Make setup_links.py not fail if Chromium checkout is missing.

If a checkout has been created but haven't yet executed gclient
runhooks, running setup_links.py --clean-only will fail if
the Chromium checkout isn't yet synced. This can make bots
end up in a bad state since we now clean all links before running
bot_update. Relaxing this error solves that problem.

BUG= chromium:663278 
TBR=ehmaldonado@webrtc.org
NOTRY=True

Review URL: https://codereview.webrtc.org/2496323004 .

Cr-Commit-Position: refs/heads/master@{#15097}

[modify] https://crrev.com/edec0769aacba3edfca02046b8dcebaa57efebf1/setup_links.py

Project Member

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

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

commit 8ba59e4429719d6add2cce05cb9a93c8b3bb6e7a
Author: Edward Lemur <ehmaldonado@chromium.org>
Date: Thu Nov 24 17:10:15 2016

WebRTC: Skip cleanup_symlinks.py if no Chromium checkout is found.

This should fix errors like this one:
https://build.chromium.org/p/client.webrtc/builders/iOS%20API%20Framework%20Builder/builds/2019

BUG= chromium:663278 
TBR=kjellander@chromium.org

Change-Id: Ie18e0229c1ec75e925aa0e38e5133a25c8810f82
Reviewed-on: https://chromium-review.googlesource.com/414368
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>

[modify] https://crrev.com/8ba59e4429719d6add2cce05cb9a93c8b3bb6e7a/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py

Project Member

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

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

commit 7f0a859effd74e04f7a84090b1d2287e9b9da462
Author: Edward Lemur <ehmaldonado@chromium.org>
Date: Thu Nov 24 17:39:47 2016

WebRTC: Fixed missing 'src' in cleanup symlinks step.

BUG= chromium:663278 
TBR=kjellander@chromium.org

Change-Id: Ic980071285b422faf3eedd1e830e707ee0ce01cd
Reviewed-on: https://chromium-review.googlesource.com/414087
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>

[modify] https://crrev.com/7f0a859effd74e04f7a84090b1d2287e9b9da462/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py

Project Member

Comment 17 by bugdroid1@chromium.org, Feb 22 2018

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

commit 7684ba3134b3d3f5aa241f27f7a7743b198d0c8e
Author: Oleh Prypin <oprypin@webrtc.org>
Date: Thu Feb 22 14:27:15 2018

WebRTC: Remove cleanup_symlinks step

The symlinks from when WebRTC was using a full checkout
of Chromium are long gone

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

[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_asan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_tsan2.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipe_modules/webrtc/api.py
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_win7.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_android_more_configs.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release__large_tests_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_baremetal.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_mac__beta_.json
[delete] https://crrev.com/81290b16aa450808afee4a22ad61b7cea36daa75/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/stale_roll.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__clang_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/ios_api_framework.expected/build_ok.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android_asan__swarming_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_experimental.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus7_2_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder_x64__dbg_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_baremetal.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__clang_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__failing_test.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android64_tests__l_nexus9_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__large_tests_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win10_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_asan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_arm_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__arm_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x__dbg_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug__clang_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Android32__more_configs_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/rolling_activated.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_forced.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_win_more_configs.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/README.recipes.md
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_arm_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_mac__stable_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_msan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_linux__beta_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gcc_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug__arm_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__large_tests_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__forced_invalid.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86__dbg_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_experimental.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gcc_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__arm_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__n_nexus6_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android64_tests__n_pixel_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__k_nexus5_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/ios.expected/trybot.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__stable_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/previous_roll_in_cq.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus6_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_release__arm_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_builder_forced.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/ios.expected/no_tests.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_failing_test.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_linux__stable_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android64_builder.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__dbg_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus4_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_mips__dbg_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_builder.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win8_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win8.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__clang_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android_perf__swarming_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/ios_api_framework.expected/build_failure.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/ios.expected/basic.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_dbg.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus5__forced.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_asan.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_experimental.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Win__more_configs_.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json
[modify] https://crrev.com/7684ba3134b3d3f5aa241f27f7a7743b198d0c8e/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json

Project Member

Comment 18 by bugdroid1@chromium.org, Feb 23 2018

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave/+/47646956b0e7cb2b0e2d7decaffb57622d5e59cb

commit 47646956b0e7cb2b0e2d7decaffb57622d5e59cb
Author: Zhiling Huang <hzl@chromium.org>
Date: Fri Feb 23 22:43:04 2018

Sign in to add a comment