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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 "--goma-jsonstatus", | 175 "--goma-jsonstatus", |
176 "/path/to/tmp/json", | 176 "/path/to/tmp/json", |
177 "--mode", | 177 "--mode", |
178 "official", | 178 "official", |
179 "--goma-dir", | 179 "--goma-dir", |
180 "[BUILD]\\goma", | 180 "[BUILD]\\goma", |
181 "--goma-hermetic", | 181 "--goma-hermetic", |
182 "fallback", | 182 "fallback", |
183 "--", | 183 "--", |
184 "chrome", | 184 "chrome", |
185 "chromium_builder_perf", | 185 "chromium_builder_perf" |
186 "crash_service" | |
187 ], | 186 ], |
188 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
189 "name": "compile", | 188 "name": "compile", |
190 "~followup_annotations": [ | 189 "~followup_annotations": [ |
191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
192 "@@@STEP_LOG_END@json.output (invalid)@@@" | 191 "@@@STEP_LOG_END@json.output (invalid)@@@" |
193 ] | 192 ] |
194 }, | 193 }, |
195 { | 194 { |
196 "allow_subannotations": true, | 195 "allow_subannotations": true, |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 397 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
399 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 398 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
400 } | 399 } |
401 } | 400 } |
402 ], | 401 ], |
403 "~followup_annotations": [ | 402 "~followup_annotations": [ |
404 "@@@STEP_TEXT@Win 7 Perf (5)@@@" | 403 "@@@STEP_TEXT@Win 7 Perf (5)@@@" |
405 ] | 404 ] |
406 }, | 405 }, |
407 { | 406 { |
408 "cmd": [ | |
409 "python", | |
410 "-u", | |
411 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
412 "--target", | |
413 "Release" | |
414 ], | |
415 "cwd": "[SLAVE_BUILD]", | |
416 "name": "start_crash_service" | |
417 }, | |
418 { | |
419 "allow_subannotations": true, | 407 "allow_subannotations": true, |
420 "cmd": [ | 408 "cmd": [ |
421 "python", | 409 "python", |
422 "-u", | 410 "-u", |
423 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 411 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
424 "--target", | 412 "--target", |
425 "Release", | 413 "Release", |
426 "--no-xvfb", | 414 "--no-xvfb", |
427 "--factory-properties", | 415 "--factory-properties", |
428 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 416 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
(...skipping 23 matching lines...) Expand all Loading... |
452 ], | 440 ], |
453 "cwd": "[SLAVE_BUILD]", | 441 "cwd": "[SLAVE_BUILD]", |
454 "name": "process_dumps" | 442 "name": "process_dumps" |
455 }, | 443 }, |
456 { | 444 { |
457 "name": "$result", | 445 "name": "$result", |
458 "recipe_result": null, | 446 "recipe_result": null, |
459 "status_code": 0 | 447 "status_code": 0 |
460 } | 448 } |
461 ] | 449 ] |
OLD | NEW |