V8: Add new v8 master to bot_update.

BUG=485955
TBR=jochen@chromium.org

Review URL: https://codereview.chromium.org/1858193002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299695 0039d316-1c4b-4281-b951-d872f2087c98
parent eef7e6a9
...@@ -292,6 +292,7 @@ ENABLED_MASTERS = [ ...@@ -292,6 +292,7 @@ ENABLED_MASTERS = [
'client.v8', 'client.v8',
'client.v8.branches', 'client.v8.branches',
'client.v8.fyi', 'client.v8.fyi',
'client.v8.ports',
'client.webrtc', 'client.webrtc',
'client.webrtc.fyi', 'client.webrtc.fyi',
'tryserver.blink', 'tryserver.blink',
...@@ -339,6 +340,7 @@ DISABLED_SLAVES.update(internal_data.get('DISABLED_SLAVES', {})) ...@@ -339,6 +340,7 @@ DISABLED_SLAVES.update(internal_data.get('DISABLED_SLAVES', {}))
GIT_MASTERS = [ GIT_MASTERS = [
'client.v8', 'client.v8',
'client.v8.branches', 'client.v8.branches',
'client.v8.ports',
'tryserver.v8', 'tryserver.v8',
] ]
GIT_MASTERS += internal_data.get('GIT_MASTERS', []) GIT_MASTERS += internal_data.get('GIT_MASTERS', [])
......
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