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

Unified Diff: scripts/master/factory/swarm_factory.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
« no previous file with comments | « scripts/master/factory/commands.py ('k') | scripts/slave/recipe_modules/isolate/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/swarm_factory.py
diff --git a/scripts/master/factory/swarm_factory.py b/scripts/master/factory/swarm_factory.py
index bbdf083e60f37a4fca4f0f286456a29aab91fa08..7d0d7a5f33764d69460dd2cd5f706255ec37be5c 100644
--- a/scripts/master/factory/swarm_factory.py
+++ b/scripts/master/factory/swarm_factory.py
@@ -111,7 +111,7 @@ class SwarmFactory(chromium_factory.ChromiumFactory):
factory_properties.setdefault('gclient_env', {})
factory_properties['gclient_env'].setdefault('GYP_DEFINES', '')
factory_properties['gclient_env']['GYP_DEFINES'] += (
- ' test_isolation_mode=hashtable test_isolation_outdir=' +
+ ' test_isolation_mode=archive test_isolation_outdir=' +
isolate_server)
# Do not pass the tests to the ChromiumFactory, they'll be processed below.
« no previous file with comments | « scripts/master/factory/commands.py ('k') | scripts/slave/recipe_modules/isolate/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698