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

Unified Diff: scripts/master/factory/commands.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 | « no previous file | scripts/master/factory/swarm_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/commands.py
diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
index 0599680a2451faa93dfa2102de12932c599821fa..8e1a6c63ba2eb55deecdd455d9e784371595439f 100644
--- a/scripts/master/factory/commands.py
+++ b/scripts/master/factory/commands.py
@@ -172,7 +172,7 @@ class RunHooksShell(shell.ShellCommand):
if BuildIsolatedFiles(test_filters, run_default_swarm_tests):
environ = cmd.args.get('env', {}).copy()
environ.setdefault('GYP_DEFINES', '')
- environ['GYP_DEFINES'] += ' test_isolation_mode=hashtable'
+ environ['GYP_DEFINES'] += ' test_isolation_mode=archive'
environ['GYP_DEFINES'] += (' test_isolation_outdir=' +
config.Master.swarm_hashtable_server_internal)
« no previous file with comments | « no previous file | scripts/master/factory/swarm_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698