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

Unified Diff: tools/mb/mb_config.pyl

Issue 2196503002: Fix SyzyASAN builders to be release GN builds, not debug. (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 | « 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 98ae032ae80ac90315afd7b755216c0522570b28..55ad759cffb1b14cfccdf6a75280fa914d1a2520 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -379,7 +379,7 @@
'Win ASan Release Media':
'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86',
- 'Win SyzyASAN LKGR': 'gn_syzyasan_no_pch_x86',
+ 'Win SyzyASAN LKGR': 'gn_syzyasan_no_pch_release_x86',
},
'chromium.mac': {
@@ -554,7 +554,7 @@
'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot',
'Chromium ASAN (symbolized)':
'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot',
- 'Chromium Win SyzyASAN': 'gn_syzyasan_no_pch_x86',
+ 'Chromium Win SyzyASAN': 'gn_syzyasan_no_pch_release_x86',
'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot',
'Linux Debug Builder': 'gn_debug_bot',
'Linux Snapshot Builder': 'gn_release_bot',
@@ -924,7 +924,7 @@
'swarming_gpu_tests_gn_release_trybot_x86',
'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86',
'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86',
- 'win_chromium_syzyasan_rel': 'swarming_gn_syzyasan_release_trybot_x86',
+ 'win_chromium_syzyasan_rel': 'gn_syzyasan_no_pch_release_x86',
'win_chromium_variable': 'findit',
'win_chromium_variable_archive': 'findit',
'win_chromium_variable_chrome': 'findit',
@@ -1427,8 +1427,8 @@
'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
],
- 'gn_syzyasan_no_pch_x86': [
- 'gn', 'syzyasan', 'no_pch', 'x86',
+ 'gn_syzyasan_no_pch_release_x86': [
+ 'gn', 'syzyasan', 'no_pch', 'release', 'x86',
],
'gn_tsan_disable_nacl_line_tables_debug_bot': [
@@ -1891,10 +1891,6 @@
'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile',
],
- 'swarming_gn_syzyasan_release_trybot_x86': [
- 'swarming', 'gn', 'syzyasan', 'release_trybot', 'x86',
- ],
-
'swarming_tsan_disable_nacl_gn_release_bot': [
'swarming', 'tsan', 'disable_nacl', '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