| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 "--mode", | 469 "--mode", |
| 470 "Debug", | 470 "Debug", |
| 471 "--arch", | 471 "--arch", |
| 472 "ia32", | 472 "ia32", |
| 473 "--outdir", | 473 "--outdir", |
| 474 "out", | 474 "out", |
| 475 "--buildbot", | 475 "--buildbot", |
| 476 "--timeout=200", | 476 "--timeout=200", |
| 477 "--random-seed=-2135455718", | 477 "--random-seed=-2135455718", |
| 478 "mjsunit", | 478 "mjsunit", |
| 479 "--ignition-turbofan", | |
| 480 "--gc-stress", | 479 "--gc-stress", |
| 481 "--variants=ignition_turbofan", | 480 "--variants=ignition_turbofan", |
| 482 "--rerun-failures-count=2", | 481 "--rerun-failures-count=2", |
| 483 "--swarming", | 482 "--swarming", |
| 484 "--json-test-results", | 483 "--json-test-results", |
| 485 "${ISOLATED_OUTDIR}/output.json" | 484 "${ISOLATED_OUTDIR}/output.json" |
| 486 ], | 485 ], |
| 487 "name": "[trigger] Mjsunit - ignition - turbofan on Ubuntu-12.04", | 486 "name": "[trigger] Mjsunit - ignition - turbofan on Ubuntu-12.04", |
| 488 "~followup_annotations": [ | 487 "~followup_annotations": [ |
| 489 "@@@STEP_LOG_LINE@json.output@{@@@", | 488 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 660 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 662 "@@@STEP_LOG_END@durations@@@" | 661 "@@@STEP_LOG_END@durations@@@" |
| 663 ] | 662 ] |
| 664 }, | 663 }, |
| 665 { | 664 { |
| 666 "name": "$result", | 665 "name": "$result", |
| 667 "recipe_result": null, | 666 "recipe_result": null, |
| 668 "status_code": 0 | 667 "status_code": 0 |
| 669 } | 668 } |
| 670 ] | 669 ] |
| OLD | NEW |