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

Unified Diff: scripts/slave/recipe_modules/archive/example.expected/zip_and_upload_custom_location.json

Issue 2112413002: Allowing zip_build to use a file name given in build_url. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Untouching blank line. 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/archive/example.py ('k') | scripts/slave/zip_build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ }
+]
« no previous file with comments | « scripts/slave/recipe_modules/archive/example.py ('k') | scripts/slave/zip_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698