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

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

Issue 23001003: Remove base-* directories from gm expected/actual paths; just use platform names (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: buildbot_slave 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/upload_webpage_picture_bench_results.py
===================================================================
--- buildbot/slave/skia_slave_scripts/upload_webpage_picture_bench_results.py (revision 10693)
+++ buildbot/slave/skia_slave_scripts/upload_webpage_picture_bench_results.py (working copy)
@@ -18,7 +18,7 @@
--autogen_svn_baseurl "" --make_flags "" --test_args "" --gm_args "" \
--bench_args "" --num_cores 8 --perf_output_basedir "../../../../perfdata" \
--builder_name Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Release \
---got_revision 0 --gm_image_subdir "" \
+--got_revision 0 \
--dest_gsbase "gs://rmistry"
"""
@@ -47,4 +47,3 @@
if '__main__' == __name__:
sys.exit(BuildStep.RunBuildStep(UploadWebpagePictureBenchResults))
-

Powered by Google App Engine
This is Rietveld 408576698