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

Unified Diff: scripts/slave/recipes/perf/telemetry_harness_upload.py

Issue 1101673005: Extract functions from path recipe module so that step can depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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
« no previous file with comments | « scripts/slave/recipes/perf/telemetry_generate_large_profile.py ('k') | scripts/slave/recipes/skia/infra.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/perf/telemetry_harness_upload.py
diff --git a/scripts/slave/recipes/perf/telemetry_harness_upload.py b/scripts/slave/recipes/perf/telemetry_harness_upload.py
index 96ba6c3b91fbfc74a649d5e883903d723c9e1bf1..d10fa7c75d28ec2e9de5feb9e7156635d0150f75 100644
--- a/scripts/slave/recipes/perf/telemetry_harness_upload.py
+++ b/scripts/slave/recipes/perf/telemetry_harness_upload.py
@@ -5,6 +5,7 @@
DEPS = [
'bot_update',
'chromium',
+ 'file',
'gclient',
'gsutil',
'path',
@@ -40,7 +41,7 @@ def GenSteps(api):
link_name='Telemetry r%s' % got_revision)
api.gsutil.copy(bucket, cloud_file, bucket, 'snapshots/telemetry.zip',
link_name='Telemetry latest')
- api.path.rmtree('remove harness temp directory', harness_path)
+ api.file.rmtree('remove harness temp directory', harness_path)
def GenTests(api):
« no previous file with comments | « scripts/slave/recipes/perf/telemetry_generate_large_profile.py ('k') | scripts/slave/recipes/skia/infra.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698