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

Unified Diff: masters/master.client.webrtc.fyi/master_linux_cfg.py

Issue 1388333002: WebRTC: Add Linux32 ARM builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.fyi/master_linux_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_linux_cfg.py b/masters/master.client.webrtc.fyi/master_linux_cfg.py
index 29eae87c67a2b080118dd2ce7a1c7886a1749d46..cb997d77b72cb4a643c5e6ea46636871e8c45729 100644
--- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
@@ -15,6 +15,7 @@ def Update(c):
branch='master',
treeStableTimer=0,
builderNames=[
+ 'Linux32 ARM',
'Linux64 Release (swarming)',
'Linux Tsan v2 (parallel)',
]),
@@ -29,6 +30,10 @@ def Update(c):
specs = [
{
+ 'name': 'Linux32 ARM',
+ 'slavebuilddir': 'linux_arm',
+ },
+ {
'name': 'Linux Tsan v2 (parallel)',
'slavebuilddir': 'linux_tsan2',
},
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698