OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 { | 206 { |
207 "cmd": [ | 207 "cmd": [ |
208 "python", | 208 "python", |
209 "-u", | 209 "-u", |
210 "[SLAVE_BUILD]/swarming.client/swarming.py", | 210 "[SLAVE_BUILD]/swarming.client/swarming.py", |
211 "--version" | 211 "--version" |
212 ], | 212 ], |
213 "name": "swarming.py --version", | 213 "name": "swarming.py --version", |
214 "stdout": "/path/to/tmp/", | 214 "stdout": "/path/to/tmp/", |
215 "~followup_annotations": [ | 215 "~followup_annotations": [ |
216 "@@@STEP_TEXT@0.4.10@@@" | 216 "@@@STEP_TEXT@0.8.6@@@" |
217 ] | 217 ] |
218 }, | 218 }, |
219 { | 219 { |
220 "cmd": [ | 220 "cmd": [ |
221 "download_from_google_storage", | 221 "download_from_google_storage", |
222 "--no_resume", | 222 "--no_resume", |
223 "--platform=linux*", | 223 "--platform=linux*", |
224 "--no_auth", | 224 "--no_auth", |
225 "--bucket", | 225 "--bucket", |
226 "chromium-luci", | 226 "chromium-luci", |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 { | 569 { |
570 "cmd": [ | 570 "cmd": [ |
571 "python", | 571 "python", |
572 "-u", | 572 "-u", |
573 "[SLAVE_BUILD]/swarming.client/swarming.py", | 573 "[SLAVE_BUILD]/swarming.client/swarming.py", |
574 "collect", | 574 "collect", |
575 "--swarming", | 575 "--swarming", |
576 "https://chromium-swarm.appspot.com", | 576 "https://chromium-swarm.appspot.com", |
577 "--decorate", | 577 "--decorate", |
578 "--print-status-updates", | 578 "--print-status-updates", |
579 "--shards", | 579 "--json", |
580 "1", | 580 "{\"base_task_name\": \"compile_skia/Mac/def456/Build-Mac-Clang-x86_64-Rel
ease/5\", \"tasks\": {\"compile_skia/Mac/def456/Build-Mac-Clang-x86_64-Release/5
\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu
m-swarm.appspot.com/user/task/10000\"}}}", |
581 "compile_skia/Mac/def456/Build-Mac-Clang-x86_64-Release/5", | |
582 "--task-summary-json", | 581 "--task-summary-json", |
583 "/path/to/tmp/json" | 582 "/path/to/tmp/json" |
584 ], | 583 ], |
585 "name": "compile_skia on Mac", | 584 "name": "compile_skia on Mac", |
586 "~followup_annotations": [ | 585 "~followup_annotations": [ |
587 "@@@STEP_TEXT@swarming pending 71s@@@", | 586 "@@@STEP_TEXT@swarming pending 71s@@@", |
588 "@@@STEP_LOG_LINE@json.output@{@@@", | 587 "@@@STEP_LOG_LINE@json.output@{@@@", |
589 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 588 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
590 "@@@STEP_LOG_LINE@json.output@ {@@@", | 589 "@@@STEP_LOG_LINE@json.output@ {@@@", |
591 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 590 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 "@@@STEP_LOG_END@json.output@@@", | 624 "@@@STEP_LOG_END@json.output@@@", |
626 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 625 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
627 ] | 626 ] |
628 }, | 627 }, |
629 { | 628 { |
630 "name": "$result", | 629 "name": "$result", |
631 "recipe_result": null, | 630 "recipe_result": null, |
632 "status_code": 0 | 631 "status_code": 0 |
633 } | 632 } |
634 ] | 633 ] |
OLD | NEW |