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

Unified Diff: tools/mb/mb_config.pyl

Issue 2187393002: Flip two Mac ASAN straggler builders to GN and fix mb audit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « tools/mb/mb.py ('k') | 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 2a58e74b52b4c36958ba8723de0408a4cc379665..98ae032ae80ac90315afd7b755216c0522570b28 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -247,7 +247,7 @@
'WebKit Mac - WPTServe': 'swarming_gn_release_bot',
'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86',
'Win 10 Fast Ring': 'gn_release_trybot_x64',
- 'Win deterministic': 'gn_release_bot_minimal_symbols_x86',
+ 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86',
'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
},
@@ -1279,7 +1279,7 @@
],
'gn_asan_edge_v8_heap_debug_bot_hybrid': [
- 'gyp', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid',
+ 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid',
],
'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [
@@ -1291,7 +1291,7 @@
],
'gn_asan_disable_nacl_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot': [
- 'gyp', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap',
+ 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap',
'chrome_with_codecs', 'release_bot',
],
@@ -1770,7 +1770,7 @@
],
'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [
- 'swarming', 'gyp', 'asan', 'clang_tot', 'full_symbols', 'static',
+ 'swarming', 'gn', 'asan', 'clang_tot', 'full_symbols', 'static',
'release',
],
« no previous file with comments | « tools/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698