| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "tryserver.chromium.linux", | 345 "tryserver.chromium.linux", |
| 346 "-b", | 346 "-b", |
| 347 "linux_chromium_rel_ng", | 347 "linux_chromium_rel_ng", |
| 348 "--config-file", | 348 "--config-file", |
| 349 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 349 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 350 "--goma-dir", | 350 "--goma-dir", |
| 351 "[CACHE]/cipd/goma", | 351 "[CACHE]/cipd/goma", |
| 352 "//out/Release" | 352 "//out/Release" |
| 353 ], | 353 ], |
| 354 "cwd": "[SLAVE_BUILD]", | 354 "cwd": "[SLAVE_BUILD]", |
| 355 "env": { |
| 356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 357 }, |
| 355 "name": "generate_build_files (with patch)" | 358 "name": "generate_build_files (with patch)" |
| 356 }, | 359 }, |
| 357 { | 360 { |
| 358 "cmd": [ | 361 "cmd": [ |
| 359 "python", | 362 "python", |
| 360 "-u", | 363 "-u", |
| 361 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 364 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 362 "--show-path", | 365 "--show-path", |
| 363 "python", | 366 "python", |
| 364 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 367 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 ], | 409 ], |
| 407 "cwd": "[SLAVE_BUILD]", | 410 "cwd": "[SLAVE_BUILD]", |
| 408 "name": "mark: before_tests" | 411 "name": "mark: before_tests" |
| 409 }, | 412 }, |
| 410 { | 413 { |
| 411 "name": "$result", | 414 "name": "$result", |
| 412 "recipe_result": null, | 415 "recipe_result": null, |
| 413 "status_code": 0 | 416 "status_code": 0 |
| 414 } | 417 } |
| 415 ] | 418 ] |
| OLD | NEW |