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

Unified Diff: masters/master.client.webrtc.perf/slaves.cfg

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/master.cfg ('k') | masters/master.client.webrtc/master_android_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.perf/slaves.cfg
diff --git a/masters/master.client.webrtc.perf/slaves.cfg b/masters/master.client.webrtc.perf/slaves.cfg
index 9f567fedf0efcb864d18f5ed1c24cb46d12dd8d5..e1c409f4b9b1faa4cf2e65f98d03413e2ea8c611 100644
--- a/masters/master.client.webrtc.perf/slaves.cfg
+++ b/masters/master.client.webrtc.perf/slaves.cfg
@@ -3,49 +3,62 @@
# found in the LICENSE file.
slaves = [
- # Bare-metal Linux 64-bit machines.
+ # Linux 64-bit
{
'master': 'WebRTCPerf',
'os': 'linux',
'version': 'trusty',
'bits': '64',
'builder': [
- 'Linux Trusty',
+ 'Android32 Builder',
+ 'Android64 Builder',
],
- 'hostname': 'webrtc-perf-linux-baremetal-tbd-1',
+ 'hostname': 'slave78-c3',
},
- # VM that builds the Android builds.
+ # Bare-metal Linux 64-bit machines with Android devices connected.
+] + [
{
'master': 'WebRTCPerf',
'os': 'linux',
'version': 'trusty',
'bits': '64',
'builder': [
- 'Android32 Builder',
- 'Android64 Builder',
+ 'Android32 Tests (L Nexus5)',
],
- 'hostname': 'webrtc-perf-linux-vm-tbd',
- },
- # Bare-metal Linux machines with Android devices connected.
+ 'hostname': 'build%d-b3' % i,
+ } for i in range(18, 20)
+] + [
+ {
+ 'master': 'WebRTCPerf',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ 'builder': [
+ 'Android32 Tests (L Nexus7.2)',
+ ],
+ 'hostname': 'build%d-b3' % i,
+ } for i in range(21, 23)
+] + [
{
'master': 'WebRTCPerf',
'os': 'linux',
'version': 'trusty',
'bits': '64',
'builder': [
- 'Android32 Tests (M Nexus5X)',
+ 'Android64 Tests (L Nexus9)',
],
- 'hostname': 'webrtc-perf-linux-baremetal-tbd-2',
+ 'hostname': 'build17-b3',
},
+ # Bare-metal Linux 64-bit machines.
{
'master': 'WebRTCPerf',
'os': 'linux',
'version': 'trusty',
'bits': '64',
'builder': [
- 'Android64 Tests (M Nexus9)',
+ 'Linux Trusty',
],
- 'hostname': 'webrtc-perf-linux-baremetal-tbd-3',
+ 'hostname': 'webrtc-perf-linux-baremetal-tbd-1',
},
# Mac.
{
« no previous file with comments | « masters/master.client.webrtc.perf/master.cfg ('k') | masters/master.client.webrtc/master_android_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698