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