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

Unified Diff: tools/mb/mb_config.pyl

Issue 2000413002: Flip linux clang tot bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_lkgr
Patch Set: merge Created 4 years, 7 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 bf22adea805d232ad0be6a5bbb6682a210940ee1..212200250658a6b2e7e1ae3f2fa8b86825e9679e 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -136,12 +136,12 @@
'swarming_gn_clang_tot_linux_full_symbols_shared_release',
'ClangToTLinux tester': 'none',
'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
- 'ClangToTLinuxASan': 'swarming_gyp_clang_tot_asan_lsan_static_release',
+ 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release',
'ClangToTLinuxASan tester': 'none',
'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
'ClangToTLinuxLLD tester': 'none',
'ClangToTLinuxUBSanVptr':
- 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release',
+ 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release',
'ClangToTLinuxUBSanVptr tester': 'none',
'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release',
'ClangToTMac tester': 'none',
@@ -1756,12 +1756,12 @@
'x86',
],
- 'swarming_gyp_clang_tot_asan_lsan_static_release': [
- 'swarming', 'gyp', 'clang_tot', 'asan', 'lsan', 'static', 'release',
+ 'swarming_gn_clang_tot_asan_lsan_static_release': [
+ 'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release',
],
- 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release': [
- 'swarming', 'gyp', 'clang_tot', 'edge', 'ubsan_no_recover_hack',
+ 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release': [
+ 'swarming', 'gn', 'clang_tot', 'edge', 'ubsan_no_recover_hack',
'static', 'release',
],
« 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