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

Unified Diff: master/skia_master_scripts/chromeos_factory.py

Issue 14517004: Change Builder Names, MkIII (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 years, 8 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/skia_master_scripts/chromeos_factory.py
===================================================================
--- master/skia_master_scripts/chromeos_factory.py (revision 8881)
+++ master/skia_master_scripts/chromeos_factory.py (working copy)
@@ -22,6 +22,7 @@
ssh_host: string indicating hostname or ip address of the target device
ssh_port: string indicating the ssh port on the target device
"""
- skia_factory.SkiaFactory.__init__(self, flavor='chromeos', **kwargs)
+ skia_factory.SkiaFactory.__init__(self, flavor='chromeos',
+ bench_pictures_cfg='no_gpu', **kwargs)
self._common_args += ['--ssh_host', WithProperties('%(ssh_host:-None)s'),
'--ssh_port', WithProperties('%(ssh_port:-None)s')]

Powered by Google App Engine
This is Rietveld 408576698