OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_linux_rel", | 10 "v8_linux_rel", |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 "name": "compile", | 148 "name": "compile", |
149 "~followup_annotations": [ | 149 "~followup_annotations": [ |
150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
151 "@@@STEP_LOG_END@json.output (invalid)@@@" | 151 "@@@STEP_LOG_END@json.output (invalid)@@@" |
152 ] | 152 ] |
153 }, | 153 }, |
154 { | 154 { |
155 "cmd": [ | 155 "cmd": [ |
156 "python", | 156 "python", |
157 "-u", | 157 "-u", |
158 "RECIPE_MODULE[isolate]/resources/isolate.py", | 158 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
159 "[SLAVE_BUILD]/v8/tools/swarming_client", | 159 "[SLAVE_BUILD]/v8/tools/swarming_client", |
160 "batcharchive", | 160 "batcharchive", |
161 "--dump-json", | 161 "--dump-json", |
162 "/path/to/tmp/json", | 162 "/path/to/tmp/json", |
163 "--isolate-server", | 163 "--isolate-server", |
164 "https://isolateserver.appspot.com", | 164 "https://isolateserver.appspot.com", |
165 "--verbose", | 165 "--verbose", |
166 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", | 166 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", |
167 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 167 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
168 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 168 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1121 "@@@STEP_LOG_LINE@json.output@}@@@", | 1121 "@@@STEP_LOG_LINE@json.output@}@@@", |
1122 "@@@STEP_LOG_END@json.output@@@", | 1122 "@@@STEP_LOG_END@json.output@@@", |
1123 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1123 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1124 ] | 1124 ] |
1125 }, | 1125 }, |
1126 { | 1126 { |
1127 "allow_subannotations": true, | 1127 "allow_subannotations": true, |
1128 "cmd": [ | 1128 "cmd": [ |
1129 "python", | 1129 "python", |
1130 "-u", | 1130 "-u", |
1131 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1131 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1132 "--swarming-client-dir", | 1132 "--swarming-client-dir", |
1133 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1133 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1134 "--temp-root-dir", | 1134 "--temp-root-dir", |
1135 "[TMP_BASE]", | 1135 "[TMP_BASE]", |
1136 "--merged-test-output", | 1136 "--merged-test-output", |
1137 "/path/to/tmp/json", | 1137 "/path/to/tmp/json", |
1138 "--", | 1138 "--", |
1139 "collect", | 1139 "collect", |
1140 "--swarming", | 1140 "--swarming", |
1141 "https://chromium-swarm.appspot.com", | 1141 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
1162 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1162 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1163 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1163 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1164 "@@@STEP_LOG_END@durations@@@" | 1164 "@@@STEP_LOG_END@durations@@@" |
1165 ] | 1165 ] |
1166 }, | 1166 }, |
1167 { | 1167 { |
1168 "allow_subannotations": true, | 1168 "allow_subannotations": true, |
1169 "cmd": [ | 1169 "cmd": [ |
1170 "python", | 1170 "python", |
1171 "-u", | 1171 "-u", |
1172 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1172 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1173 "--swarming-client-dir", | 1173 "--swarming-client-dir", |
1174 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1174 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1175 "--temp-root-dir", | 1175 "--temp-root-dir", |
1176 "[TMP_BASE]", | 1176 "[TMP_BASE]", |
1177 "--merged-test-output", | 1177 "--merged-test-output", |
1178 "/path/to/tmp/json", | 1178 "/path/to/tmp/json", |
1179 "--", | 1179 "--", |
1180 "collect", | 1180 "collect", |
1181 "--swarming", | 1181 "--swarming", |
1182 "https://chromium-swarm.appspot.com", | 1182 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
1203 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1203 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1204 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1204 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1205 "@@@STEP_LOG_END@durations@@@" | 1205 "@@@STEP_LOG_END@durations@@@" |
1206 ] | 1206 ] |
1207 }, | 1207 }, |
1208 { | 1208 { |
1209 "allow_subannotations": true, | 1209 "allow_subannotations": true, |
1210 "cmd": [ | 1210 "cmd": [ |
1211 "python", | 1211 "python", |
1212 "-u", | 1212 "-u", |
1213 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1213 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1214 "--swarming-client-dir", | 1214 "--swarming-client-dir", |
1215 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1215 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1216 "--temp-root-dir", | 1216 "--temp-root-dir", |
1217 "[TMP_BASE]", | 1217 "[TMP_BASE]", |
1218 "--merged-test-output", | 1218 "--merged-test-output", |
1219 "/path/to/tmp/json", | 1219 "/path/to/tmp/json", |
1220 "--", | 1220 "--", |
1221 "collect", | 1221 "collect", |
1222 "--swarming", | 1222 "--swarming", |
1223 "https://chromium-swarm.appspot.com", | 1223 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
1244 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1244 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1245 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1245 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1246 "@@@STEP_LOG_END@durations@@@" | 1246 "@@@STEP_LOG_END@durations@@@" |
1247 ] | 1247 ] |
1248 }, | 1248 }, |
1249 { | 1249 { |
1250 "allow_subannotations": true, | 1250 "allow_subannotations": true, |
1251 "cmd": [ | 1251 "cmd": [ |
1252 "python", | 1252 "python", |
1253 "-u", | 1253 "-u", |
1254 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1254 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1255 "--swarming-client-dir", | 1255 "--swarming-client-dir", |
1256 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1256 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1257 "--temp-root-dir", | 1257 "--temp-root-dir", |
1258 "[TMP_BASE]", | 1258 "[TMP_BASE]", |
1259 "--merged-test-output", | 1259 "--merged-test-output", |
1260 "/path/to/tmp/json", | 1260 "/path/to/tmp/json", |
1261 "--", | 1261 "--", |
1262 "collect", | 1262 "collect", |
1263 "--swarming", | 1263 "--swarming", |
1264 "https://chromium-swarm.appspot.com", | 1264 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
1285 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1285 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1286 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1286 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1287 "@@@STEP_LOG_END@durations@@@" | 1287 "@@@STEP_LOG_END@durations@@@" |
1288 ] | 1288 ] |
1289 }, | 1289 }, |
1290 { | 1290 { |
1291 "allow_subannotations": true, | 1291 "allow_subannotations": true, |
1292 "cmd": [ | 1292 "cmd": [ |
1293 "python", | 1293 "python", |
1294 "-u", | 1294 "-u", |
1295 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1295 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1296 "--swarming-client-dir", | 1296 "--swarming-client-dir", |
1297 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1297 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1298 "--temp-root-dir", | 1298 "--temp-root-dir", |
1299 "[TMP_BASE]", | 1299 "[TMP_BASE]", |
1300 "--merged-test-output", | 1300 "--merged-test-output", |
1301 "/path/to/tmp/json", | 1301 "/path/to/tmp/json", |
1302 "--", | 1302 "--", |
1303 "collect", | 1303 "collect", |
1304 "--swarming", | 1304 "--swarming", |
1305 "https://chromium-swarm.appspot.com", | 1305 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
1326 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1326 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1327 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1327 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1328 "@@@STEP_LOG_END@durations@@@" | 1328 "@@@STEP_LOG_END@durations@@@" |
1329 ] | 1329 ] |
1330 }, | 1330 }, |
1331 { | 1331 { |
1332 "allow_subannotations": true, | 1332 "allow_subannotations": true, |
1333 "cmd": [ | 1333 "cmd": [ |
1334 "python", | 1334 "python", |
1335 "-u", | 1335 "-u", |
1336 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1336 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1337 "--swarming-client-dir", | 1337 "--swarming-client-dir", |
1338 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1338 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1339 "--temp-root-dir", | 1339 "--temp-root-dir", |
1340 "[TMP_BASE]", | 1340 "[TMP_BASE]", |
1341 "--merged-test-output", | 1341 "--merged-test-output", |
1342 "/path/to/tmp/json", | 1342 "/path/to/tmp/json", |
1343 "--", | 1343 "--", |
1344 "collect", | 1344 "collect", |
1345 "--swarming", | 1345 "--swarming", |
1346 "https://chromium-swarm.appspot.com", | 1346 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
1367 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1367 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1368 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1368 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1369 "@@@STEP_LOG_END@durations@@@" | 1369 "@@@STEP_LOG_END@durations@@@" |
1370 ] | 1370 ] |
1371 }, | 1371 }, |
1372 { | 1372 { |
1373 "allow_subannotations": true, | 1373 "allow_subannotations": true, |
1374 "cmd": [ | 1374 "cmd": [ |
1375 "python", | 1375 "python", |
1376 "-u", | 1376 "-u", |
1377 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1377 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1378 "--swarming-client-dir", | 1378 "--swarming-client-dir", |
1379 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1379 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1380 "--temp-root-dir", | 1380 "--temp-root-dir", |
1381 "[TMP_BASE]", | 1381 "[TMP_BASE]", |
1382 "--merged-test-output", | 1382 "--merged-test-output", |
1383 "/path/to/tmp/json", | 1383 "/path/to/tmp/json", |
1384 "--", | 1384 "--", |
1385 "collect", | 1385 "collect", |
1386 "--swarming", | 1386 "--swarming", |
1387 "https://chromium-swarm.appspot.com", | 1387 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
1408 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1408 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1409 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1409 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1410 "@@@STEP_LOG_END@durations@@@" | 1410 "@@@STEP_LOG_END@durations@@@" |
1411 ] | 1411 ] |
1412 }, | 1412 }, |
1413 { | 1413 { |
1414 "allow_subannotations": true, | 1414 "allow_subannotations": true, |
1415 "cmd": [ | 1415 "cmd": [ |
1416 "python", | 1416 "python", |
1417 "-u", | 1417 "-u", |
1418 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1418 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1419 "--swarming-client-dir", | 1419 "--swarming-client-dir", |
1420 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1420 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1421 "--temp-root-dir", | 1421 "--temp-root-dir", |
1422 "[TMP_BASE]", | 1422 "[TMP_BASE]", |
1423 "--merged-test-output", | 1423 "--merged-test-output", |
1424 "/path/to/tmp/json", | 1424 "/path/to/tmp/json", |
1425 "--", | 1425 "--", |
1426 "collect", | 1426 "collect", |
1427 "--swarming", | 1427 "--swarming", |
1428 "https://chromium-swarm.appspot.com", | 1428 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
1449 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1449 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1450 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1450 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1451 "@@@STEP_LOG_END@durations@@@" | 1451 "@@@STEP_LOG_END@durations@@@" |
1452 ] | 1452 ] |
1453 }, | 1453 }, |
1454 { | 1454 { |
1455 "allow_subannotations": true, | 1455 "allow_subannotations": true, |
1456 "cmd": [ | 1456 "cmd": [ |
1457 "python", | 1457 "python", |
1458 "-u", | 1458 "-u", |
1459 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 1459 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
1460 "--swarming-client-dir", | 1460 "--swarming-client-dir", |
1461 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1461 "[SLAVE_BUILD]/v8/tools/swarming_client", |
1462 "--temp-root-dir", | 1462 "--temp-root-dir", |
1463 "[TMP_BASE]", | 1463 "[TMP_BASE]", |
1464 "--merged-test-output", | 1464 "--merged-test-output", |
1465 "/path/to/tmp/json", | 1465 "/path/to/tmp/json", |
1466 "--", | 1466 "--", |
1467 "collect", | 1467 "collect", |
1468 "--swarming", | 1468 "--swarming", |
1469 "https://chromium-swarm.appspot.com", | 1469 "https://chromium-swarm.appspot.com", |
(...skipping 21 matching lines...) Expand all Loading... |
1491 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1491 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1492 "@@@STEP_LOG_END@durations@@@" | 1492 "@@@STEP_LOG_END@durations@@@" |
1493 ] | 1493 ] |
1494 }, | 1494 }, |
1495 { | 1495 { |
1496 "name": "$result", | 1496 "name": "$result", |
1497 "recipe_result": null, | 1497 "recipe_result": null, |
1498 "status_code": 0 | 1498 "status_code": 0 |
1499 } | 1499 } |
1500 ] | 1500 ] |
OLD | NEW |