| 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 "--src-dir", | 542 "--src-dir", |
| 545 "[SLAVE_BUILD]/v8", | 543 "[SLAVE_BUILD]/v8", |
| 546 "--goma-cache-dir", | 544 "--goma-cache-dir", |
| 547 "[GOMA_CACHE]", | 545 "[GOMA_CACHE]", |
| 548 "--build-tool", | 546 "--build-tool", |
| 549 "ninja", | 547 "ninja", |
| 550 "--compiler", | 548 "--compiler", |
| 551 "goma-clang", | 549 "goma-clang", |
| 552 "--goma-jsonstatus", | 550 "--goma-jsonstatus", |
| 553 "/path/to/tmp/json", | 551 "/path/to/tmp/json", |
| 554 "--goma-service-account-json-file", | |
| 555 "/creds/service_accounts/service-account-goma-client.json", | |
| 556 "--goma-dir", | 552 "--goma-dir", |
| 557 "[BUILD]/goma", | 553 "[BUILD]/goma", |
| 558 "--", | 554 "--", |
| 559 "d8" | 555 "d8" |
| 560 ], | 556 ], |
| 561 "cwd": "[SLAVE_BUILD]", | 557 "cwd": "[SLAVE_BUILD]", |
| 562 "name": "Bisect a0.compile", | 558 "name": "Bisect a0.compile", |
| 563 "~followup_annotations": [ | 559 "~followup_annotations": [ |
| 564 "@@@STEP_NEST_LEVEL@1@@@", | 560 "@@@STEP_NEST_LEVEL@1@@@", |
| 565 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 561 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 "--src-dir", | 733 "--src-dir", |
| 738 "[SLAVE_BUILD]/v8", | 734 "[SLAVE_BUILD]/v8", |
| 739 "--goma-cache-dir", | 735 "--goma-cache-dir", |
| 740 "[GOMA_CACHE]", | 736 "[GOMA_CACHE]", |
| 741 "--build-tool", | 737 "--build-tool", |
| 742 "ninja", | 738 "ninja", |
| 743 "--compiler", | 739 "--compiler", |
| 744 "goma-clang", | 740 "goma-clang", |
| 745 "--goma-jsonstatus", | 741 "--goma-jsonstatus", |
| 746 "/path/to/tmp/json", | 742 "/path/to/tmp/json", |
| 747 "--goma-service-account-json-file", | |
| 748 "/creds/service_accounts/service-account-goma-client.json", | |
| 749 "--goma-dir", | 743 "--goma-dir", |
| 750 "[BUILD]/goma", | 744 "[BUILD]/goma", |
| 751 "--", | 745 "--", |
| 752 "d8" | 746 "d8" |
| 753 ], | 747 ], |
| 754 "cwd": "[SLAVE_BUILD]", | 748 "cwd": "[SLAVE_BUILD]", |
| 755 "name": "Bisect a2.compile", | 749 "name": "Bisect a2.compile", |
| 756 "~followup_annotations": [ | 750 "~followup_annotations": [ |
| 757 "@@@STEP_NEST_LEVEL@1@@@", | 751 "@@@STEP_NEST_LEVEL@1@@@", |
| 758 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 752 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 "--src-dir", | 958 "--src-dir", |
| 965 "[SLAVE_BUILD]/v8", | 959 "[SLAVE_BUILD]/v8", |
| 966 "--goma-cache-dir", | 960 "--goma-cache-dir", |
| 967 "[GOMA_CACHE]", | 961 "[GOMA_CACHE]", |
| 968 "--build-tool", | 962 "--build-tool", |
| 969 "ninja", | 963 "ninja", |
| 970 "--compiler", | 964 "--compiler", |
| 971 "goma-clang", | 965 "goma-clang", |
| 972 "--goma-jsonstatus", | 966 "--goma-jsonstatus", |
| 973 "/path/to/tmp/json", | 967 "/path/to/tmp/json", |
| 974 "--goma-service-account-json-file", | |
| 975 "/creds/service_accounts/service-account-goma-client.json", | |
| 976 "--goma-dir", | 968 "--goma-dir", |
| 977 "[BUILD]/goma", | 969 "[BUILD]/goma", |
| 978 "--", | 970 "--", |
| 979 "d8" | 971 "d8" |
| 980 ], | 972 ], |
| 981 "cwd": "[SLAVE_BUILD]", | 973 "cwd": "[SLAVE_BUILD]", |
| 982 "name": "Bisect a1.compile", | 974 "name": "Bisect a1.compile", |
| 983 "~followup_annotations": [ | 975 "~followup_annotations": [ |
| 984 "@@@STEP_NEST_LEVEL@1@@@", | 976 "@@@STEP_NEST_LEVEL@1@@@", |
| 985 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 977 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 "~followup_annotations": [ | 1028 "~followup_annotations": [ |
| 1037 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" | 1029 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" |
| 1038 ] | 1030 ] |
| 1039 }, | 1031 }, |
| 1040 { | 1032 { |
| 1041 "name": "$result", | 1033 "name": "$result", |
| 1042 "reason": "Failures or flakes in build.", | 1034 "reason": "Failures or flakes in build.", |
| 1043 "status_code": 1 | 1035 "status_code": 1 |
| 1044 } | 1036 } |
| 1045 ] | 1037 ] |
| OLD | NEW |