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

Unified Diff: tools/mb/mb_config.pyl

Issue 2146183002: Sync up chromium.memory builder configs with trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 'trybot' 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 | « 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 ecf9e0bfcd01785517eb4012676fca41a917f967..d6302ee64792f794ff741fac988117169f96668d 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -369,13 +369,14 @@
},
'chromium.memory': {
- 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_bot',
+ 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_trybot',
'Linux ASan LSan Tests (1)': 'none',
'Linux ASan Tests (sandboxed)': 'none',
- 'Mac ASan 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot',
+ 'Mac ASan 64 Builder':
+ 'swarming_asan_lsan_full_symbols_gyp_release_trybot',
'Mac ASan 64 Tests (1)': 'none',
'Linux Chromium OS ASan LSan Builder':
- 'swarming_asan_lsan_chromeos_gn_release_bot',
+ 'swarming_asan_lsan_chromeos_gn_release_trybot',
'Linux Chromium OS ASan LSan Tests (1)': 'none',
},
@@ -1475,16 +1476,13 @@
'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot',
],
- 'swarming_asan_lsan_chromeos_gn_release_bot': [
- 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_bot',
- ],
-
'swarming_asan_lsan_chromeos_gn_release_trybot': [
'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot',
],
- 'swarming_asan_lsan_full_symbols_gyp_release_bot': [
+ 'swarming_asan_lsan_full_symbols_gyp_release_trybot': [
'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot',
+ 'dcheck_always_on',
],
'swarming_asan_lsan_gn_release_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