| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Debug Builder", | 10 "Linux Debug Builder", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "--src-dir", | 258 "--src-dir", |
| 259 "[SLAVE_BUILD]/src", | 259 "[SLAVE_BUILD]/src", |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--build-tool", | 262 "--build-tool", |
| 263 "ninja", | 263 "ninja", |
| 264 "--compiler", | 264 "--compiler", |
| 265 "goma", | 265 "goma", |
| 266 "--goma-jsonstatus", | 266 "--goma-jsonstatus", |
| 267 "/path/to/tmp/json", | 267 "/path/to/tmp/json", |
| 268 "--goma-service-account-json-file", |
| 269 "/creds/service_accounts/service-account-goma-client.json", |
| 268 "--goma-dir", | 270 "--goma-dir", |
| 269 "[BUILD]/goma", | 271 "[BUILD]/goma", |
| 270 "--ninja-ensure-up-to-date", | 272 "--ninja-ensure-up-to-date", |
| 271 "--", | 273 "--", |
| 272 "All", | 274 "All", |
| 273 "chromium_builder_tests" | 275 "chromium_builder_tests" |
| 274 ], | 276 ], |
| 275 "cwd": "[SLAVE_BUILD]", | 277 "cwd": "[SLAVE_BUILD]", |
| 276 "name": "compile", | 278 "name": "compile", |
| 277 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 "~followup_annotations": [ | 330 "~followup_annotations": [ |
| 329 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | 331 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
| 330 ] | 332 ] |
| 331 }, | 333 }, |
| 332 { | 334 { |
| 333 "name": "$result", | 335 "name": "$result", |
| 334 "recipe_result": null, | 336 "recipe_result": null, |
| 335 "status_code": 0 | 337 "status_code": 0 |
| 336 } | 338 } |
| 337 ] | 339 ] |
| OLD | NEW |