| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 "chromium.webkit", | 272 "chromium.webkit", |
| 273 "-b", | 273 "-b", |
| 274 "Android Builder", | 274 "Android Builder", |
| 275 "--config-file", | 275 "--config-file", |
| 276 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 276 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 277 "--goma-dir", | 277 "--goma-dir", |
| 278 "[CACHE]/cipd/goma", | 278 "[CACHE]/cipd/goma", |
| 279 "//out/Release" | 279 "//out/Release" |
| 280 ], | 280 ], |
| 281 "cwd": "[SLAVE_BUILD]", | 281 "cwd": "[SLAVE_BUILD]", |
| 282 "env": { |
| 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 284 }, |
| 282 "name": "generate_build_files" | 285 "name": "generate_build_files" |
| 283 }, | 286 }, |
| 284 { | 287 { |
| 285 "cmd": [ | 288 "cmd": [ |
| 286 "python", | 289 "python", |
| 287 "-u", | 290 "-u", |
| 288 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 289 "--show-path", | 292 "--show-path", |
| 290 "python", | 293 "python", |
| 291 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 "~followup_annotations": [ | 381 "~followup_annotations": [ |
| 379 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" | 382 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" |
| 380 ] | 383 ] |
| 381 }, | 384 }, |
| 382 { | 385 { |
| 383 "name": "$result", | 386 "name": "$result", |
| 384 "recipe_result": null, | 387 "recipe_result": null, |
| 385 "status_code": 0 | 388 "status_code": 0 |
| 386 } | 389 } |
| 387 ] | 390 ] |
| OLD | NEW |