Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: scripts/slave/bot_update.py

Issue 644813006: Revert of WebRTC: Enable bot_update for standalone recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {}))
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698