| 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 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 "--mode", | 745 "--mode", |
| 746 "Debug", | 746 "Debug", |
| 747 "--arch", | 747 "--arch", |
| 748 "x64", | 748 "x64", |
| 749 "--outdir", | 749 "--outdir", |
| 750 "out", | 750 "out", |
| 751 "--buildbot", | 751 "--buildbot", |
| 752 "--timeout=200", | 752 "--timeout=200", |
| 753 "--random-seed=662233039", | 753 "--random-seed=662233039", |
| 754 "bot_default", | 754 "bot_default", |
| 755 "--ignition-turbofan", | |
| 756 "--variants=ignition_turbofan", | 755 "--variants=ignition_turbofan", |
| 757 "--rerun-failures-count=2", | 756 "--rerun-failures-count=2", |
| 758 "--swarming", | 757 "--swarming", |
| 759 "--json-test-results", | 758 "--json-test-results", |
| 760 "${ISOLATED_OUTDIR}/output.json" | 759 "${ISOLATED_OUTDIR}/output.json" |
| 761 ], | 760 ], |
| 762 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", | 761 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", |
| 763 "~followup_annotations": [ | 762 "~followup_annotations": [ |
| 764 "@@@STEP_LOG_LINE@json.output@{@@@", | 763 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 765 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@", | 764 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 935 "--mode", | 934 "--mode", |
| 936 "Debug", | 935 "Debug", |
| 937 "--arch", | 936 "--arch", |
| 938 "x64", | 937 "x64", |
| 939 "--outdir", | 938 "--outdir", |
| 940 "out", | 939 "out", |
| 941 "--buildbot", | 940 "--buildbot", |
| 942 "--timeout=200", | 941 "--timeout=200", |
| 943 "--random-seed=662233039", | 942 "--random-seed=662233039", |
| 944 "test262", | 943 "test262", |
| 945 "--ignition-turbofan", | |
| 946 "--download-data", | 944 "--download-data", |
| 947 "--variants=ignition_turbofan", | 945 "--variants=ignition_turbofan", |
| 948 "--rerun-failures-count=2", | 946 "--rerun-failures-count=2", |
| 949 "--swarming", | 947 "--swarming", |
| 950 "--json-test-results", | 948 "--json-test-results", |
| 951 "${ISOLATED_OUTDIR}/output.json" | 949 "${ISOLATED_OUTDIR}/output.json" |
| 952 ], | 950 ], |
| 953 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", | 951 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", |
| 954 "~followup_annotations": [ | 952 "~followup_annotations": [ |
| 955 "@@@STEP_LOG_LINE@json.output@{@@@", | 953 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1456 "@@@STEP_LOG_END@json.output@@@", | 1454 "@@@STEP_LOG_END@json.output@@@", |
| 1457 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1455 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1458 ] | 1456 ] |
| 1459 }, | 1457 }, |
| 1460 { | 1458 { |
| 1461 "name": "$result", | 1459 "name": "$result", |
| 1462 "recipe_result": null, | 1460 "recipe_result": null, |
| 1463 "status_code": 0 | 1461 "status_code": 0 |
| 1464 } | 1462 } |
| 1465 ] | 1463 ] |
| OLD | NEW |