| 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.8.6@@@" | 215 "@@@STEP_TEXT@0.4.10@@@" |
| 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 "--json", | 590 "--shards", |
| 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\"}}}", | 591 "1", |
| 592 "compile_skia/Windows/def456/Build-Win-MSVC-x86_64-Release-Vulkan/5", |
| 592 "--task-summary-json", | 593 "--task-summary-json", |
| 593 "/path/to/tmp/json" | 594 "/path/to/tmp/json" |
| 594 ], | 595 ], |
| 595 "name": "compile_skia on Windows", | 596 "name": "compile_skia on Windows", |
| 596 "~followup_annotations": [ | 597 "~followup_annotations": [ |
| 597 "@@@STEP_TEXT@swarming pending 71s@@@", | 598 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 598 "@@@STEP_LOG_LINE@json.output@{@@@", | 599 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 599 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 600 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 600 "@@@STEP_LOG_LINE@json.output@ {@@@", | 601 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 601 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 602 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 "@@@STEP_LOG_END@json.output@@@", | 636 "@@@STEP_LOG_END@json.output@@@", |
| 636 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 637 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 637 ] | 638 ] |
| 638 }, | 639 }, |
| 639 { | 640 { |
| 640 "name": "$result", | 641 "name": "$result", |
| 641 "recipe_result": null, | 642 "recipe_result": null, |
| 642 "status_code": 0 | 643 "status_code": 0 |
| 643 } | 644 } |
| 644 ] | 645 ] |
| OLD | NEW |