| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 "-m", | 289 "-m", |
| 290 "chromium.linux", | 290 "chromium.linux", |
| 291 "-b", | 291 "-b", |
| 292 "Android Builder", | 292 "Android Builder", |
| 293 "--config-file", | 293 "--config-file", |
| 294 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 294 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 295 "--goma-dir", | 295 "--goma-dir", |
| 296 "[CACHE]/cipd/goma", | 296 "[CACHE]/cipd/goma", |
| 297 "//out/Release" | 297 "//out/Release" |
| 298 ], | 298 ], |
| 299 "cwd": "[SLAVE_BUILD]/src", |
| 299 "env": { | 300 "env": { |
| 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 301 }, | 302 }, |
| 302 "name": "generate_build_files" | 303 "name": "generate_build_files" |
| 303 }, | 304 }, |
| 304 { | 305 { |
| 305 "cmd": [ | 306 "cmd": [ |
| 306 "python", | 307 "python", |
| 307 "-u", | 308 "-u", |
| 308 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 309 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "~followup_annotations": [ | 396 "~followup_annotations": [ |
| 396 "@@@STEP_TEXT@Android Tests@@@" | 397 "@@@STEP_TEXT@Android Tests@@@" |
| 397 ] | 398 ] |
| 398 }, | 399 }, |
| 399 { | 400 { |
| 400 "name": "$result", | 401 "name": "$result", |
| 401 "recipe_result": null, | 402 "recipe_result": null, |
| 402 "status_code": 0 | 403 "status_code": 0 |
| 403 } | 404 } |
| 404 ] | 405 ] |
| OLD | NEW |