| Index: scripts/slave/recipe_modules/archive/example.expected/zip_and_upload_custom_location.json
|
| diff --git a/scripts/slave/recipe_modules/archive/example.expected/zip_and_upload_custom_location.json b/scripts/slave/recipe_modules/archive/example.expected/zip_and_upload_custom_location.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..532c32bb0f9b0902f3c1fda930bc16afee4e2b31
|
| --- /dev/null
|
| +++ b/scripts/slave/recipe_modules/archive/example.expected/zip_and_upload_custom_location.json
|
| @@ -0,0 +1,34 @@
|
| +[
|
| + {
|
| + "allow_subannotations": true,
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| + "--show-path",
|
| + "python",
|
| + "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
|
| + "--target",
|
| + "/Release/out",
|
| + "--gsutil-py-path",
|
| + "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
|
| + "--staging-dir",
|
| + "[CACHE]/chrome_staging",
|
| + "--src-dir",
|
| + "None",
|
| + "--use-build-url-name",
|
| + "--build-url",
|
| + "gs://dummy-bucket/Linux Release/full-build.zip",
|
| + "--factory-properties",
|
| + "{\"build_archive_url\": \"gs://dummy-bucket/Linux Release/full-build.zip\", \"recipe\": \"archive:example\"}",
|
| + "--build-properties",
|
| + "{\"build_archive_url\": \"gs://dummy-bucket/Linux Release/full-build.zip\", \"recipe\": \"archive:example\"}"
|
| + ],
|
| + "name": "zip build"
|
| + },
|
| + {
|
| + "name": "$result",
|
| + "recipe_result": null,
|
| + "status_code": 0
|
| + }
|
| +]
|
|
|