OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/git_setup.py", | 6 "RECIPE_PACKAGE[build]/git_setup.py", |
7 "--path", | 7 "--path", |
8 "[SLAVE_BUILD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "@@@STEP_LOG_LINE@json.output@}@@@", | 277 "@@@STEP_LOG_LINE@json.output@}@@@", |
278 "@@@STEP_LOG_END@json.output@@@", | 278 "@@@STEP_LOG_END@json.output@@@", |
279 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 279 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
280 ] | 280 ] |
281 }, | 281 }, |
282 { | 282 { |
283 "allow_subannotations": true, | 283 "allow_subannotations": true, |
284 "cmd": [ | 284 "cmd": [ |
285 "python", | 285 "python", |
286 "-u", | 286 "-u", |
287 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 287 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
288 "--swarming-client-dir", | 288 "--swarming-client-dir", |
289 "[SLAVE_BUILD]/swarming.client", | 289 "[SLAVE_BUILD]/swarming.client", |
290 "--temp-root-dir", | 290 "--temp-root-dir", |
291 "[TMP_BASE]", | 291 "[TMP_BASE]", |
292 "--merged-test-output", | 292 "--merged-test-output", |
293 "/path/to/tmp/json", | 293 "/path/to/tmp/json", |
294 "--", | 294 "--", |
295 "collect", | 295 "collect", |
296 "--swarming", | 296 "--swarming", |
297 "https://chromium-swarm.appspot.com", | 297 "https://chromium-swarm.appspot.com", |
(...skipping 22 matching lines...) Expand all Loading... |
320 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 320 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
321 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 321 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
322 "@@@STEP_LOG_END@durations@@@" | 322 "@@@STEP_LOG_END@durations@@@" |
323 ] | 323 ] |
324 }, | 324 }, |
325 { | 325 { |
326 "allow_subannotations": true, | 326 "allow_subannotations": true, |
327 "cmd": [ | 327 "cmd": [ |
328 "python", | 328 "python", |
329 "-u", | 329 "-u", |
330 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 330 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
331 "--swarming-client-dir", | 331 "--swarming-client-dir", |
332 "[SLAVE_BUILD]/swarming.client", | 332 "[SLAVE_BUILD]/swarming.client", |
333 "--temp-root-dir", | 333 "--temp-root-dir", |
334 "[TMP_BASE]", | 334 "[TMP_BASE]", |
335 "--merged-test-output", | 335 "--merged-test-output", |
336 "/path/to/tmp/json", | 336 "/path/to/tmp/json", |
337 "--", | 337 "--", |
338 "collect", | 338 "collect", |
339 "--swarming", | 339 "--swarming", |
340 "https://chromium-swarm.appspot.com", | 340 "https://chromium-swarm.appspot.com", |
(...skipping 23 matching lines...) Expand all Loading... |
364 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 364 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
365 "@@@STEP_LOG_END@durations@@@" | 365 "@@@STEP_LOG_END@durations@@@" |
366 ] | 366 ] |
367 }, | 367 }, |
368 { | 368 { |
369 "name": "$result", | 369 "name": "$result", |
370 "recipe_result": null, | 370 "recipe_result": null, |
371 "status_code": 0 | 371 "status_code": 0 |
372 } | 372 } |
373 ] | 373 ] |
OLD | NEW |