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

Unified Diff: scripts/slave/recipe_modules/gsutil/example.expected/basic.json

Issue 1274723004: Converted Android Chromedriver buildbot scripts to recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fixed nits. Created 4 years, 5 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/recipe_modules/gsutil/example.py ('k') | scripts/slave/recipes/chromedriver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/gsutil/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
index 6293fa2a332851ce076893e27799f427cf6fa06e..b2500f5ab7eeb84dc4ad2f63142262b8f541450b 100644
--- a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
@@ -128,6 +128,34 @@
"name": "Download GS file with polling"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/gsutil_download.py",
+ "--url",
+ "gs://chromium-recipe-test/foo",
+ "--dst",
+ "local/path/for/download",
+ "--partial-name",
+ "gs://chromium-recipe-test/foo/b"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Download latest file from GS"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chromium-recipe-test/foo"
+ ],
+ "name": "gsutil list"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « scripts/slave/recipe_modules/gsutil/example.py ('k') | scripts/slave/recipes/chromedriver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698