Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index 07d20a8b9305b735b0e2e7182de81a0294820d56..4c31a9f7bc083de2fcdcc077ac16bb9866a68642 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -14,7 +14,7 @@ |
| 'chromium': { |
| 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', |
| 'Linux x64': 'noswarming_gn_release_bot', |
| - 'Mac': 'noswarming_gyp_release_bot_mac_strip', |
| + 'Mac': 'noswarming_gn_release_bot_mac_strip', |
|
Robert Sesek
2016/06/24 14:43:09
I think we need to leave one waterfall on GYP unti
|
| 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86', |
| 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', |
| }, |
| @@ -63,7 +63,7 @@ |
| 'chromium.chrome': { |
| 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', |
| 'Google Chrome Linux x64': 'gn_official_goma', |
| - 'Google Chrome Mac': 'gyp_official_goma', |
| + 'Google Chrome Mac': 'gn_official_goma', |
| 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', |
| }, |
| @@ -788,7 +788,7 @@ |
| 'ios-simulator-gn': 'ios_gn', |
| 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', |
| 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', |
| - 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_trybot', |
| + 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip', |
| 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', |
| 'mac_chromium_asan_variable': 'findit', |
| 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', |
| @@ -1423,12 +1423,8 @@ |
| 'noswarming', 'gn', 'release_bot', 'x64', |
| ], |
| - 'noswarming_gyp_release_bot_mac_strip': [ |
| - 'noswarming', 'gyp', 'release_bot', 'mac_strip', |
| - ], |
| - |
| - 'noswarming_gn_release_trybot': [ |
| - 'noswarming', 'gn', 'release_trybot', |
| + 'noswarming_gn_release_bot_mac_strip': [ |
| + 'noswarming', 'gn', 'release_bot', 'mac_strip', |
| ], |
| 'noswarming_gn_release_trybot_x64': [ |