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

Unified Diff: buildbot/slave/skia_slave_scripts/utils/sync_bucket_subdir.py

Issue 27377002: Changes bench_graph_svg.py test to check_bench_regressions.py test; deletes deprecated chunks in sy… (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | trunk/tools/tests/benchalerts/Perf-Android-Nexus7-Tegra3-Arm7-Release/expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/slave/skia_slave_scripts/utils/sync_bucket_subdir.py
===================================================================
--- buildbot/slave/skia_slave_scripts/utils/sync_bucket_subdir.py (revision 11768)
+++ buildbot/slave/skia_slave_scripts/utils/sync_bucket_subdir.py (working copy)
@@ -77,10 +77,6 @@
raise Exception('ERROR: found filename %s on remote filesystem'
'that does not match filter %s' % (file_name,
filenames_filter))
- #TODO(borenet): find alternative ways to handle revision ordering in git.
- #if int(match.group(1)) >= min_download_revision:
- download_from_bucket.DownloadFromBucket(
- posixpath.join(gsbase_subdir, file_name), directory)
# Uploads only files not present on the cloud storage
if do_upload:
« no previous file with comments | « no previous file | trunk/tools/tests/benchalerts/Perf-Android-Nexus7-Tegra3-Arm7-Release/expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698