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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 { | 204 { |
205 "cmd": [ | 205 "cmd": [ |
206 "python", | 206 "python", |
207 "-u", | 207 "-u", |
208 "[SLAVE_BUILD]/swarming.client/swarming.py", | 208 "[SLAVE_BUILD]/swarming.client/swarming.py", |
209 "--version" | 209 "--version" |
210 ], | 210 ], |
211 "name": "swarming.py --version", | 211 "name": "swarming.py --version", |
212 "stdout": "/path/to/tmp/", | 212 "stdout": "/path/to/tmp/", |
213 "~followup_annotations": [ | 213 "~followup_annotations": [ |
214 "@@@STEP_TEXT@0.4.10@@@" | 214 "@@@STEP_TEXT@0.8.6@@@" |
215 ] | 215 ] |
216 }, | 216 }, |
217 { | 217 { |
218 "cmd": [ | 218 "cmd": [ |
219 "download_from_google_storage", | 219 "download_from_google_storage", |
220 "--no_resume", | 220 "--no_resume", |
221 "--platform=linux*", | 221 "--platform=linux*", |
222 "--no_auth", | 222 "--no_auth", |
223 "--bucket", | 223 "--bucket", |
224 "chromium-luci", | 224 "chromium-luci", |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 { | 578 { |
579 "cmd": [ | 579 "cmd": [ |
580 "python", | 580 "python", |
581 "-u", | 581 "-u", |
582 "[SLAVE_BUILD]/swarming.client/swarming.py", | 582 "[SLAVE_BUILD]/swarming.client/swarming.py", |
583 "collect", | 583 "collect", |
584 "--swarming", | 584 "--swarming", |
585 "https://chromium-swarm.appspot.com", | 585 "https://chromium-swarm.appspot.com", |
586 "--decorate", | 586 "--decorate", |
587 "--print-status-updates", | 587 "--print-status-updates", |
588 "--shards", | 588 "--json", |
589 "1", | 589 "{\"base_task_name\": \"compile_skia/Windows/def456/Build-Win-MSVC-x86_64-
Release/5\", \"tasks\": {\"compile_skia/Windows/def456/Build-Win-MSVC-x86_64-Rel
ease/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", |
590 "compile_skia/Windows/def456/Build-Win-MSVC-x86_64-Release/5", | |
591 "--task-summary-json", | 590 "--task-summary-json", |
592 "/path/to/tmp/json" | 591 "/path/to/tmp/json" |
593 ], | 592 ], |
594 "name": "compile_skia on Windows", | 593 "name": "compile_skia on Windows", |
595 "~followup_annotations": [ | 594 "~followup_annotations": [ |
596 "@@@STEP_TEXT@swarming pending 71s@@@", | 595 "@@@STEP_TEXT@swarming pending 71s@@@", |
597 "@@@STEP_LOG_LINE@json.output@{@@@", | 596 "@@@STEP_LOG_LINE@json.output@{@@@", |
598 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 597 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
599 "@@@STEP_LOG_LINE@json.output@ {@@@", | 598 "@@@STEP_LOG_LINE@json.output@ {@@@", |
600 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 599 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 "@@@STEP_LOG_END@json.output@@@", | 633 "@@@STEP_LOG_END@json.output@@@", |
635 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 634 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
636 ] | 635 ] |
637 }, | 636 }, |
638 { | 637 { |
639 "name": "$result", | 638 "name": "$result", |
640 "recipe_result": null, | 639 "recipe_result": null, |
641 "status_code": 0 | 640 "status_code": 0 |
642 } | 641 } |
643 ] | 642 ] |
OLD | NEW |