Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: tools/mb/mb_config.pyl

Issue 2062283002: Fix MB configs for Mac, Win nacl_sdk builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 160939b8d74b4f47b9ffbcdba5d595e682925df7..5f1e02d96145d5fd04d0a4a2e411f7e3552a3366 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -810,8 +810,8 @@
'mac_chromium_variable_chrome': 'findit',
'mac_chromium_variable_gn': 'findit',
'mac_chromium_variable_layout': 'findit',
- 'mac_nacl_sdk': 'nacl_annotator',
- 'mac_nacl_sdk_build': 'nacl_annotator',
+ 'mac_nacl_sdk': 'gyp_release_bot',
+ 'mac_nacl_sdk_build': 'gyp_release_bot',
'mac_optional_gpu_tests_rel':
'swarming_gpu_fyi_tests_gyp_release_trybot',
'mac_upload_clang': 'gn_release_bot',
@@ -891,8 +891,8 @@
'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86',
'win_clang_x64_dbg': 'win_clang_debug_bot',
'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64',
- 'win_nacl_sdk': 'nacl_annotator',
- 'win_nacl_sdk_build': 'nacl_annotator',
+ 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86',
+ 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86',
'win_optional_gpu_tests_rel':
'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86',
'win_pgo': 'gyp_official_winpgo',
@@ -1408,10 +1408,6 @@
'mac_views_browser', 'gyp', 'release_trybot',
],
- # This is used to indicate that the bot runs the nacl annotator-based
- # configs and switching them is out of scope for MB.
- 'nacl_annotator': [ 'error' ],
-
# This is used for tracking purposes; any bot that uses this config
# should never actually run MB.
'none': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698