| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 264 "--build-data-dir", |
| 265 "[ROOT]/build_data_dir", | 265 "[ROOT]/build_data_dir", |
| 266 "--compiler", | 266 "--compiler", |
| 267 "goma", | 267 "goma", |
| 268 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 269 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 270 "--goma-service-account-json-file", |
| 271 "/creds/service_accounts/service-account-goma-client.json", |
| 270 "--goma-dir", | 272 "--goma-dir", |
| 271 "[CACHE]/cipd/goma", | 273 "[CACHE]/cipd/goma", |
| 272 "--ninja-ensure-up-to-date", | 274 "--ninja-ensure-up-to-date", |
| 273 "--", | 275 "--", |
| 274 "All", | 276 "All", |
| 275 "chromium_builder_tests" | 277 "chromium_builder_tests" |
| 276 ], | 278 ], |
| 277 "cwd": "[SLAVE_BUILD]", | 279 "cwd": "[SLAVE_BUILD]", |
| 278 "name": "compile", | 280 "name": "compile", |
| 279 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "~followup_annotations": [ | 332 "~followup_annotations": [ |
| 331 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | 333 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
| 332 ] | 334 ] |
| 333 }, | 335 }, |
| 334 { | 336 { |
| 335 "name": "$result", | 337 "name": "$result", |
| 336 "recipe_result": null, | 338 "recipe_result": null, |
| 337 "status_code": 0 | 339 "status_code": 0 |
| 338 } | 340 } |
| 339 ] | 341 ] |
| OLD | NEW |