Chromium Code Reviews| Index: scripts/slave/bot_update.py |
| diff --git a/scripts/slave/bot_update.py b/scripts/slave/bot_update.py |
| index 4997a0438292edfab7f4712911f8cb63068e50db..c209cfa7432027ca4d91e60431c67db0e46da2af 100755 |
| --- a/scripts/slave/bot_update.py |
| +++ b/scripts/slave/bot_update.py |
| @@ -271,6 +271,7 @@ ENABLED_MASTERS = [ |
| 'client.v8', |
| 'client.v8.branches', |
| 'client.v8.fyi', |
| + 'client.v8.ports', |
|
Michael Achenbach
2016/04/05 14:50:03
Wonder what this file is still doing here. The sam
Sergiy Byelozyorov
2016/04/05 15:04:09
Acknowledged.
|
| 'client.webrtc', |
| 'client.webrtc.fyi', |
| 'tryserver.blink', |
| @@ -318,6 +319,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', []) |