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