| 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" |
| 186 ], | 187 ], |
| 187 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
| 188 "name": "compile", | 189 "name": "compile", |
| 189 "~followup_annotations": [ | 190 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 191 "@@@STEP_LOG_END@json.output (invalid)@@@" | 192 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 192 ] | 193 ] |
| 193 }, | 194 }, |
| 194 { | 195 { |
| 195 "allow_subannotations": true, | 196 "allow_subannotations": true, |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 398 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
| 398 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 399 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
| 399 } | 400 } |
| 400 } | 401 } |
| 401 ], | 402 ], |
| 402 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 403 "@@@STEP_TEXT@Win 7 Perf (5)@@@" | 404 "@@@STEP_TEXT@Win 7 Perf (5)@@@" |
| 404 ] | 405 ] |
| 405 }, | 406 }, |
| 406 { | 407 { |
| 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 { |
| 407 "allow_subannotations": true, | 419 "allow_subannotations": true, |
| 408 "cmd": [ | 420 "cmd": [ |
| 409 "python", | 421 "python", |
| 410 "-u", | 422 "-u", |
| 411 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 423 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 412 "--target", | 424 "--target", |
| 413 "Release", | 425 "Release", |
| 414 "--no-xvfb", | 426 "--no-xvfb", |
| 415 "--factory-properties", | 427 "--factory-properties", |
| 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\"}", | 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\"}", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 440 ], | 452 ], |
| 441 "cwd": "[SLAVE_BUILD]", | 453 "cwd": "[SLAVE_BUILD]", |
| 442 "name": "process_dumps" | 454 "name": "process_dumps" |
| 443 }, | 455 }, |
| 444 { | 456 { |
| 445 "name": "$result", | 457 "name": "$result", |
| 446 "recipe_result": null, | 458 "recipe_result": null, |
| 447 "status_code": 0 | 459 "status_code": 0 |
| 448 } | 460 } |
| 449 ] | 461 ] |
| OLD | NEW |