Commit 9d195dda authored by Yuwei Huang's avatar Yuwei Huang Committed by Commit Bot

Revert "Add remoting Linux debug symbols to the upload list"

This reverts commit dbe36b16.

Reason for revert: Seems to be causing crbug.com/1137042

Original change's description:
> Add remoting Linux debug symbols to the upload list
>
> This CL attempts to make the official build bot upload remoting debug
> symbols, so that we can use them to decipher stack traces coming from an
> official build remoting Linux host.
>
> Bug: 1136663
> Change-Id: I5669140b3b63399d521644de3b8524def6092560
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462547
> Reviewed-by: Jamie Walch <jamiewalch@chromium.org>
> Reviewed-by: Michael Moss <mmoss@chromium.org>
> Commit-Queue: Yuwei Huang <yuweih@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#815701}

TBR=jamiewalch@chromium.org,mmoss@chromium.org,yuweih@chromium.org

Change-Id: I03037ed6f2de46a6be20647a9319e89084eb2f99
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1136663
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463813Reviewed-by: default avatarYuwei Huang <yuweih@chromium.org>
Commit-Queue: Yuwei Huang <yuweih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815857}
parent 00a62e93
......@@ -154,20 +154,6 @@ FILES = [
'buildtype': ['official'],
'archive': 'remoting-me2me-host-linux.zip',
},
# Remoting symbols:
{
'filename': 'remote_assistance_host.debug',
'arch': ['64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-debug-info.zip',
},
{
# Include all debug symbols that start with `remoting`.
'filename': 'remoting*.debug',
'arch': ['64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-debug-info.zip',
},
# Breakpad symbols:
{
'filename': 'chrome.breakpad.x64',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment