| Index: scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_Builder.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_Builder.json
|
| index 6178578fefbe9087e06d163bf0ecce59918ac580..3548111fefa11dc1050489c33c7e5f406eb76edd 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_Builder.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_Builder.json
|
| @@ -91,7 +91,7 @@
|
| "runhooks"
|
| ],
|
| "env": {
|
| - "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1"
|
| + "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1"
|
| },
|
| "name": "gclient runhooks"
|
| },
|
| @@ -186,13 +186,16 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_tests.py",
|
| - "--build-dir",
|
| - "[SLAVE_BUILD]/src/out/Release",
|
| - "--output-json",
|
| - "/path/to/tmp/json"
|
| + "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
|
| + "batcharchive",
|
| + "--dump-json",
|
| + "/path/to/tmp/json",
|
| + "--isolate-server",
|
| + "https://isolateserver.appspot.com",
|
| + "--verbose",
|
| + "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
|
| ],
|
| - "name": "find isolated tests",
|
| + "name": "isolate tests",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for browser_tests]\"@@@",
|
|
|