| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 { | 240 { |
| 241 "cmd": [ | 241 "cmd": [ |
| 242 "python", | 242 "python", |
| 243 "-u", | 243 "-u", |
| 244 "[SLAVE_BUILD]/swarming.client/swarming.py", | 244 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 245 "--version" | 245 "--version" |
| 246 ], | 246 ], |
| 247 "name": "swarming.py --version", | 247 "name": "swarming.py --version", |
| 248 "stdout": "/path/to/tmp/", | 248 "stdout": "/path/to/tmp/", |
| 249 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 250 "@@@STEP_TEXT@0.8.6@@@" | 250 "@@@STEP_TEXT@0.4.10@@@" |
| 251 ] | 251 ] |
| 252 }, | 252 }, |
| 253 { | 253 { |
| 254 "cmd": [ | 254 "cmd": [ |
| 255 "download_from_google_storage", | 255 "download_from_google_storage", |
| 256 "--no_resume", | 256 "--no_resume", |
| 257 "--platform=linux*", | 257 "--platform=linux*", |
| 258 "--no_auth", | 258 "--no_auth", |
| 259 "--bucket", | 259 "--bucket", |
| 260 "chromium-luci", | 260 "chromium-luci", |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 { | 691 { |
| 692 "cmd": [ | 692 "cmd": [ |
| 693 "python", | 693 "python", |
| 694 "-u", | 694 "-u", |
| 695 "[SLAVE_BUILD]/swarming.client/swarming.py", | 695 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 696 "collect", | 696 "collect", |
| 697 "--swarming", | 697 "--swarming", |
| 698 "https://chromium-swarm.appspot.com", | 698 "https://chromium-swarm.appspot.com", |
| 699 "--decorate", | 699 "--decorate", |
| 700 "--print-status-updates", | 700 "--print-status-updates", |
| 701 "--json", | 701 "--shards", |
| 702 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-Clang-GCE-CPU-
AVX2-x86_64-Coverage-Trybot/5\", \"tasks\": {\"test_skia/Ubuntu/def456/Test-Ubun
tu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot/5\": {\"shard_index\": 0, \"task_id
\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/1000
0\"}}}", | 702 "1", |
| 703 "test_skia/Ubuntu/def456/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Tr
ybot/5", |
| 703 "--task-summary-json", | 704 "--task-summary-json", |
| 704 "/path/to/tmp/json", | 705 "/path/to/tmp/json", |
| 705 "--task-output-dir", | 706 "--task-output-dir", |
| 706 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 707 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 707 ], | 708 ], |
| 708 "name": "test_skia on Ubuntu", | 709 "name": "test_skia on Ubuntu", |
| 709 "~followup_annotations": [ | 710 "~followup_annotations": [ |
| 710 "@@@STEP_TEXT@swarming pending 71s@@@", | 711 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 711 "@@@STEP_LOG_LINE@json.output@{@@@", | 712 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 712 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 713 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 873 "~followup_annotations": [ | 874 "~followup_annotations": [ |
| 874 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" | 875 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" |
| 875 ] | 876 ] |
| 876 }, | 877 }, |
| 877 { | 878 { |
| 878 "name": "$result", | 879 "name": "$result", |
| 879 "recipe_result": null, | 880 "recipe_result": null, |
| 880 "status_code": 0 | 881 "status_code": 0 |
| 881 } | 882 } |
| 882 ] | 883 ] |
| OLD | NEW |