| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 4ac661450f8fc78e771f76083f436389b254ab8c..fa79ac3703a84d733c2f02190a416df479367862 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -399,6 +399,7 @@
|
| 'WebKit Mac Builder (dbg)': 'debug_bot',
|
| 'WebKit Mac Builder': 'release_bot',
|
| 'WebKit Mac10.11 (retina)': 'release_bot',
|
| + 'WebKit Mac10.12': 'release_bot',
|
| 'WebKit Mac10.9': 'release_bot',
|
| 'WebKit Win Builder (dbg)': 'debug_bot_x86',
|
| 'WebKit Win Builder': 'release_bot_x86',
|
| @@ -488,6 +489,7 @@
|
| 'mac10.10_blink_rel': 'release_bot_minimal_symbols',
|
| 'mac10.11_blink_rel': 'release_bot_minimal_symbols',
|
| 'mac10.11_retina_blink_rel': 'release_bot_minimal_symbols',
|
| + 'mac10.12_blink_rel': 'release_bot_minimal_symbols',
|
| 'win7_blink_compile_dbg': 'debug_trybot_x86',
|
| 'win7_blink_compile_rel': 'release_bot_x86',
|
| 'win7_blink_dbg': 'debug_trybot_x86',
|
|
|