| 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.gpu.fyi", | 8 "chromium.gpu.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ChromiumOS Builder", | 10 "Linux ChromiumOS Builder", |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "--src-dir", | 259 "--src-dir", |
| 260 "[SLAVE_BUILD]/src", | 260 "[SLAVE_BUILD]/src", |
| 261 "--goma-cache-dir", | 261 "--goma-cache-dir", |
| 262 "[GOMA_CACHE]", | 262 "[GOMA_CACHE]", |
| 263 "--build-tool", | 263 "--build-tool", |
| 264 "ninja", | 264 "ninja", |
| 265 "--compiler", | 265 "--compiler", |
| 266 "goma", | 266 "goma", |
| 267 "--goma-jsonstatus", | 267 "--goma-jsonstatus", |
| 268 "/path/to/tmp/json", | 268 "/path/to/tmp/json", |
| 269 "--goma-service-account-json-file", |
| 270 "/creds/service_accounts/service-account-goma-client.json", |
| 269 "--goma-dir", | 271 "--goma-dir", |
| 270 "[BUILD]/goma", | 272 "[BUILD]/goma", |
| 271 "--ninja-ensure-up-to-date", | 273 "--ninja-ensure-up-to-date", |
| 272 "--", | 274 "--", |
| 273 "aura_builder" | 275 "aura_builder" |
| 274 ], | 276 ], |
| 275 "cwd": "[SLAVE_BUILD]", | 277 "cwd": "[SLAVE_BUILD]", |
| 276 "name": "compile", | 278 "name": "compile", |
| 277 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 301 ], | 303 ], |
| 302 "cwd": "[SLAVE_BUILD]", | 304 "cwd": "[SLAVE_BUILD]", |
| 303 "name": "package build" | 305 "name": "package build" |
| 304 }, | 306 }, |
| 305 { | 307 { |
| 306 "name": "$result", | 308 "name": "$result", |
| 307 "recipe_result": null, | 309 "recipe_result": null, |
| 308 "status_code": 0 | 310 "status_code": 0 |
| 309 } | 311 } |
| 310 ] | 312 ] |
| OLD | NEW |