| Index: scripts/slave/bot_update.py
|
| diff --git a/scripts/slave/bot_update.py b/scripts/slave/bot_update.py
|
| index 242c2f45e43c1613a290c81128e5c73fce8ca62f..856c4d7b462baf42dbc5d6fae226f57664d78cbd 100755
|
| --- a/scripts/slave/bot_update.py
|
| +++ b/scripts/slave/bot_update.py
|
| @@ -212,8 +212,6 @@
|
| CHROMIUM_GIT_HOST + '/v8/v8.git',
|
| '/chrome/trunk/src/tools/cros.DEPS':
|
| CHROMIUM_GIT_HOST + '/chromium/src/tools/cros.DEPS.git',
|
| - '/webrtc/trunk':
|
| - CHROMIUM_GIT_HOST + '/external/webrtc.git',
|
| }
|
| RECOGNIZED_PATHS.update(internal_data.get('RECOGNIZED_PATHS', {}))
|
|
|
| @@ -263,10 +261,9 @@
|
| 'Chromium Win SyzyASAN',
|
| ],
|
| 'tryserver.webrtc': [
|
| - 'linux',
|
| - 'mac',
|
| - 'win',
|
| - ],
|
| + 'android_apk',
|
| + 'android_apk_rel',
|
| + ],
|
| }
|
| ENABLED_BUILDERS.update(internal_data.get('ENABLED_BUILDERS', {}))
|
|
|
|
|