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

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

Issue 145553004: isolate.py: right command is 'archive', not 'hashtable'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 6 years, 11 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/isolate/api.py
diff --git a/scripts/slave/recipe_modules/isolate/api.py b/scripts/slave/recipe_modules/isolate/api.py
index d04d03a5577ee471e3abee18907df4cdc9f02e63..82c95e77f67e0a3517687186662d442f718f16d3 100644
--- a/scripts/slave/recipe_modules/isolate/api.py
+++ b/scripts/slave/recipe_modules/isolate/api.py
@@ -20,7 +20,7 @@ class IsolateApi(recipe_api.RecipeApi):
definitely before the checkout and runhooks steps."""
assert config.gyp_env.GYP_DEFINES['component'] != 'shared_library', (
"isolates don't work with the component build yet; see crbug.com/333473")
- config.gyp_env.GYP_DEFINES['test_isolation_mode'] = 'hashtable'
+ config.gyp_env.GYP_DEFINES['test_isolation_mode'] = 'archive'
config.gyp_env.GYP_DEFINES['test_isolation_outdir'] = ISOLATE_SERVER
@recipe_api.inject_test_data
« no previous file with comments | « scripts/master/factory/swarm_factory.py ('k') | scripts/slave/recipes/gpu/build_and_test.expected/linux_release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698