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

Unified Diff: master/master_builders_cfg.py

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/master_builders_cfg.py
===================================================================
--- master/master_builders_cfg.py (revision 9775)
+++ master/master_builders_cfg.py (working copy)
@@ -40,7 +40,7 @@
CHROMEOS_BOARD_NAME = {
'Alex': 'x86-alex',
'Link': 'link',
- 'daisy': 'daisy',
+ 'Daisy': 'daisy',
}
@@ -203,7 +203,13 @@
builder_specs.update({
('Ubuntu12', 'GCC', 'Debug', 'x86', 'Alex', None, True, f, p) : [('Test', 'ChromeOS', 'Alex', 'GMA3150', None, None)],
('Ubuntu12', 'GCC', 'Release', 'x86', 'Alex', None, True, f, p) : [('Test', 'ChromeOS', 'Alex', 'GMA3150', None, None),
- ('Perf', 'ChromeOS', 'Alex', 'GMA3150', None, None)],})
+ ('Perf', 'ChromeOS', 'Alex', 'GMA3150', None, None)],
+ ('Ubuntu12', 'GCC', 'Debug', 'x86_64', 'Link', None, True, f, p) : [('Test', 'ChromeOS', 'Link', 'HD4000', None, None)],
+ ('Ubuntu12', 'GCC', 'Release', 'x86_64', 'Link', None, True, f, p) : [('Test', 'ChromeOS', 'Link', 'HD4000', None, None),
+ ('Perf', 'ChromeOS', 'Link', 'HD4000', None, None)],
+ ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'Daisy', None, True, f, p) : [('Test', 'ChromeOS', 'Daisy', 'MaliT604', None, None)],
+ ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'Daisy', None, True, f, p) : [('Test', 'ChromeOS', 'Daisy', 'MaliT604', None, None),
+ ('Perf', 'ChromeOS', 'Daisy', 'MaliT604', None, None)],})
f = ios_factory.iOSFactory
p = skia_factory.TARGET_PLATFORM_MAC
builder_specs.update({

Powered by Google App Engine
This is Rietveld 408576698