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