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

Unified Diff: masters/master.tryserver.webrtc/master.cfg

Issue 2316553002: WebRTC: Add Linux 32-bit 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 | masters/master.tryserver.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.webrtc/master.cfg
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
index 81566b3f6f0f295fd55d24582e5df27902b31231..0f324b004d55f651c6939078f65a440704c74828 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -87,6 +87,8 @@ specs = [
{'name': 'linux_compile_rel', 'slavebuilddir': 'linux64'},
{'name': 'linux_dbg', 'slavebuilddir': 'linux64'},
{'name': 'linux_rel', 'slavebuilddir': 'linux64'},
+ {'name': 'linux32_dbg', 'slavebuilddir': 'linux32'},
+ {'name': 'linux32_rel', 'slavebuilddir': 'linux32'},
{'name': 'linux_baremetal', 'slavebuilddir': 'linux64'},
{'name': 'linux_memcheck', 'slavebuilddir': 'linux_memcheck_or_tsan'},
{'name': 'linux_msan', 'slavebuilddir': 'linux_msan'},
« no previous file with comments | « no previous file | masters/master.tryserver.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698