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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2305373003: MB: Add Linux 32-bit Debug and Release trybots (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: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 01e0ab47bb27dabc80699b9953172c0787ec4fc1..94f63e7fb990cb5b31e8e8490799dec19d7cc917 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -140,6 +140,8 @@
'linux_compile_rel': 'gn_release_bot_x64',
'linux_dbg': 'gn_debug_bot_x64',
'linux_rel': 'gn_release_bot_x64',
+ 'linux32_dbg': 'gn_debug_bot_x86',
+ 'linux32_rel': 'gn_release_bot_x86',
'linux_arm': 'gn_crosscompile_release_bot_arm',
'linux_asan': 'gn_asan_lsan_clang_release_bot_x64',
'linux_memcheck': 'gn_memcheck_release_bot_x64',
« 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