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

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

Issue 2395143002: WebRTC: Move Android bots with devices to the perf waterfall. (Closed)
Patch Set: Rebase Created 4 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 | « masters/master.client.webrtc.perf/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_android_cfg.py
diff --git a/masters/master.client.webrtc/master_android_cfg.py b/masters/master.client.webrtc/master_android_cfg.py
index 82ebd8f585411289d98ac4e4109992feb6b40d09..179c298d28e58de2fbcac74614c329c5b709ad77 100644
--- a/masters/master.client.webrtc/master_android_cfg.py
+++ b/masters/master.client.webrtc/master_android_cfg.py
@@ -25,14 +25,10 @@ def Update(c):
branch='master',
treeStableTimer=30,
builderNames=[
- 'Android32 Builder',
- 'Android32 Builder (dbg)',
'Android32 Builder x86',
'Android32 Builder x86 (dbg)',
'Android32 Builder MIPS (dbg)',
'Android32 Clang (dbg)',
- 'Android64 Builder',
- 'Android64 Builder (dbg)',
'Android64 Builder x64 (dbg)',
'Android32 GYP',
'Android32 GYP (dbg)',
@@ -42,37 +38,28 @@ def Update(c):
# 'slavebuilddir' below is used to reduce the number of checkouts since some
# of the builders are pooled over multiple slave machines.
specs = [
- {'name': 'Android32 Builder', 'slavebuilddir': 'android_arm32'},
- {'name': 'Android32 Builder (dbg)', 'slavebuilddir': 'android_arm32'},
{'name': 'Android32 Builder x86', 'slavebuilddir': 'android_x86'},
{'name': 'Android32 Builder x86 (dbg)', 'slavebuilddir': 'android_x86'},
{'name': 'Android32 Builder MIPS (dbg)', 'slavebuilddir': 'android_mips'},
{'name': 'Android32 Clang (dbg)', 'slavebuilddir': 'android_clang'},
- {'name': 'Android64 Builder', 'slavebuilddir': 'android_arm64'},
- {'name': 'Android64 Builder (dbg)', 'slavebuilddir': 'android_arm64'},
{'name': 'Android64 Builder x64 (dbg)', 'slavebuilddir': 'android_x64'},
{'name': 'Android32 GYP', 'slavebuilddir': 'android_gyp'},
{'name': 'Android32 GYP (dbg)', 'slavebuilddir': 'android_gyp'},
- {'name': 'Android32 Tests (L Nexus5)(dbg)'},
- {'name': 'Android32 Tests (L Nexus7.2)(dbg)'},
{
- 'name': 'Android32 Tests (M Nexus5X)(dbg)',
+ 'name': 'Android32 (M Nexus5X)(dbg)',
'slavebuilddir': 'android_arm32',
},
- {'name': 'Android32 Tests (L Nexus5)'},
- {'name': 'Android32 Tests (L Nexus7.2)'},
{
- 'name': 'Android32 Tests (M Nexus5X)',
+ 'name': 'Android32 (M Nexus5X)',
'slavebuilddir': 'android_arm32',
},
- {'name': 'Android64 Tests (L Nexus9)'},
{
- 'name': 'Android64 Tests (M Nexus5X)(dbg)',
+ 'name': 'Android64 (M Nexus5X)(dbg)',
'slavebuilddir': 'android_arm64',
},
{
- 'name': 'Android64 Tests (M Nexus5X)',
- 'slavebuilddir': 'android_arm32',
+ 'name': 'Android64 (M Nexus5X)',
+ 'slavebuilddir': 'android_arm64',
},
]
« no previous file with comments | « masters/master.client.webrtc.perf/slaves.cfg ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698