| OLD | NEW | 
|---|
| 1 [ | 1 [ | 
| 2   { | 2   { | 
| 3     "cmd": [ | 3     "cmd": [ | 
| 4       "python", | 4       "python", | 
| 5       "-u", | 5       "-u", | 
| 6       "[BUILD]\\scripts\\slave\\kill_processes.py" | 6       "[BUILD]\\scripts\\slave\\kill_processes.py" | 
| 7     ], | 7     ], | 
| 8     "cwd": "[SLAVE_BUILD]", | 8     "cwd": "[SLAVE_BUILD]", | 
| 9     "name": "taskkill" | 9     "name": "taskkill" | 
| 10   }, | 10   }, | 
| 11   { | 11   { | 
| 12     "cmd": [ | 12     "cmd": [ | 
| 13       "python", | 13       "python", | 
| 14       "-u", | 14       "-u", | 
| 15       "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15       "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 
| 16       "--master", |  | 
| 17       "client.v8", |  | 
| 18       "--builder", |  | 
| 19       "V8 Win64 - debug", |  | 
| 20       "--slave", |  | 
| 21       "TestSlavename", |  | 
| 22       "--spec", | 16       "--spec", | 
| 23       "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
     svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
     e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 17       "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
     svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
     e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 
| 24       "--root", | 18       "--root", | 
| 25       "v8", | 19       "v8", | 
| 26       "--revision_mapping_file", | 20       "--revision_mapping_file", | 
| 27       "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
     lient_revision\"}", | 21       "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
     lient_revision\"}", | 
| 28       "--git-cache-dir", | 22       "--git-cache-dir", | 
| 29       "[GIT_CACHE]", | 23       "[GIT_CACHE]", | 
| 30       "--output_json", | 24       "--output_json", | 
| 31       "/path/to/tmp/json", | 25       "/path/to/tmp/json", | 
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 721       "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 715       "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 
| 722       "@@@STEP_LOG_END@durations@@@" | 716       "@@@STEP_LOG_END@durations@@@" | 
| 723     ] | 717     ] | 
| 724   }, | 718   }, | 
| 725   { | 719   { | 
| 726     "name": "$result", | 720     "name": "$result", | 
| 727     "recipe_result": null, | 721     "recipe_result": null, | 
| 728     "status_code": 0 | 722     "status_code": 0 | 
| 729   } | 723   } | 
| 730 ] | 724 ] | 
| OLD | NEW | 
|---|