| 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 4c7af9cc50629c95e1936e8835ba2db769a2a3c5..7145a2d904719f30c0e0ea06c6b1e55750107e93 100644
|
| --- a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
|
| +++ b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
|
| @@ -135,6 +135,35 @@
|
| "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",
|
| + "--",
|
| + "[DEPOT_TOOLS]/gsutil.py",
|
| + "----",
|
| + "ls",
|
| + "gs://chromium-recipe-test/foo"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "gsutil list"
|
| + },
|
| + {
|
| "name": "$result",
|
| "recipe_result": null,
|
| "status_code": 0
|
|
|