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

Unified Diff: slave/skia_slave_scripts/flavor_utils/ssh_build_step_utils.py

Issue 295753002: upload SKP renderings that did not match expectations (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 7 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/flavor_utils/ssh_build_step_utils.py
diff --git a/slave/skia_slave_scripts/flavor_utils/ssh_build_step_utils.py b/slave/skia_slave_scripts/flavor_utils/ssh_build_step_utils.py
index 3fdf12f1ad6c06748ec924678f394b1ba0a351c4..2fcb22071b29cfc1cb034e3104c764d66cdd8020 100644
--- a/slave/skia_slave_scripts/flavor_utils/ssh_build_step_utils.py
+++ b/slave/skia_slave_scripts/flavor_utils/ssh_build_step_utils.py
@@ -173,7 +173,9 @@ class SshBuildStepUtils(DefaultBuildStepUtils):
skimage_out_dir=prefix + 'skimage_out',
skp_dir=prefix + 'skp',
skp_perf_dir=prefix + 'skp_perf',
- skp_out_dir=prefix + 'skp_out',
+ playback_actual_images_dir=prefix + 'playback_actual_images',
+ playback_actual_summaries_dir=prefix + 'playback_actual_summaries',
+ playback_expected_summaries_dir=prefix + 'playback_expected_summaries',
tmp_dir=prefix + 'tmp_dir')
def MakeClean(self):
« no previous file with comments | « slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py ('k') | slave/skia_slave_scripts/playback_dirs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698