| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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-tool", | 206 "--build-tool", |
| 207 "ninja", | 207 "ninja", |
| 208 "--compiler", | 208 "--compiler", |
| 209 "goma", | 209 "goma", |
| 210 "--goma-jsonstatus", | 210 "--goma-jsonstatus", |
| 211 "/path/to/tmp/json", | 211 "/path/to/tmp/json", |
| 212 "--goma-service-account-json-file", | |
| 213 "/creds/service_accounts/service-account-goma-client.json", | |
| 214 "--goma-dir", | 212 "--goma-dir", |
| 215 "[BUILD]/goma", | 213 "[BUILD]/goma", |
| 216 "--ninja-ensure-up-to-date", | 214 "--ninja-ensure-up-to-date", |
| 217 "--", | 215 "--", |
| 218 "aura_builder" | 216 "aura_builder" |
| 219 ], | 217 ], |
| 220 "cwd": "[SLAVE_BUILD]", | 218 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "compile", | 219 "name": "compile", |
| 222 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 221 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 246 ], | 244 ], |
| 247 "cwd": "[SLAVE_BUILD]", | 245 "cwd": "[SLAVE_BUILD]", |
| 248 "name": "package build" | 246 "name": "package build" |
| 249 }, | 247 }, |
| 250 { | 248 { |
| 251 "name": "$result", | 249 "name": "$result", |
| 252 "recipe_result": null, | 250 "recipe_result": null, |
| 253 "status_code": 0 | 251 "status_code": 0 |
| 254 } | 252 } |
| 255 ] | 253 ] |
| OLD | NEW |