| 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.
|
|
|