| 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
|
|
|