OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 TSAN", | 10 "V8 Linux64 TSAN", |
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 "--mode", | 722 "--mode", |
723 "Release", | 723 "Release", |
724 "--arch", | 724 "--arch", |
725 "x64", | 725 "x64", |
726 "--outdir", | 726 "--outdir", |
727 "out", | 727 "out", |
728 "--buildbot", | 728 "--buildbot", |
729 "--timeout=200", | 729 "--timeout=200", |
730 "--random-seed=831298184", | 730 "--random-seed=831298184", |
731 "bot_default", | 731 "bot_default", |
732 "--ignition-turbofan", | |
733 "--variants=ignition_turbofan", | 732 "--variants=ignition_turbofan", |
734 "--tsan", | 733 "--tsan", |
735 "--rerun-failures-count=2", | 734 "--rerun-failures-count=2", |
736 "--swarming", | 735 "--swarming", |
737 "--json-test-results", | 736 "--json-test-results", |
738 "${ISOLATED_OUTDIR}/output.json" | 737 "${ISOLATED_OUTDIR}/output.json" |
739 ], | 738 ], |
740 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 739 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
741 "~followup_annotations": [ | 740 "~followup_annotations": [ |
742 "@@@STEP_LOG_LINE@json.output@{@@@", | 741 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 907 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
909 "@@@STEP_LOG_END@durations@@@" | 908 "@@@STEP_LOG_END@durations@@@" |
910 ] | 909 ] |
911 }, | 910 }, |
912 { | 911 { |
913 "name": "$result", | 912 "name": "$result", |
914 "recipe_result": null, | 913 "recipe_result": null, |
915 "status_code": 0 | 914 "status_code": 0 |
916 } | 915 } |
917 ] | 916 ] |
OLD | NEW |