| Index: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_bisect_builder.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_bisect_builder.json b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_bisect_builder.json
|
| index 1b2191671e43032214388fb98202ab81bfd7d15b..4bc3c2d25b4862a3f8418c1ceb3de10ae28b60df 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_bisect_builder.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_bisect_builder.json
|
| @@ -62,11 +62,24 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
|
| + "--version"
|
| + ],
|
| + "name": "swarming.py --version",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_TEXT@0.4.10@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "[DEPOT_TOOLS]/gclient.py",
|
| "runhooks"
|
| ],
|
| "env": {
|
| - "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
|
| + "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1"
|
| },
|
| "name": "gclient runhooks"
|
| },
|
|
|