| 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.8.6@@@" | 216 "@@@STEP_TEXT@0.4.10@@@" |
| 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 "--json", | 594 "--shards", |
| 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\"}}}", | 595 "1", |
| 596 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-Arm7-Release-Android_Vulkan/5
", |
| 596 "--task-summary-json", | 597 "--task-summary-json", |
| 597 "/path/to/tmp/json" | 598 "/path/to/tmp/json" |
| 598 ], | 599 ], |
| 599 "name": "compile_skia on Ubuntu", | 600 "name": "compile_skia on Ubuntu", |
| 600 "~followup_annotations": [ | 601 "~followup_annotations": [ |
| 601 "@@@STEP_TEXT@swarming pending 71s@@@", | 602 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 602 "@@@STEP_LOG_LINE@json.output@{@@@", | 603 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 603 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 604 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 604 "@@@STEP_LOG_LINE@json.output@ {@@@", | 605 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 605 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 606 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 "@@@STEP_LOG_END@json.output@@@", | 640 "@@@STEP_LOG_END@json.output@@@", |
| 640 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 641 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 641 ] | 642 ] |
| 642 }, | 643 }, |
| 643 { | 644 { |
| 644 "name": "$result", | 645 "name": "$result", |
| 645 "recipe_result": null, | 646 "recipe_result": null, |
| 646 "status_code": 0 | 647 "status_code": 0 |
| 647 } | 648 } |
| 648 ] | 649 ] |
| OLD | NEW |