| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 { | 115 { |
| 116 "cmd": [ | 116 "cmd": [ |
| 117 "python", | 117 "python", |
| 118 "-u", | 118 "-u", |
| 119 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 119 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 120 "--version" | 120 "--version" |
| 121 ], | 121 ], |
| 122 "name": "swarming.py --version", | 122 "name": "swarming.py --version", |
| 123 "stdout": "/path/to/tmp/", | 123 "stdout": "/path/to/tmp/", |
| 124 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 125 "@@@STEP_TEXT@0.8.6@@@" | 125 "@@@STEP_TEXT@0.4.10@@@" |
| 126 ] | 126 ] |
| 127 }, | 127 }, |
| 128 { | 128 { |
| 129 "cmd": [ | 129 "cmd": [ |
| 130 "python", | 130 "python", |
| 131 "-u", | 131 "-u", |
| 132 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 132 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 133 "[SLAVE_BUILD]\\src\\out\\Release_x64" | 133 "[SLAVE_BUILD]\\src\\out\\Release_x64" |
| 134 ], | 134 ], |
| 135 "name": "rmtree clobber", | 135 "name": "rmtree clobber", |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 "LLVM_FORCE_HEAD_REVISION": "YES" | 446 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 447 }, | 447 }, |
| 448 "name": "process_dumps" | 448 "name": "process_dumps" |
| 449 }, | 449 }, |
| 450 { | 450 { |
| 451 "name": "$result", | 451 "name": "$result", |
| 452 "recipe_result": null, | 452 "recipe_result": null, |
| 453 "status_code": 0 | 453 "status_code": 0 |
| 454 } | 454 } |
| 455 ] | 455 ] |
| OLD | NEW |