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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 { | 234 { |
235 "cmd": [ | 235 "cmd": [ |
236 "python", | 236 "python", |
237 "-u", | 237 "-u", |
238 "[SLAVE_BUILD]/swarming.client/swarming.py", | 238 "[SLAVE_BUILD]/swarming.client/swarming.py", |
239 "--version" | 239 "--version" |
240 ], | 240 ], |
241 "name": "swarming.py --version", | 241 "name": "swarming.py --version", |
242 "stdout": "/path/to/tmp/", | 242 "stdout": "/path/to/tmp/", |
243 "~followup_annotations": [ | 243 "~followup_annotations": [ |
244 "@@@STEP_TEXT@0.4.10@@@" | 244 "@@@STEP_TEXT@0.8.6@@@" |
245 ] | 245 ] |
246 }, | 246 }, |
247 { | 247 { |
248 "cmd": [ | 248 "cmd": [ |
249 "download_from_google_storage", | 249 "download_from_google_storage", |
250 "--no_resume", | 250 "--no_resume", |
251 "--platform=linux*", | 251 "--platform=linux*", |
252 "--no_auth", | 252 "--no_auth", |
253 "--bucket", | 253 "--bucket", |
254 "chromium-luci", | 254 "chromium-luci", |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 { | 602 { |
603 "cmd": [ | 603 "cmd": [ |
604 "python", | 604 "python", |
605 "-u", | 605 "-u", |
606 "[SLAVE_BUILD]/swarming.client/swarming.py", | 606 "[SLAVE_BUILD]/swarming.client/swarming.py", |
607 "collect", | 607 "collect", |
608 "--swarming", | 608 "--swarming", |
609 "https://chromium-swarm.appspot.com", | 609 "https://chromium-swarm.appspot.com", |
610 "--decorate", | 610 "--decorate", |
611 "--print-status-updates", | 611 "--print-status-updates", |
612 "--shards", | 612 "--json", |
613 "1", | 613 "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64
-Release-Trybot/5\", \"tasks\": {\"compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x
86_64-Release-Trybot/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_ur
l\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
614 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Release-Trybot/5", | |
615 "--task-summary-json", | 614 "--task-summary-json", |
616 "/path/to/tmp/json" | 615 "/path/to/tmp/json" |
617 ], | 616 ], |
618 "name": "compile_skia on Ubuntu", | 617 "name": "compile_skia on Ubuntu", |
619 "~followup_annotations": [ | 618 "~followup_annotations": [ |
620 "@@@STEP_TEXT@swarming pending 71s@@@", | 619 "@@@STEP_TEXT@swarming pending 71s@@@", |
621 "@@@STEP_LOG_LINE@json.output@{@@@", | 620 "@@@STEP_LOG_LINE@json.output@{@@@", |
622 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 621 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
623 "@@@STEP_LOG_LINE@json.output@ {@@@", | 622 "@@@STEP_LOG_LINE@json.output@ {@@@", |
624 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 "@@@STEP_LOG_END@json.output@@@", | 657 "@@@STEP_LOG_END@json.output@@@", |
659 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 658 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
660 ] | 659 ] |
661 }, | 660 }, |
662 { | 661 { |
663 "name": "$result", | 662 "name": "$result", |
664 "recipe_result": null, | 663 "recipe_result": null, |
665 "status_code": 0 | 664 "status_code": 0 |
666 } | 665 } |
667 ] | 666 ] |
OLD | NEW |