| 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 25 matching lines...) Expand all Loading... |
| 172 "--src-dir", | 174 "--src-dir", |
| 173 "[SLAVE_BUILD]/src", | 175 "[SLAVE_BUILD]/src", |
| 174 "--goma-cache-dir", | 176 "--goma-cache-dir", |
| 175 "[GOMA_CACHE]", | 177 "[GOMA_CACHE]", |
| 176 "--build-tool", | 178 "--build-tool", |
| 177 "ninja", | 179 "ninja", |
| 178 "--compiler", | 180 "--compiler", |
| 179 "goma", | 181 "goma", |
| 180 "--goma-jsonstatus", | 182 "--goma-jsonstatus", |
| 181 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
| 184 "--goma-service-account-json-file", |
| 185 "/creds/service_accounts/service-account-goma-client.json", |
| 182 "--goma-dir", | 186 "--goma-dir", |
| 183 "[BUILD]/goma", | 187 "[BUILD]/goma", |
| 184 "--", | 188 "--", |
| 185 "aura_unittests", | 189 "aura_unittests", |
| 186 "base_unittests", | 190 "base_unittests", |
| 187 "cacheinvalidation_unittests", | 191 "cacheinvalidation_unittests", |
| 188 "cc_unittests", | 192 "cc_unittests", |
| 189 "components_unittests", | 193 "components_unittests", |
| 190 "compositor_unittests", | 194 "compositor_unittests", |
| 191 "content_browsertests", | 195 "content_browsertests", |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 ], | 745 ], |
| 742 "cwd": "[SLAVE_BUILD]", | 746 "cwd": "[SLAVE_BUILD]", |
| 743 "name": "url_unittests" | 747 "name": "url_unittests" |
| 744 }, | 748 }, |
| 745 { | 749 { |
| 746 "name": "$result", | 750 "name": "$result", |
| 747 "recipe_result": null, | 751 "recipe_result": null, |
| 748 "status_code": 0 | 752 "status_code": 0 |
| 749 } | 753 } |
| 750 ] | 754 ] |
| OLD | NEW |