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

Unified Diff: slave/skia_slave_scripts/render_pictures.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: slave/skia_slave_scripts/render_pictures.py
===================================================================
--- slave/skia_slave_scripts/render_pictures.py (revision 8881)
+++ slave/skia_slave_scripts/render_pictures.py (working copy)
@@ -23,7 +23,7 @@
cmd = ['-r', self._device_dirs.SKPDir(), '--config', config,
'--mode', 'tile', str(DEFAULT_TILE_X), str(DEFAULT_TILE_Y)]
cmd.extend(args)
- if self._builder_name == 'Skia_Shuttle_Ubuntu12_ATI5770_Float_Debug_64':
+ if self._builder_name == 'Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Debug':
# For now, skip --validate and writing images on all builders except one.
# Also skip --validate on Windows, where it is currently failing.
if write_images:

Powered by Google App Engine
This is Rietveld 408576698