| 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 Linux - predictable", | 10 "V8 Linux - predictable", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "--src-dir", | 121 "--src-dir", |
| 122 "[SLAVE_BUILD]/v8", | 122 "[SLAVE_BUILD]/v8", |
| 123 "--goma-cache-dir", | 123 "--goma-cache-dir", |
| 124 "[GOMA_CACHE]", | 124 "[GOMA_CACHE]", |
| 125 "--build-tool", | 125 "--build-tool", |
| 126 "ninja", | 126 "ninja", |
| 127 "--compiler", | 127 "--compiler", |
| 128 "goma-clang", | 128 "goma-clang", |
| 129 "--goma-jsonstatus", | 129 "--goma-jsonstatus", |
| 130 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
| 131 "--goma-service-account-json-file", | |
| 132 "/creds/service_accounts/service-account-goma-client.json", | |
| 133 "--goma-dir", | 131 "--goma-dir", |
| 134 "[BUILD]/goma", | 132 "[BUILD]/goma", |
| 135 "--" | 133 "--" |
| 136 ], | 134 ], |
| 137 "cwd": "[SLAVE_BUILD]", | 135 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "compile", | 136 "name": "compile", |
| 139 "~followup_annotations": [ | 137 "~followup_annotations": [ |
| 140 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 138 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 141 "@@@STEP_LOG_END@json.output (invalid)@@@" | 139 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 142 ] | 140 ] |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 "--src-dir", | 534 "--src-dir", |
| 537 "[SLAVE_BUILD]/v8", | 535 "[SLAVE_BUILD]/v8", |
| 538 "--goma-cache-dir", | 536 "--goma-cache-dir", |
| 539 "[GOMA_CACHE]", | 537 "[GOMA_CACHE]", |
| 540 "--build-tool", | 538 "--build-tool", |
| 541 "ninja", | 539 "ninja", |
| 542 "--compiler", | 540 "--compiler", |
| 543 "goma-clang", | 541 "goma-clang", |
| 544 "--goma-jsonstatus", | 542 "--goma-jsonstatus", |
| 545 "/path/to/tmp/json", | 543 "/path/to/tmp/json", |
| 546 "--goma-service-account-json-file", | |
| 547 "/creds/service_accounts/service-account-goma-client.json", | |
| 548 "--goma-dir", | 544 "--goma-dir", |
| 549 "[BUILD]/goma", | 545 "[BUILD]/goma", |
| 550 "--", | 546 "--", |
| 551 "d8" | 547 "d8" |
| 552 ], | 548 ], |
| 553 "cwd": "[SLAVE_BUILD]", | 549 "cwd": "[SLAVE_BUILD]", |
| 554 "name": "Bisect a0.compile", | 550 "name": "Bisect a0.compile", |
| 555 "~followup_annotations": [ | 551 "~followup_annotations": [ |
| 556 "@@@STEP_NEST_LEVEL@1@@@", | 552 "@@@STEP_NEST_LEVEL@1@@@", |
| 557 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 553 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 "--src-dir", | 725 "--src-dir", |
| 730 "[SLAVE_BUILD]/v8", | 726 "[SLAVE_BUILD]/v8", |
| 731 "--goma-cache-dir", | 727 "--goma-cache-dir", |
| 732 "[GOMA_CACHE]", | 728 "[GOMA_CACHE]", |
| 733 "--build-tool", | 729 "--build-tool", |
| 734 "ninja", | 730 "ninja", |
| 735 "--compiler", | 731 "--compiler", |
| 736 "goma-clang", | 732 "goma-clang", |
| 737 "--goma-jsonstatus", | 733 "--goma-jsonstatus", |
| 738 "/path/to/tmp/json", | 734 "/path/to/tmp/json", |
| 739 "--goma-service-account-json-file", | |
| 740 "/creds/service_accounts/service-account-goma-client.json", | |
| 741 "--goma-dir", | 735 "--goma-dir", |
| 742 "[BUILD]/goma", | 736 "[BUILD]/goma", |
| 743 "--", | 737 "--", |
| 744 "d8" | 738 "d8" |
| 745 ], | 739 ], |
| 746 "cwd": "[SLAVE_BUILD]", | 740 "cwd": "[SLAVE_BUILD]", |
| 747 "name": "Bisect a2.compile", | 741 "name": "Bisect a2.compile", |
| 748 "~followup_annotations": [ | 742 "~followup_annotations": [ |
| 749 "@@@STEP_NEST_LEVEL@1@@@", | 743 "@@@STEP_NEST_LEVEL@1@@@", |
| 750 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 744 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 "--src-dir", | 942 "--src-dir", |
| 949 "[SLAVE_BUILD]/v8", | 943 "[SLAVE_BUILD]/v8", |
| 950 "--goma-cache-dir", | 944 "--goma-cache-dir", |
| 951 "[GOMA_CACHE]", | 945 "[GOMA_CACHE]", |
| 952 "--build-tool", | 946 "--build-tool", |
| 953 "ninja", | 947 "ninja", |
| 954 "--compiler", | 948 "--compiler", |
| 955 "goma-clang", | 949 "goma-clang", |
| 956 "--goma-jsonstatus", | 950 "--goma-jsonstatus", |
| 957 "/path/to/tmp/json", | 951 "/path/to/tmp/json", |
| 958 "--goma-service-account-json-file", | |
| 959 "/creds/service_accounts/service-account-goma-client.json", | |
| 960 "--goma-dir", | 952 "--goma-dir", |
| 961 "[BUILD]/goma", | 953 "[BUILD]/goma", |
| 962 "--", | 954 "--", |
| 963 "d8" | 955 "d8" |
| 964 ], | 956 ], |
| 965 "cwd": "[SLAVE_BUILD]", | 957 "cwd": "[SLAVE_BUILD]", |
| 966 "name": "Bisect a1.compile", | 958 "name": "Bisect a1.compile", |
| 967 "~followup_annotations": [ | 959 "~followup_annotations": [ |
| 968 "@@@STEP_NEST_LEVEL@1@@@", | 960 "@@@STEP_NEST_LEVEL@1@@@", |
| 969 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 961 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1020 "~followup_annotations": [ | 1012 "~followup_annotations": [ |
| 1021 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" | 1013 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" |
| 1022 ] | 1014 ] |
| 1023 }, | 1015 }, |
| 1024 { | 1016 { |
| 1025 "name": "$result", | 1017 "name": "$result", |
| 1026 "reason": "Failures or flakes in build.", | 1018 "reason": "Failures or flakes in build.", |
| 1027 "status_code": 1 | 1019 "status_code": 1 |
| 1028 } | 1020 } |
| 1029 ] | 1021 ] |
| OLD | NEW |