| 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 }, |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "--src-dir", | 104 "--src-dir", |
| 105 "[SLAVE_BUILD]\\src", | 105 "[SLAVE_BUILD]\\src", |
| 106 "--build-tool", | 106 "--build-tool", |
| 107 "ninja", | 107 "ninja", |
| 108 "--compiler", | 108 "--compiler", |
| 109 "goma", | 109 "goma", |
| 110 "--mode", | 110 "--mode", |
| 111 "official", | 111 "official", |
| 112 "--goma-dir", | 112 "--goma-dir", |
| 113 "[BUILD]\\goma", | 113 "[BUILD]\\goma", |
| 114 "--ninja-ensure-up-to-date", |
| 114 "--", | 115 "--", |
| 115 "chromium_builder_perf", | 116 "chromium_builder_perf", |
| 116 "crash_service" | 117 "crash_service" |
| 117 ], | 118 ], |
| 118 "cwd": "[SLAVE_BUILD]", | 119 "cwd": "[SLAVE_BUILD]", |
| 119 "name": "compile" | 120 "name": "compile" |
| 120 }, | 121 }, |
| 121 { | 122 { |
| 122 "cmd": [ | 123 "cmd": [ |
| 123 "python", | 124 "python", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "python", | 250 "python", |
| 250 "-u", | 251 "-u", |
| 251 "[BUILD]\\scripts\\slave\\process_dumps.py", | 252 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 252 "--target", | 253 "--target", |
| 253 "Release" | 254 "Release" |
| 254 ], | 255 ], |
| 255 "cwd": "[SLAVE_BUILD]", | 256 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "process_dumps" | 257 "name": "process_dumps" |
| 257 } | 258 } |
| 258 ] | 259 ] |
| OLD | NEW |