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', []) |