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 ASAN", | 10 "V8 Linux64 ASAN", |
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 "--mode", | 710 "--mode", |
711 "Release", | 711 "Release", |
712 "--arch", | 712 "--arch", |
713 "x64", | 713 "x64", |
714 "--outdir", | 714 "--outdir", |
715 "out", | 715 "out", |
716 "--buildbot", | 716 "--buildbot", |
717 "--timeout=200", | 717 "--timeout=200", |
718 "--random-seed=831298184", | 718 "--random-seed=831298184", |
719 "bot_default", | 719 "bot_default", |
720 "--ignition-turbofan", | |
721 "--variants=ignition_turbofan", | 720 "--variants=ignition_turbofan", |
722 "--asan", | 721 "--asan", |
723 "--rerun-failures-count=2", | 722 "--rerun-failures-count=2", |
724 "--swarming", | 723 "--swarming", |
725 "--json-test-results", | 724 "--json-test-results", |
726 "${ISOLATED_OUTDIR}/output.json" | 725 "${ISOLATED_OUTDIR}/output.json" |
727 ], | 726 ], |
728 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 727 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
729 "~followup_annotations": [ | 728 "~followup_annotations": [ |
730 "@@@STEP_LOG_LINE@json.output@{@@@", | 729 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 "~followup_annotations": [ | 984 "~followup_annotations": [ |
986 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" | 985 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" |
987 ] | 986 ] |
988 }, | 987 }, |
989 { | 988 { |
990 "name": "$result", | 989 "name": "$result", |
991 "recipe_result": null, | 990 "recipe_result": null, |
992 "status_code": 0 | 991 "status_code": 0 |
993 } | 992 } |
994 ] | 993 ] |
OLD | NEW |