| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "Android Builder", | 309 "Android Builder", |
| 310 "--config-file", | 310 "--config-file", |
| 311 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 311 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 312 "--goma-dir", | 312 "--goma-dir", |
| 313 "[CACHE]/cipd/goma", | 313 "[CACHE]/cipd/goma", |
| 314 "--swarming-targets-file", | 314 "--swarming-targets-file", |
| 315 "browser_tests_apk\n", | 315 "browser_tests_apk\n", |
| 316 "//out/Release" | 316 "//out/Release" |
| 317 ], | 317 ], |
| 318 "cwd": "[SLAVE_BUILD]", | 318 "cwd": "[SLAVE_BUILD]", |
| 319 "env": { |
| 320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 321 }, |
| 319 "name": "generate_build_files", | 322 "name": "generate_build_files", |
| 320 "~followup_annotations": [ | 323 "~followup_annotations": [ |
| 321 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", | 324 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", |
| 322 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 325 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 323 ] | 326 ] |
| 324 }, | 327 }, |
| 325 { | 328 { |
| 326 "cmd": [ | 329 "cmd": [ |
| 327 "python", | 330 "python", |
| 328 "-u", | 331 "-u", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "~followup_annotations": [ | 455 "~followup_annotations": [ |
| 453 "@@@STEP_TEXT@Android Tests@@@" | 456 "@@@STEP_TEXT@Android Tests@@@" |
| 454 ] | 457 ] |
| 455 }, | 458 }, |
| 456 { | 459 { |
| 457 "name": "$result", | 460 "name": "$result", |
| 458 "recipe_result": null, | 461 "recipe_result": null, |
| 459 "status_code": 0 | 462 "status_code": 0 |
| 460 } | 463 } |
| 461 ] | 464 ] |
| OLD | NEW |