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

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

Issue 2279953002: lightweight builds archiving for mac and win64 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fixed bug with previous land on changing perf buildbot for manual bisect Created 4 years, 4 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
Index: scripts/slave/recipe_modules/chromium_tests/api.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
index 90529e3f32048501f7978bcf82caca159595e043..9a4c6bc86fd89dcdc137bf7acbb8c10146296748 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -456,7 +456,8 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
cros_board=self.m.chromium.c.TARGET_CROS_BOARD,
update_properties=update_step.presentation.properties,
exclude_perf_test_files=True,
- store_by_hash=False
+ store_by_hash=False,
+ platform=self.m.chromium.c.HOST_PLATFORM
)
self.m.archive.zip_and_upload_build(

Powered by Google App Engine
This is Rietveld 408576698