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

Unified Diff: scripts/slave/recipe_modules/gsutil/example.py

Issue 1274723004: Converted Android Chromedriver buildbot scripts to recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fixed one of the docstrings Created 4 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
Index: scripts/slave/recipe_modules/gsutil/example.py
diff --git a/scripts/slave/recipe_modules/gsutil/example.py b/scripts/slave/recipe_modules/gsutil/example.py
index d80a8bd3de5da4490280480eca40cd6b4cf48205..146e552fcd1b053a2731bb6ef562ad309ca1337e 100644
--- a/scripts/slave/recipe_modules/gsutil/example.py
+++ b/scripts/slave/recipe_modules/gsutil/example.py
@@ -57,6 +57,10 @@ def RunSteps(api):
'local/path/for/download',
15,
600)
+ api.gsutil.download_latest_file('gs://chromium-recipe-test/foo',
+ 'gs://chromium-recipe-test/foo/b',
+ 'local/path/for/download')
+ api.gsutil.list('gs://chromium-recipe-test/foo')
def GenTests(api):

Powered by Google App Engine
This is Rietveld 408576698