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

Unified Diff: master/slaves.cfg

Issue 17931002: Add Link and Daisy ChromeOS bots (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 years, 6 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
Index: master/slaves.cfg
===================================================================
--- master/slaves.cfg (revision 9775)
+++ master/slaves.cfg (working copy)
@@ -41,6 +41,10 @@
'Build-Ubuntu12-GCC-x86-Release-RazrI',
'Build-Ubuntu12-GCC-x86-Debug-Alex',
'Build-Ubuntu12-GCC-x86-Release-Alex',
+ 'Build-Ubuntu12-GCC-x86_64-Debug-Link',
+ 'Build-Ubuntu12-GCC-x86_64-Release-Link',
+ 'Build-Ubuntu12-GCC-Arm7-Debug-Daisy',
+ 'Build-Ubuntu12-GCC-Arm7-Release-Daisy',
]
@@ -286,13 +290,35 @@
'Test-ChromeOS-Alex-GMA3150-x86-Debug',
'Test-ChromeOS-Alex-GMA3150-x86-Release',
'Perf-ChromeOS-Alex-GMA3150-x86-Release',
-
],
'ssh_host': '192.168.1.134',
'ssh_port': '22',
},
{
'master': 'Skia',
+ 'hostname': 'skiabot-shuttle-ubuntu12-003',
+ 'builder': [
+ 'Test-ChromeOS-Link-HD4000-x86_64-Debug',
+ 'Test-ChromeOS-Link-HD4000-x86_64-Release',
+ 'Perf-ChromeOS-Link-HD4000-x86_64-Release',
+ ],
+ 'ssh_host': '192.168.1.141',
+ 'ssh_port': '22',
+ },
+ {
+ 'master': 'Skia',
+ 'hostname': 'skiabot-shuttle-ubuntu12-004',
+ 'builder': [
+ 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug',
+ 'Test-ChromeOS-Daisy-MaliT604-Arm7-Release',
+ 'Perf-ChromeOS-Daisy-MaliT604-Arm7-Release',
+
+ ],
+ 'ssh_host': '192.168.1.123',
+ 'ssh_port': '22',
+ },
+ {
+ 'master': 'Skia',
'hostname': 'skiabot-shuttle-ubuntu12-ati5770-001',
'builder': [
'Test-Ubuntu12-ShuttleA-ATI5770-x86-Debug',

Powered by Google App Engine
This is Rietveld 408576698