| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_ecs_ozone", | 10 "linux_ecs_ozone", |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "--src-dir", | 127 "--src-dir", |
| 128 "[SLAVE_BUILD]/src", | 128 "[SLAVE_BUILD]/src", |
| 129 "--goma-cache-dir", | 129 "--goma-cache-dir", |
| 130 "[GOMA_CACHE]", | 130 "[GOMA_CACHE]", |
| 131 "--build-tool", | 131 "--build-tool", |
| 132 "ninja", | 132 "ninja", |
| 133 "--compiler", | 133 "--compiler", |
| 134 "goma", | 134 "goma", |
| 135 "--goma-jsonstatus", | 135 "--goma-jsonstatus", |
| 136 "/path/to/tmp/json", | 136 "/path/to/tmp/json", |
| 137 "--goma-service-account-json-file", |
| 138 "/creds/service_accounts/service-account-goma-client.json", |
| 137 "--goma-dir", | 139 "--goma-dir", |
| 138 "[BUILD]/goma", | 140 "[BUILD]/goma", |
| 139 "--", | 141 "--", |
| 140 "content_shell" | 142 "content_shell" |
| 141 ], | 143 ], |
| 142 "cwd": "[SLAVE_BUILD]", | 144 "cwd": "[SLAVE_BUILD]", |
| 143 "name": "compile content_shell", | 145 "name": "compile content_shell", |
| 144 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 145 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 146 "@@@STEP_LOG_END@json.output (invalid)@@@" | 148 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 29 matching lines...) Expand all Loading... |
| 176 "--src-dir", | 178 "--src-dir", |
| 177 "[SLAVE_BUILD]/src", | 179 "[SLAVE_BUILD]/src", |
| 178 "--goma-cache-dir", | 180 "--goma-cache-dir", |
| 179 "[GOMA_CACHE]", | 181 "[GOMA_CACHE]", |
| 180 "--build-tool", | 182 "--build-tool", |
| 181 "ninja", | 183 "ninja", |
| 182 "--compiler", | 184 "--compiler", |
| 183 "goma", | 185 "goma", |
| 184 "--goma-jsonstatus", | 186 "--goma-jsonstatus", |
| 185 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
| 188 "--goma-service-account-json-file", |
| 189 "/creds/service_accounts/service-account-goma-client.json", |
| 186 "--goma-dir", | 190 "--goma-dir", |
| 187 "[BUILD]/goma", | 191 "[BUILD]/goma", |
| 188 "--", | 192 "--", |
| 189 "aura_unittests", | 193 "aura_unittests", |
| 190 "base_unittests", | 194 "base_unittests", |
| 191 "cacheinvalidation_unittests", | 195 "cacheinvalidation_unittests", |
| 192 "cc_unittests", | 196 "cc_unittests", |
| 193 "components_unittests", | 197 "components_unittests", |
| 194 "compositor_unittests", | 198 "compositor_unittests", |
| 195 "content_browsertests", | 199 "content_browsertests", |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 ], | 749 ], |
| 746 "cwd": "[SLAVE_BUILD]", | 750 "cwd": "[SLAVE_BUILD]", |
| 747 "name": "url_unittests" | 751 "name": "url_unittests" |
| 748 }, | 752 }, |
| 749 { | 753 { |
| 750 "name": "$result", | 754 "name": "$result", |
| 751 "recipe_result": null, | 755 "recipe_result": null, |
| 752 "status_code": 0 | 756 "status_code": 0 |
| 753 } | 757 } |
| 754 ] | 758 ] |
| OLD | NEW |