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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 { | 207 { |
208 "cmd": [ | 208 "cmd": [ |
209 "python", | 209 "python", |
210 "-u", | 210 "-u", |
211 "[SLAVE_BUILD]/swarming.client/swarming.py", | 211 "[SLAVE_BUILD]/swarming.client/swarming.py", |
212 "--version" | 212 "--version" |
213 ], | 213 ], |
214 "name": "swarming.py --version", | 214 "name": "swarming.py --version", |
215 "stdout": "/path/to/tmp/", | 215 "stdout": "/path/to/tmp/", |
216 "~followup_annotations": [ | 216 "~followup_annotations": [ |
217 "@@@STEP_TEXT@0.4.10@@@" | 217 "@@@STEP_TEXT@0.8.6@@@" |
218 ] | 218 ] |
219 }, | 219 }, |
220 { | 220 { |
221 "cmd": [ | 221 "cmd": [ |
222 "download_from_google_storage", | 222 "download_from_google_storage", |
223 "--no_resume", | 223 "--no_resume", |
224 "--platform=linux*", | 224 "--platform=linux*", |
225 "--no_auth", | 225 "--no_auth", |
226 "--bucket", | 226 "--bucket", |
227 "chromium-luci", | 227 "chromium-luci", |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 { | 622 { |
623 "cmd": [ | 623 "cmd": [ |
624 "python", | 624 "python", |
625 "-u", | 625 "-u", |
626 "[SLAVE_BUILD]/swarming.client/swarming.py", | 626 "[SLAVE_BUILD]/swarming.client/swarming.py", |
627 "collect", | 627 "collect", |
628 "--swarming", | 628 "--swarming", |
629 "https://chromium-swarm.appspot.com", | 629 "https://chromium-swarm.appspot.com", |
630 "--decorate", | 630 "--decorate", |
631 "--print-status-updates", | 631 "--print-status-updates", |
632 "--shards", | 632 "--json", |
633 "1", | 633 "{\"base_task_name\": \"compile_skia/Windows/def456/Test-Win8-MSVC-Shuttle
A-GPU-HD7770-x86_64-Release/5\", \"tasks\": {\"compile_skia/Windows/def456/Test-
Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release/5\": {\"shard_index\": 0, \"task_id
\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/1000
0\"}}}", |
634 "compile_skia/Windows/def456/Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Rel
ease/5", | |
635 "--task-summary-json", | 634 "--task-summary-json", |
636 "/path/to/tmp/json" | 635 "/path/to/tmp/json" |
637 ], | 636 ], |
638 "name": "compile_skia on Windows", | 637 "name": "compile_skia on Windows", |
639 "~followup_annotations": [ | 638 "~followup_annotations": [ |
640 "@@@STEP_TEXT@swarming pending 71s@@@", | 639 "@@@STEP_TEXT@swarming pending 71s@@@", |
641 "@@@STEP_LOG_LINE@json.output@{@@@", | 640 "@@@STEP_LOG_LINE@json.output@{@@@", |
642 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 641 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
643 "@@@STEP_LOG_LINE@json.output@ {@@@", | 642 "@@@STEP_LOG_LINE@json.output@ {@@@", |
644 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 643 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 { | 933 { |
935 "cmd": [ | 934 "cmd": [ |
936 "python", | 935 "python", |
937 "-u", | 936 "-u", |
938 "[SLAVE_BUILD]/swarming.client/swarming.py", | 937 "[SLAVE_BUILD]/swarming.client/swarming.py", |
939 "collect", | 938 "collect", |
940 "--swarming", | 939 "--swarming", |
941 "https://chromium-swarm.appspot.com", | 940 "https://chromium-swarm.appspot.com", |
942 "--decorate", | 941 "--decorate", |
943 "--print-status-updates", | 942 "--print-status-updates", |
944 "--shards", | 943 "--json", |
945 "1", | 944 "{\"base_task_name\": \"test_skia/Windows/def456/Test-Win8-MSVC-ShuttleA-G
PU-HD7770-x86_64-Release/5\", \"tasks\": {\"test_skia/Windows/def456/Test-Win8-M
SVC-ShuttleA-GPU-HD7770-x86_64-Release/5\": {\"shard_index\": 0, \"task_id\": \"
10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}
", |
946 "test_skia/Windows/def456/Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Releas
e/5", | |
947 "--task-summary-json", | 945 "--task-summary-json", |
948 "/path/to/tmp/json", | 946 "/path/to/tmp/json", |
949 "--task-output-dir", | 947 "--task-output-dir", |
950 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 948 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
951 ], | 949 ], |
952 "name": "test_skia on Windows", | 950 "name": "test_skia on Windows", |
953 "~followup_annotations": [ | 951 "~followup_annotations": [ |
954 "@@@STEP_TEXT@swarming pending 71s@@@", | 952 "@@@STEP_TEXT@swarming pending 71s@@@", |
955 "@@@STEP_LOG_LINE@json.output@{@@@", | 953 "@@@STEP_LOG_LINE@json.output@{@@@", |
956 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 954 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1039 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1042 }, | 1040 }, |
1043 "name": "Upload DM Results" | 1041 "name": "Upload DM Results" |
1044 }, | 1042 }, |
1045 { | 1043 { |
1046 "name": "$result", | 1044 "name": "$result", |
1047 "recipe_result": null, | 1045 "recipe_result": null, |
1048 "status_code": 0 | 1046 "status_code": 0 |
1049 } | 1047 } |
1050 ] | 1048 ] |
OLD | NEW |