| 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 GN", | 10 "Android GN", |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "chromium.linux", | 270 "chromium.linux", |
| 271 "-b", | 271 "-b", |
| 272 "Android GN", | 272 "Android GN", |
| 273 "--config-file", | 273 "--config-file", |
| 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 275 "--goma-dir", | 275 "--goma-dir", |
| 276 "[CACHE]/cipd/goma", | 276 "[CACHE]/cipd/goma", |
| 277 "//out/Release" | 277 "//out/Release" |
| 278 ], | 278 ], |
| 279 "cwd": "[SLAVE_BUILD]", | 279 "cwd": "[SLAVE_BUILD]", |
| 280 "env": { |
| 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 282 }, |
| 280 "name": "generate_build_files" | 283 "name": "generate_build_files" |
| 281 }, | 284 }, |
| 282 { | 285 { |
| 283 "cmd": [ | 286 "cmd": [ |
| 284 "python", | 287 "python", |
| 285 "-u", | 288 "-u", |
| 286 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 289 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 287 "--show-path", | 290 "--show-path", |
| 288 "python", | 291 "python", |
| 289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 870 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 868 "@@@STEP_LOG_END@python.inline@@@" | 871 "@@@STEP_LOG_END@python.inline@@@" |
| 869 ] | 872 ] |
| 870 }, | 873 }, |
| 871 { | 874 { |
| 872 "name": "$result", | 875 "name": "$result", |
| 873 "reason": "5 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Chrom
eSyncShellTest', 'ContentShellTest', 'MojoTest']", | 876 "reason": "5 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Chrom
eSyncShellTest', 'ContentShellTest', 'MojoTest']", |
| 874 "status_code": 1 | 877 "status_code": 1 |
| 875 } | 878 } |
| 876 ] | 879 ] |
| OLD | NEW |