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

Unified Diff: tools/mb/mb_config.pyl

Issue 2170703002: Flip last CrOS builders to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_lkgr
Patch Set: rebase 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 5e1986921048dbbcffbf243bda56f90aeea94713..7444dfd8c1c10dd54dd0173adc0eff6ad3588961 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -340,7 +340,7 @@
'ASan Release Media (32-bit x86 with V8-ARM)':
'gyp_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid',
'ChromiumOS ASAN Release':
- 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot',
+ 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot',
'MSAN Release (chained origins)': 'gn_msan_edge_release_bot',
'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot',
'Mac ASAN Debug': 'gyp_asan_edge_fuzzer_v8_heap_debug_symbols_static_bot',
@@ -390,7 +390,7 @@
'chromium.memory.fyi': {
'Chromium Linux ChromeOS MSan Builder':
- 'swarming_gyp_chromeos_msan_release_bot',
+ 'swarming_gn_chromeos_msan_release_bot',
'Chromium Linux MSan Builder':
'swarming_msan_gn_release_bot',
'Chromium Linux TSan Builder':
@@ -1308,8 +1308,8 @@
'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot',
],
- 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
- 'gyp', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap',
+ 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
+ 'gn', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap',
'release_bot',
],
@@ -1509,7 +1509,7 @@
],
'swarming_asan_lsan_chromeos_gn_release_trybot': [
- 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot',
+ 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_trybot',
],
'swarming_asan_lsan_full_symbols_gyp_release_trybot': [
@@ -1743,8 +1743,8 @@
'release',
],
- 'swarming_gyp_chromeos_msan_release_bot': [
- 'swarming', 'gyp', 'chromeos', 'msan', 'release_bot',
+ 'swarming_gn_chromeos_msan_release_bot': [
+ 'swarming', 'gn', 'chromeos', 'msan', 'release_bot',
],
'swarming_gyp_clang_debug_bot_minimal_symbols_x86': [
« 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