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

Unified Diff: scripts/slave/recipe_modules/archive/api.py

Issue 2303433002: Revert of lightweight builds archiving for mac and win64 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: q Created 4 years, 3 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 | « no previous file | scripts/slave/recipe_modules/chromium_tests/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/archive/api.py
diff --git a/scripts/slave/recipe_modules/archive/api.py b/scripts/slave/recipe_modules/archive/api.py
index e9a374f8bea6c32ea64fac026371894d580bb727..6ef85a7beee5dfcab058a80448613c74f82f2a05 100644
--- a/scripts/slave/recipe_modules/archive/api.py
+++ b/scripts/slave/recipe_modules/archive/api.py
@@ -94,7 +94,7 @@ class ArchiveApi(recipe_api.RecipeApi):
self, step_name, target, build_url=None, src_dir=None,
build_revision=None, cros_board=None, package_dsym_files=False,
exclude_files=None, exclude_perf_test_files=False,
- update_properties=None, store_by_hash=True,
+ update_properties=None, store_by_hash=True,
platform=None, **kwargs):
"""Returns a step invoking zip_build.py to zip up a Chromium build.
If build_url is specified, also uploads the build."""
@@ -139,7 +139,7 @@ class ArchiveApi(recipe_api.RecipeApi):
args.extend(['--strip-files', strip_files])
if include_bisect_whitelist:
args.extend(['--whitelist', include_bisect_whitelist])
- args.extend(['--not-include-extra'])
+ args.extend(['--exclude-extra'])
# If update_properties is passed in and store_by_hash is False,
# we store it with commit position number instead of a hash
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698