Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index 00599b9bbac1fc5f1cb044c51e92913277530d23..bfd3acfd15a86546757e42cfd0e9966af5569d44 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -16,6 +16,7 @@ |
| 'Linux x64': 'noswarming_gn_release_bot', |
| 'Mac': 'noswarming_gyp_release_bot_mac_strip', |
| 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', |
| + 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', |
| }, |
| 'chromium.android': { |
| @@ -212,6 +213,7 @@ |
| 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', |
| 'Win8 Tests (1)': 'none', |
| 'Win8 Tests (2)': 'none', |
| + 'Win 10 Fast Ring': 'gn_release_trybot_x64', |
|
Will Harris
2016/04/21 23:20:39
observation: this turns on dcheck for the fyi bot,
|
| 'Windows Browser (DrMemory light) (1)': 'none', |
| 'Windows Browser (DrMemory light) (2)': 'none', |
| @@ -1158,6 +1160,10 @@ |
| 'gn', 'release_trybot', |
| ], |
| + 'gn_release_trybot_x64': [ |
| + 'gn', 'release_trybot', 'x64', |
| + ], |
| + |
| 'gn_release_trybot_x86': [ |
| 'gn', 'release_trybot', 'x86', |
| ], |
| @@ -1370,6 +1376,10 @@ |
| 'noswarming', 'gn', 'release_bot', |
| ], |
| + 'noswarming_gn_release_bot_minimal_symbols_x64': [ |
| + 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64', |
| + ], |
| + |
| 'noswarming_gyp_release_bot_mac_strip': [ |
| 'noswarming', 'gyp', 'release_bot', 'mac_strip', |
| ], |