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.infra.cron", | 8 "chromium.infra.cron", |
9 "--builder", | 9 "--builder", |
10 "ChromiumOS Codesearch Builder", | 10 "ChromiumOS Codesearch Builder", |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 "--ninja-path", | 198 "--ninja-path", |
199 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 199 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
200 "--target", | 200 "--target", |
201 "Debug", | 201 "Debug", |
202 "--src-dir", | 202 "--src-dir", |
203 "[SLAVE_BUILD]/src", | 203 "[SLAVE_BUILD]/src", |
204 "--goma-cache-dir", | 204 "--goma-cache-dir", |
205 "[GOMA_CACHE]", | 205 "[GOMA_CACHE]", |
206 "--build-args", | 206 "--build-args", |
207 "-k 0", | 207 "-k 0", |
208 "--build-tool", | |
209 "ninja", | |
210 "--compiler", | 208 "--compiler", |
211 "goma-clang", | 209 "goma-clang", |
212 "--goma-jsonstatus", | 210 "--goma-jsonstatus", |
213 "/path/to/tmp/json", | 211 "/path/to/tmp/json", |
214 "--goma-service-account-json-file", | 212 "--goma-service-account-json-file", |
215 "/creds/service_accounts/service-account-goma-client.json", | 213 "/creds/service_accounts/service-account-goma-client.json", |
216 "--goma-dir", | 214 "--goma-dir", |
217 "[BUILD]/goma", | 215 "[BUILD]/goma", |
218 "--", | 216 "--", |
219 "All" | 217 "All" |
220 ], | 218 ], |
221 "env": { | 219 "env": { |
222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
223 }, | 221 }, |
224 "name": "compile", | 222 "name": "compile", |
225 "~followup_annotations": [ | 223 "~followup_annotations": [ |
226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
227 "@@@STEP_LOG_END@json.output (invalid)@@@" | 225 "@@@STEP_LOG_END@json.output (invalid)@@@" |
228 ] | 226 ] |
229 }, | 227 }, |
230 { | 228 { |
231 "name": "$result", | 229 "name": "$result", |
232 "recipe_result": null, | 230 "recipe_result": null, |
233 "status_code": 0 | 231 "status_code": 0 |
234 } | 232 } |
235 ] | 233 ] |
OLD | NEW |