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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1187 { | 1186 { |
1188 "cmd": [ | 1187 "cmd": [ |
1189 "python", | 1188 "python", |
1190 "-u", | 1189 "-u", |
1191 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1190 "[SLAVE_BUILD]/swarming.client/swarming.py", |
1192 "collect", | 1191 "collect", |
1193 "--swarming", | 1192 "--swarming", |
1194 "https://chromium-swarm.appspot.com", | 1193 "https://chromium-swarm.appspot.com", |
1195 "--decorate", | 1194 "--decorate", |
1196 "--print-status-updates", | 1195 "--print-status-updates", |
1197 "--shards", | 1196 "--json", |
1198 "1", | 1197 "{\"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\"}}}", |
1199 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5", | |
1200 "--task-summary-json", | 1198 "--task-summary-json", |
1201 "/path/to/tmp/json", | 1199 "/path/to/tmp/json", |
1202 "--task-output-dir", | 1200 "--task-output-dir", |
1203 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1201 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
1204 ], | 1202 ], |
1205 "name": "test_skia on Ubuntu", | 1203 "name": "test_skia on Ubuntu", |
1206 "~followup_annotations": [ | 1204 "~followup_annotations": [ |
1207 "@@@STEP_TEXT@swarming pending 71s@@@", | 1205 "@@@STEP_TEXT@swarming pending 71s@@@", |
1208 "@@@STEP_LOG_LINE@json.output@{@@@", | 1206 "@@@STEP_LOG_LINE@json.output@{@@@", |
1209 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1207 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1317 { | 1315 { |
1318 "cmd": [ | 1316 "cmd": [ |
1319 "python", | 1317 "python", |
1320 "-u", | 1318 "-u", |
1321 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1319 "[SLAVE_BUILD]/swarming.client/swarming.py", |
1322 "collect", | 1320 "collect", |
1323 "--swarming", | 1321 "--swarming", |
1324 "https://chromium-swarm.appspot.com", | 1322 "https://chromium-swarm.appspot.com", |
1325 "--decorate", | 1323 "--decorate", |
1326 "--print-status-updates", | 1324 "--print-status-updates", |
1327 "--shards", | 1325 "--json", |
1328 "1", | 1326 "{\"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\"}}}", |
1329 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5", | |
1330 "--task-summary-json", | 1327 "--task-summary-json", |
1331 "/path/to/tmp/json", | 1328 "/path/to/tmp/json", |
1332 "--task-output-dir", | 1329 "--task-output-dir", |
1333 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1330 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
1334 ], | 1331 ], |
1335 "name": "perf_skia on Ubuntu", | 1332 "name": "perf_skia on Ubuntu", |
1336 "~followup_annotations": [ | 1333 "~followup_annotations": [ |
1337 "@@@STEP_TEXT@swarming pending 71s@@@", | 1334 "@@@STEP_TEXT@swarming pending 71s@@@", |
1338 "@@@STEP_LOG_LINE@json.output@{@@@", | 1335 "@@@STEP_LOG_LINE@json.output@{@@@", |
1339 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1336 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1375 "@@@STEP_LOG_END@json.output@@@", | 1372 "@@@STEP_LOG_END@json.output@@@", |
1376 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1373 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1377 ] | 1374 ] |
1378 }, | 1375 }, |
1379 { | 1376 { |
1380 "name": "$result", | 1377 "name": "$result", |
1381 "recipe_result": null, | 1378 "recipe_result": null, |
1382 "status_code": 0 | 1379 "status_code": 0 |
1383 } | 1380 } |
1384 ] | 1381 ] |
OLD | NEW |