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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1101 { | 1100 { |
1102 "cmd": [ | 1101 "cmd": [ |
1103 "python", | 1102 "python", |
1104 "-u", | 1103 "-u", |
1105 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1104 "[SLAVE_BUILD]/swarming.client/swarming.py", |
1106 "collect", | 1105 "collect", |
1107 "--swarming", | 1106 "--swarming", |
1108 "https://chromium-swarm.appspot.com", | 1107 "https://chromium-swarm.appspot.com", |
1109 "--decorate", | 1108 "--decorate", |
1110 "--print-status-updates", | 1109 "--print-status-updates", |
1111 "--shards", | 1110 "--json", |
1112 "1", | 1111 "{\"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\"}}}", |
1113 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5", | |
1114 "--task-summary-json", | 1112 "--task-summary-json", |
1115 "/path/to/tmp/json", | 1113 "/path/to/tmp/json", |
1116 "--task-output-dir", | 1114 "--task-output-dir", |
1117 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1115 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
1118 ], | 1116 ], |
1119 "name": "test_skia on Ubuntu", | 1117 "name": "test_skia on Ubuntu", |
1120 "~followup_annotations": [ | 1118 "~followup_annotations": [ |
1121 "@@@STEP_TEXT@swarming pending 71s@@@", | 1119 "@@@STEP_TEXT@swarming pending 71s@@@", |
1122 "@@@STEP_LOG_LINE@json.output@{@@@", | 1120 "@@@STEP_LOG_LINE@json.output@{@@@", |
1123 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1121 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1231 { | 1229 { |
1232 "cmd": [ | 1230 "cmd": [ |
1233 "python", | 1231 "python", |
1234 "-u", | 1232 "-u", |
1235 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1233 "[SLAVE_BUILD]/swarming.client/swarming.py", |
1236 "collect", | 1234 "collect", |
1237 "--swarming", | 1235 "--swarming", |
1238 "https://chromium-swarm.appspot.com", | 1236 "https://chromium-swarm.appspot.com", |
1239 "--decorate", | 1237 "--decorate", |
1240 "--print-status-updates", | 1238 "--print-status-updates", |
1241 "--shards", | 1239 "--json", |
1242 "1", | 1240 "{\"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\"}}}", |
1243 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5", | |
1244 "--task-summary-json", | 1241 "--task-summary-json", |
1245 "/path/to/tmp/json", | 1242 "/path/to/tmp/json", |
1246 "--task-output-dir", | 1243 "--task-output-dir", |
1247 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1244 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
1248 ], | 1245 ], |
1249 "name": "perf_skia on Ubuntu", | 1246 "name": "perf_skia on Ubuntu", |
1250 "~followup_annotations": [ | 1247 "~followup_annotations": [ |
1251 "@@@STEP_TEXT@swarming pending 71s@@@", | 1248 "@@@STEP_TEXT@swarming pending 71s@@@", |
1252 "@@@STEP_LOG_LINE@json.output@{@@@", | 1249 "@@@STEP_LOG_LINE@json.output@{@@@", |
1253 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1250 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 "@@@STEP_LOG_END@json.output@@@", | 1286 "@@@STEP_LOG_END@json.output@@@", |
1290 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1287 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1291 ] | 1288 ] |
1292 }, | 1289 }, |
1293 { | 1290 { |
1294 "name": "$result", | 1291 "name": "$result", |
1295 "recipe_result": null, | 1292 "recipe_result": null, |
1296 "status_code": 0 | 1293 "status_code": 0 |
1297 } | 1294 } |
1298 ] | 1295 ] |
OLD | NEW |