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

Unified Diff: tools/mb/mb_config.pyl

Issue 2217563002: Make the WinASan bots 32-bit again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 bf1fc66640e53891fb6b8a787e40464c3da6a0cb..fc784e37e7378ff0038c409f6a00bf2a2394c473 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1805,17 +1805,17 @@
('swarming_gn_asan_clang_edge_fuzzer'
'_static_v8_heap_x86_full_symbols_release'): [
'swarming', 'gn', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
- 'v8_heap', 'full_symbols', 'release',
+ 'v8_heap', 'full_symbols', 'release', 'x86',
],
'swarming_gn_asan_clang_shared_v8_heap_x86_full_symbols_release': [
'swarming', 'gn', 'asan', 'clang_tot', 'shared', 'v8_heap',
- 'full_symbols', 'release',
+ 'full_symbols', 'release', 'x86',
],
'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [
'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap',
- 'full_symbols', 'release',
+ 'full_symbols', 'release', 'x86',
],
'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_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