| 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 c8966ae75e79d1463aec3d622f8f881e8e99d444..1b8a204b739fa1af79d952a5249d41b57446a71a 100644
|
| --- a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
|
| +++ b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
|
| @@ -145,5 +145,36 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "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[gsutil]/resources/gsutil_wrapper.py",
|
| + "--",
|
| + "[DEPOT_TOOLS]/gsutil.py",
|
| + "--force-version",
|
| + "3.25",
|
| + "----",
|
| + "ls",
|
| + "gs://chromium-recipe-test/foo"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "gsutil list"
|
| }
|
| ]
|
|
|