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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 { | 208 { |
209 "cmd": [ | 209 "cmd": [ |
210 "python", | 210 "python", |
211 "-u", | 211 "-u", |
212 "[SLAVE_BUILD]/swarming.client/swarming.py", | 212 "[SLAVE_BUILD]/swarming.client/swarming.py", |
213 "--version" | 213 "--version" |
214 ], | 214 ], |
215 "name": "swarming.py --version", | 215 "name": "swarming.py --version", |
216 "stdout": "/path/to/tmp/", | 216 "stdout": "/path/to/tmp/", |
217 "~followup_annotations": [ | 217 "~followup_annotations": [ |
218 "@@@STEP_TEXT@0.4.10@@@" | 218 "@@@STEP_TEXT@0.8.6@@@" |
219 ] | 219 ] |
220 }, | 220 }, |
221 { | 221 { |
222 "cmd": [ | 222 "cmd": [ |
223 "download_from_google_storage", | 223 "download_from_google_storage", |
224 "--no_resume", | 224 "--no_resume", |
225 "--platform=linux*", | 225 "--platform=linux*", |
226 "--no_auth", | 226 "--no_auth", |
227 "--bucket", | 227 "--bucket", |
228 "chromium-luci", | 228 "chromium-luci", |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 { | 612 { |
613 "cmd": [ | 613 "cmd": [ |
614 "python", | 614 "python", |
615 "-u", | 615 "-u", |
616 "[SLAVE_BUILD]/swarming.client/swarming.py", | 616 "[SLAVE_BUILD]/swarming.client/swarming.py", |
617 "collect", | 617 "collect", |
618 "--swarming", | 618 "--swarming", |
619 "https://chromium-swarm.appspot.com", | 619 "https://chromium-swarm.appspot.com", |
620 "--decorate", | 620 "--decorate", |
621 "--print-status-updates", | 621 "--print-status-updates", |
622 "--shards", | 622 "--json", |
623 "1", | 623 "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU
-AVX2-x86_64-Debug/5\", \"tasks\": {\"compile_skia/Ubuntu/def456/Test-Ubuntu-GCC
-GCE-CPU-AVX2-x86_64-Debug/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"v
iew_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
624 "compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5", | |
625 "--task-summary-json", | 624 "--task-summary-json", |
626 "/path/to/tmp/json" | 625 "/path/to/tmp/json" |
627 ], | 626 ], |
628 "name": "compile_skia on Ubuntu", | 627 "name": "compile_skia on Ubuntu", |
629 "~followup_annotations": [ | 628 "~followup_annotations": [ |
630 "@@@STEP_TEXT@swarming pending 71s@@@", | 629 "@@@STEP_TEXT@swarming pending 71s@@@", |
631 "@@@STEP_LOG_LINE@json.output@{@@@", | 630 "@@@STEP_LOG_LINE@json.output@{@@@", |
632 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 631 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
633 "@@@STEP_LOG_LINE@json.output@ {@@@", | 632 "@@@STEP_LOG_LINE@json.output@ {@@@", |
634 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 633 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1175 { | 1174 { |
1176 "cmd": [ | 1175 "cmd": [ |
1177 "python", | 1176 "python", |
1178 "-u", | 1177 "-u", |
1179 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1178 "[SLAVE_BUILD]/swarming.client/swarming.py", |
1180 "collect", | 1179 "collect", |
1181 "--swarming", | 1180 "--swarming", |
1182 "https://chromium-swarm.appspot.com", | 1181 "https://chromium-swarm.appspot.com", |
1183 "--decorate", | 1182 "--decorate", |
1184 "--print-status-updates", | 1183 "--print-status-updates", |
1185 "--shards", | 1184 "--json", |
1186 "1", | 1185 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AV
X2-x86_64-Debug/5\", \"tasks\": {\"test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-C
PU-AVX2-x86_64-Debug/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_ur
l\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
1187 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5", | |
1188 "--task-summary-json", | 1186 "--task-summary-json", |
1189 "/path/to/tmp/json", | 1187 "/path/to/tmp/json", |
1190 "--task-output-dir", | 1188 "--task-output-dir", |
1191 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1189 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
1192 ], | 1190 ], |
1193 "name": "test_skia on Ubuntu", | 1191 "name": "test_skia on Ubuntu", |
1194 "~followup_annotations": [ | 1192 "~followup_annotations": [ |
1195 "@@@STEP_TEXT@swarming pending 71s@@@", | 1193 "@@@STEP_TEXT@swarming pending 71s@@@", |
1196 "@@@STEP_LOG_LINE@json.output@{@@@", | 1194 "@@@STEP_LOG_LINE@json.output@{@@@", |
1197 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1195 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1305 { | 1303 { |
1306 "cmd": [ | 1304 "cmd": [ |
1307 "python", | 1305 "python", |
1308 "-u", | 1306 "-u", |
1309 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1307 "[SLAVE_BUILD]/swarming.client/swarming.py", |
1310 "collect", | 1308 "collect", |
1311 "--swarming", | 1309 "--swarming", |
1312 "https://chromium-swarm.appspot.com", | 1310 "https://chromium-swarm.appspot.com", |
1313 "--decorate", | 1311 "--decorate", |
1314 "--print-status-updates", | 1312 "--print-status-updates", |
1315 "--shards", | 1313 "--json", |
1316 "1", | 1314 "{\"base_task_name\": \"perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AV
X2-x86_64-Debug/5\", \"tasks\": {\"perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-C
PU-AVX2-x86_64-Debug/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_ur
l\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
1317 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5", | |
1318 "--task-summary-json", | 1315 "--task-summary-json", |
1319 "/path/to/tmp/json", | 1316 "/path/to/tmp/json", |
1320 "--task-output-dir", | 1317 "--task-output-dir", |
1321 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1318 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
1322 ], | 1319 ], |
1323 "name": "perf_skia on Ubuntu", | 1320 "name": "perf_skia on Ubuntu", |
1324 "~followup_annotations": [ | 1321 "~followup_annotations": [ |
1325 "@@@STEP_TEXT@swarming pending 71s@@@", | 1322 "@@@STEP_TEXT@swarming pending 71s@@@", |
1326 "@@@STEP_LOG_LINE@json.output@{@@@", | 1323 "@@@STEP_LOG_LINE@json.output@{@@@", |
1327 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1324 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1363 "@@@STEP_LOG_END@json.output@@@", | 1360 "@@@STEP_LOG_END@json.output@@@", |
1364 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1361 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1365 ] | 1362 ] |
1366 }, | 1363 }, |
1367 { | 1364 { |
1368 "name": "$result", | 1365 "name": "$result", |
1369 "recipe_result": null, | 1366 "recipe_result": null, |
1370 "status_code": 0 | 1367 "status_code": 0 |
1371 } | 1368 } |
1372 ] | 1369 ] |
OLD | NEW |