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

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

Issue 2238493002: WebRTC: Remove Linux32 Debug+Release builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Removed the exclusion of the bots Created 4 years, 4 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/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 ccf87c3136510c90b87c52d22bcc5a7bef71ad9f..138ca11f1ece76753ca487873d1b956d6ad874b1 100644
--- a/masters/master.client.webrtc/master_linux_cfg.py
+++ b/masters/master.client.webrtc/master_linux_cfg.py
@@ -30,8 +30,6 @@ def Update(c):
treeStableTimer=30,
builderNames=[
'Linux32 ARM',
- 'Linux32 Debug',
- 'Linux32 Release',
'Linux64 Debug',
'Linux64 Release',
'Linux Asan',
@@ -51,8 +49,6 @@ 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 | « no previous file | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698