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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "ninja", | 155 "ninja", |
156 "--compiler", | 156 "--compiler", |
157 "goma", | 157 "goma", |
158 "--goma-jsonstatus", | 158 "--goma-jsonstatus", |
159 "/path/to/tmp/json", | 159 "/path/to/tmp/json", |
160 "--mode", | 160 "--mode", |
161 "official", | 161 "official", |
162 "--goma-dir", | 162 "--goma-dir", |
163 "[BUILD]\\goma", | 163 "[BUILD]\\goma", |
164 "--", | 164 "--", |
165 "chromium_builder_perf", | 165 "chromium_builder_perf" |
166 "crash_service" | |
167 ], | 166 ], |
168 "cwd": "[SLAVE_BUILD]", | 167 "cwd": "[SLAVE_BUILD]", |
169 "name": "compile", | 168 "name": "compile", |
170 "~followup_annotations": [ | 169 "~followup_annotations": [ |
171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
172 "@@@STEP_LOG_END@json.output (invalid)@@@" | 171 "@@@STEP_LOG_END@json.output (invalid)@@@" |
173 ] | 172 ] |
174 }, | 173 }, |
175 { | 174 { |
176 "cmd": [ | 175 "cmd": [ |
177 "python", | 176 "python", |
178 "-u", | 177 "-u", |
179 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
180 "--target", | |
181 "Release" | |
182 ], | |
183 "cwd": "[SLAVE_BUILD]", | |
184 "name": "start_crash_service" | |
185 }, | |
186 { | |
187 "cmd": [ | |
188 "python", | |
189 "-u", | |
190 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", | 178 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", |
191 "list", | 179 "list", |
192 "--browser", | 180 "--browser", |
193 "release", | 181 "release", |
194 "--json-output", | 182 "--json-output", |
195 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
196 "--num-shards", | 184 "--num-shards", |
197 "1" | 185 "1" |
198 ], | 186 ], |
199 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 ], | 402 ], |
415 "cwd": "[SLAVE_BUILD]", | 403 "cwd": "[SLAVE_BUILD]", |
416 "name": "process_dumps" | 404 "name": "process_dumps" |
417 }, | 405 }, |
418 { | 406 { |
419 "name": "$result", | 407 "name": "$result", |
420 "recipe_result": null, | 408 "recipe_result": null, |
421 "status_code": 0 | 409 "status_code": 0 |
422 } | 410 } |
423 ] | 411 ] |
OLD | NEW |