| 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.8.6@@@" | 244 "@@@STEP_TEXT@0.4.10@@@" |
| 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 "--json", | 612 "--shards", |
| 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\"}}}", | 613 "1", |
| 614 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Release-Trybot/5", |
| 614 "--task-summary-json", | 615 "--task-summary-json", |
| 615 "/path/to/tmp/json" | 616 "/path/to/tmp/json" |
| 616 ], | 617 ], |
| 617 "name": "compile_skia on Ubuntu", | 618 "name": "compile_skia on Ubuntu", |
| 618 "~followup_annotations": [ | 619 "~followup_annotations": [ |
| 619 "@@@STEP_TEXT@swarming pending 71s@@@", | 620 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 620 "@@@STEP_LOG_LINE@json.output@{@@@", | 621 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 621 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 622 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 622 "@@@STEP_LOG_LINE@json.output@ {@@@", | 623 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 623 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 "@@@STEP_LOG_END@json.output@@@", | 658 "@@@STEP_LOG_END@json.output@@@", |
| 658 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 659 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 659 ] | 660 ] |
| 660 }, | 661 }, |
| 661 { | 662 { |
| 662 "name": "$result", | 663 "name": "$result", |
| 663 "recipe_result": null, | 664 "recipe_result": null, |
| 664 "status_code": 0 | 665 "status_code": 0 |
| 665 } | 666 } |
| 666 ] | 667 ] |
| OLD | NEW |