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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 { | 584 { |
585 "cmd": [ | 585 "cmd": [ |
586 "python", | 586 "python", |
587 "-u", | 587 "-u", |
588 "[SLAVE_BUILD]/swarming.client/swarming.py", | 588 "[SLAVE_BUILD]/swarming.client/swarming.py", |
589 "collect", | 589 "collect", |
590 "--swarming", | 590 "--swarming", |
591 "https://chromium-swarm.appspot.com", | 591 "https://chromium-swarm.appspot.com", |
592 "--decorate", | 592 "--decorate", |
593 "--print-status-updates", | 593 "--print-status-updates", |
594 "--shards", | 594 "--json", |
595 "1", | 595 "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-Arm7-R
elease-Android_Vulkan/5\", \"tasks\": {\"compile_skia/Ubuntu/def456/Build-Ubuntu
-GCC-Arm7-Release-Android_Vulkan/5\": {\"shard_index\": 0, \"task_id\": \"10000\
", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
596 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-Arm7-Release-Android_Vulkan/5
", | |
597 "--task-summary-json", | 596 "--task-summary-json", |
598 "/path/to/tmp/json" | 597 "/path/to/tmp/json" |
599 ], | 598 ], |
600 "name": "compile_skia on Ubuntu", | 599 "name": "compile_skia on Ubuntu", |
601 "~followup_annotations": [ | 600 "~followup_annotations": [ |
602 "@@@STEP_TEXT@swarming pending 71s@@@", | 601 "@@@STEP_TEXT@swarming pending 71s@@@", |
603 "@@@STEP_LOG_LINE@json.output@{@@@", | 602 "@@@STEP_LOG_LINE@json.output@{@@@", |
604 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 603 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
605 "@@@STEP_LOG_LINE@json.output@ {@@@", | 604 "@@@STEP_LOG_LINE@json.output@ {@@@", |
606 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 605 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 "@@@STEP_LOG_END@json.output@@@", | 639 "@@@STEP_LOG_END@json.output@@@", |
641 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 640 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
642 ] | 641 ] |
643 }, | 642 }, |
644 { | 643 { |
645 "name": "$result", | 644 "name": "$result", |
646 "recipe_result": null, | 645 "recipe_result": null, |
647 "status_code": 0 | 646 "status_code": 0 |
648 } | 647 } |
649 ] | 648 ] |
OLD | NEW |