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

Unified Diff: tools/mb/mb_config.pyl

Issue 2374943002: Add Android, Linux and Mac debug builder for deterministic build. (Closed)
Patch Set: Created 4 years, 3 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 a337f461411c98493d523f2bbf57778aa83f0435..4dec8c13a5511e46a1a75e8a133bd9be09013f4c 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -78,6 +78,7 @@
'Android Tests (x86 emulator)': 'android_debug_static_bot_x86',
'Android Builder (dbg)': 'android_debug_static_bot_vr_shell',
'Android deterministic': 'android_without_codecs_release_bot_minimal_symbols',
+ 'Android deterministic (dbg)': 'android_debug_static_bot_x86',
Dirk Pranke 2016/09/28 16:17:20 why x86? If you don't care too much about the conf
Yoshisato Yanagisawa 2016/09/29 00:48:46 done. I want a general one. Let me change it to a
'Blimp Android Client':
'//build/args/bots/chromium.fyi/blimp_client_rel.gn',
'Blimp Linux Engine':
@@ -158,10 +159,12 @@
'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan',
'Linux ARM': 'release_bot_arm',
'Linux deterministic': 'release_bot',
+ 'Linux deterministic (dbg)': 'debug_bot',
'Linux remote_run Builder': 'release_bot',
'Linux remote_run Tester': 'release_bot',
'Linux V8 API Stability': 'release_bot',
'Mac deterministic': 'release_bot_mac_strip',
+ 'Mac deterministic (dbg)': 'debug_bot',
'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot',
'Mojo Windows': 'release_bot_x86',
'Site Isolation Linux': 'release_trybot',
« 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