| 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", | 8 "chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android", | 10 "Android", |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "chromium", | 269 "chromium", |
| 270 "-b", | 270 "-b", |
| 271 "Android", | 271 "Android", |
| 272 "--config-file", | 272 "--config-file", |
| 273 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 273 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 274 "--goma-dir", | 274 "--goma-dir", |
| 275 "[CACHE]/cipd/goma", | 275 "[CACHE]/cipd/goma", |
| 276 "//out/Release" | 276 "//out/Release" |
| 277 ], | 277 ], |
| 278 "cwd": "[SLAVE_BUILD]", | 278 "cwd": "[SLAVE_BUILD]", |
| 279 "env": { |
| 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 281 }, |
| 279 "name": "generate_build_files" | 282 "name": "generate_build_files" |
| 280 }, | 283 }, |
| 281 { | 284 { |
| 282 "cmd": [ | 285 "cmd": [ |
| 283 "python", | 286 "python", |
| 284 "-u", | 287 "-u", |
| 285 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 288 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 286 "--show-path", | 289 "--show-path", |
| 287 "python", | 290 "python", |
| 288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 291 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 ], | 342 ], |
| 340 "cwd": "[SLAVE_BUILD]", | 343 "cwd": "[SLAVE_BUILD]", |
| 341 "name": "archive_build" | 344 "name": "archive_build" |
| 342 }, | 345 }, |
| 343 { | 346 { |
| 344 "name": "$result", | 347 "name": "$result", |
| 345 "recipe_result": null, | 348 "recipe_result": null, |
| 346 "status_code": 0 | 349 "status_code": 0 |
| 347 } | 350 } |
| 348 ] | 351 ] |
| OLD | NEW |