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

Unified Diff: buildbot/slave/skia_slave_scripts/postrender.py

Issue 23120002: Remove base-* directories from gm expected/actual paths; just use platform names (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: rebase_to_r10814 Created 7 years, 4 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: buildbot/slave/skia_slave_scripts/postrender.py
===================================================================
--- buildbot/slave/skia_slave_scripts/postrender.py (revision 10814)
+++ buildbot/slave/skia_slave_scripts/postrender.py (working copy)
@@ -13,7 +13,7 @@
def _Run(self):
self._flavor_utils.CopyDirectoryContentsToHost(
self._flavor_utils.DevicePathJoin(self._device_dirs.GMActualDir(),
- self._gm_image_subdir),
+ self._builder_name),
borenet 2013/08/20 15:24:01 I still think it would be better to set self._gm_i
epoger 2013/08/20 15:46:20 Right, as we discussed elsewhere in this CL. As y
borenet 2013/08/20 15:55:20 Got it.
self._gm_actual_dir)
self._flavor_utils.CopyDirectoryContentsToHost(
self._device_dirs.SKPOutDir(),
@@ -23,4 +23,4 @@
if '__main__' == __name__:
- sys.exit(BuildStep.RunBuildStep(PostRender))
+ sys.exit(BuildStep.RunBuildStep(PostRender))

Powered by Google App Engine
This is Rietveld 408576698