| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 { | 209 { |
| 210 "cmd": [ | 210 "cmd": [ |
| 211 "python", | 211 "python", |
| 212 "-u", | 212 "-u", |
| 213 "[SLAVE_BUILD]/swarming.client/swarming.py", | 213 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 214 "--version" | 214 "--version" |
| 215 ], | 215 ], |
| 216 "name": "swarming.py --version", | 216 "name": "swarming.py --version", |
| 217 "stdout": "/path/to/tmp/", | 217 "stdout": "/path/to/tmp/", |
| 218 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 219 "@@@STEP_TEXT@0.8.6@@@" | 219 "@@@STEP_TEXT@0.4.10@@@" |
| 220 ] | 220 ] |
| 221 }, | 221 }, |
| 222 { | 222 { |
| 223 "cmd": [ | 223 "cmd": [ |
| 224 "download_from_google_storage", | 224 "download_from_google_storage", |
| 225 "--no_resume", | 225 "--no_resume", |
| 226 "--platform=linux*", | 226 "--platform=linux*", |
| 227 "--no_auth", | 227 "--no_auth", |
| 228 "--bucket", | 228 "--bucket", |
| 229 "chromium-luci", | 229 "chromium-luci", |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 { | 615 { |
| 616 "cmd": [ | 616 "cmd": [ |
| 617 "python", | 617 "python", |
| 618 "-u", | 618 "-u", |
| 619 "[SLAVE_BUILD]/swarming.client/swarming.py", | 619 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 620 "collect", | 620 "collect", |
| 621 "--swarming", | 621 "--swarming", |
| 622 "https://chromium-swarm.appspot.com", | 622 "https://chromium-swarm.appspot.com", |
| 623 "--decorate", | 623 "--decorate", |
| 624 "--print-status-updates", | 624 "--print-status-updates", |
| 625 "--json", | 625 "--shards", |
| 626 "{\"base_task_name\": \"compile_skia/Mac/def456/Test-Mac-Clang-MacMini6.2-
CPU-AVX-x86_64-Release/5\", \"tasks\": {\"compile_skia/Mac/def456/Test-Mac-Clang
-MacMini6.2-CPU-AVX-x86_64-Release/5\": {\"shard_index\": 0, \"task_id\": \"1000
0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 626 "1", |
| 627 "compile_skia/Mac/def456/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release/
5", |
| 627 "--task-summary-json", | 628 "--task-summary-json", |
| 628 "/path/to/tmp/json" | 629 "/path/to/tmp/json" |
| 629 ], | 630 ], |
| 630 "name": "compile_skia on Mac", | 631 "name": "compile_skia on Mac", |
| 631 "~followup_annotations": [ | 632 "~followup_annotations": [ |
| 632 "@@@STEP_TEXT@swarming pending 71s@@@", | 633 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 633 "@@@STEP_LOG_LINE@json.output@{@@@", | 634 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 634 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 635 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 635 "@@@STEP_LOG_LINE@json.output@ {@@@", | 636 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 636 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 637 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 { | 930 { |
| 930 "cmd": [ | 931 "cmd": [ |
| 931 "python", | 932 "python", |
| 932 "-u", | 933 "-u", |
| 933 "[SLAVE_BUILD]/swarming.client/swarming.py", | 934 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 934 "collect", | 935 "collect", |
| 935 "--swarming", | 936 "--swarming", |
| 936 "https://chromium-swarm.appspot.com", | 937 "https://chromium-swarm.appspot.com", |
| 937 "--decorate", | 938 "--decorate", |
| 938 "--print-status-updates", | 939 "--print-status-updates", |
| 939 "--json", | 940 "--shards", |
| 940 "{\"base_task_name\": \"test_skia/Mac/def456/Test-Mac-Clang-MacMini6.2-CPU
-AVX-x86_64-Release/5\", \"tasks\": {\"test_skia/Mac/def456/Test-Mac-Clang-MacMi
ni6.2-CPU-AVX-x86_64-Release/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \
"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 941 "1", |
| 942 "test_skia/Mac/def456/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release/5", |
| 941 "--task-summary-json", | 943 "--task-summary-json", |
| 942 "/path/to/tmp/json", | 944 "/path/to/tmp/json", |
| 943 "--task-output-dir", | 945 "--task-output-dir", |
| 944 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 946 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 945 ], | 947 ], |
| 946 "name": "test_skia on Mac", | 948 "name": "test_skia on Mac", |
| 947 "~followup_annotations": [ | 949 "~followup_annotations": [ |
| 948 "@@@STEP_TEXT@swarming pending 71s@@@", | 950 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 949 "@@@STEP_LOG_LINE@json.output@{@@@", | 951 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 950 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 952 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1037 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1036 }, | 1038 }, |
| 1037 "name": "Upload DM Results" | 1039 "name": "Upload DM Results" |
| 1038 }, | 1040 }, |
| 1039 { | 1041 { |
| 1040 "name": "$result", | 1042 "name": "$result", |
| 1041 "recipe_result": null, | 1043 "recipe_result": null, |
| 1042 "status_code": 0 | 1044 "status_code": 0 |
| 1043 } | 1045 } |
| 1044 ] | 1046 ] |
| OLD | NEW |