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

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

Issue 2313253005: WebRTC: Promote Linux 32-bit bots to main waterfall again. (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 | « masters/master.client.webrtc.fyi/slaves.cfg ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_linux_cfg.py
diff --git a/masters/master.client.webrtc/master_linux_cfg.py b/masters/master.client.webrtc/master_linux_cfg.py
index 3eb45039c8201b89631c7ab87e547698895e2597..659e1c0564ac076f245f9fdf5a56cc73c19c972a 100644
--- a/masters/master.client.webrtc/master_linux_cfg.py
+++ b/masters/master.client.webrtc/master_linux_cfg.py
@@ -30,6 +30,8 @@ def Update(c):
treeStableTimer=30,
builderNames=[
'Linux32 ARM',
+ 'Linux32 Debug',
+ 'Linux32 Release',
'Linux64 Debug',
'Linux64 Release',
'Linux Asan',
@@ -49,6 +51,8 @@ def Update(c):
# of the builders are pooled over multiple slave machines.
specs = [
{'name': 'Linux32 ARM', 'slavebuilddir': 'linux_arm'},
+ {'name': 'Linux32 Debug', 'slavebuilddir': 'linux32'},
+ {'name': 'Linux32 Release', 'slavebuilddir': 'linux32'},
{'name': 'Linux64 Debug', 'slavebuilddir': 'linux64'},
{'name': 'Linux64 Release', 'slavebuilddir': 'linux64'},
{'name': 'Linux Asan', 'slavebuilddir': 'linux_asan'},
« no previous file with comments | « masters/master.client.webrtc.fyi/slaves.cfg ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698