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

Unified Diff: recipe_modules/bot_update/resources/bot_update.py

Issue 1858193002: V8: Add new v8 master to bot_update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/resources/bot_update.py
diff --git a/recipe_modules/bot_update/resources/bot_update.py b/recipe_modules/bot_update/resources/bot_update.py
index 39c4bf61d7868be0ac5d80162527447fdc8b1cff..c1c81d3485a055a59d056a9310c7f6a6900d933a 100755
--- a/recipe_modules/bot_update/resources/bot_update.py
+++ b/recipe_modules/bot_update/resources/bot_update.py
@@ -292,6 +292,7 @@ ENABLED_MASTERS = [
'client.v8',
'client.v8.branches',
'client.v8.fyi',
+ 'client.v8.ports',
'client.webrtc',
'client.webrtc.fyi',
'tryserver.blink',
@@ -339,6 +340,7 @@ DISABLED_SLAVES.update(internal_data.get('DISABLED_SLAVES', {}))
GIT_MASTERS = [
'client.v8',
'client.v8.branches',
+ 'client.v8.ports',
'tryserver.v8',
]
GIT_MASTERS += internal_data.get('GIT_MASTERS', [])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698