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

Unified Diff: tools/mb/mb_config.pyl

Issue 2221793003: Add Android deterministic and Windows Clang deterministic. (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 e54135070c70a1b78b4d756ec48261ab41da342f..401126aef6bec92e5a961769060a97af169aabb4 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -107,6 +107,8 @@
'Android Tests (trial)(dbg)': 'none',
'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86',
'Android Builder (dbg)': 'android_gn_debug_static_bot',
+ 'Android deterministic':
+ 'android_without_codecs_gn_release_bot_minimal_symbols',
'Browser Side Navigation Linux': 'gn_release_bot',
'CFI Linux CF': 'gn_cfi_full_cfi_diag_release_static',
'CFI Linux ToT': 'gn_cfi_full_clang_tot_release_static',
@@ -254,6 +256,7 @@
'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86',
'Win 10 Fast Ring': 'gn_release_trybot_x64',
'Windows deterministic': 'gn_release_bot_minimal_symbols_x86',
+ 'Windows Clang deterministic': 'gn_clang_release_bot_minimal_symbols_x86',
'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
},
@@ -1320,6 +1323,10 @@
'gn', 'release_trybot', 'x64',
],
+ 'gn_clang_release_bot_minimal_symbols_x86': [
+ 'gn', 'clang', 'release_bot_minimal_symbols', 'x86',
+ ],
+
'gn_windows_analyze': [
'gn', 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze',
],
« 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