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

Unified Diff: tools/mb/mb_config.pyl

Issue 2033483003: Flip Linux MSAN (non-CF) bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memory_gn_changes
Patch Set: revert all changes but the flip 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 766a456d0e75ae99bbbe9ccd1d1f784e14105e2f..4b67d8dc7e42c70b0cf8ea3bccbc428bdf0e7493 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -387,7 +387,7 @@
'Chromium Linux ChromeOS MSan Builder':
'swarming_gyp_chromeos_msan_release_bot',
'Chromium Linux MSan Builder':
- 'swarming_gyp_msan_release_bot',
+ 'swarming_msan_gn_release_bot',
'Chromium Linux TSan Builder':
'swarming_tsan_disable_nacl_gn_release_bot',
'Chromium Windows Builder (DrMemory x64)':
@@ -763,7 +763,7 @@
'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
'linux_chromium_gn_chromeos_variable': 'findit',
'linux_chromium_gn_upload': 'gn_linux_upload',
- 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
+ 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_trybot',
'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
'linux_chromium_tsan_rel_ng':
'swarming_tsan_disable_nacl_gn_release_trybot',
@@ -1882,8 +1882,12 @@
'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot',
],
- 'swarming_msan_gyp_release_trybot': [
- 'swarming', 'msan', 'gyp', 'release_trybot',
+ 'swarming_msan_gn_release_bot': [
+ 'swarming', 'msan', 'gn', 'release_bot',
+ ],
+
+ 'swarming_msan_gn_release_trybot': [
+ 'swarming', 'msan', 'gn', 'release_trybot',
],
'win_clang_debug_bot': [
« 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