| 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.chromiumos", | 8 "chromium.chromiumos", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ChromiumOS GN", | 10 "Linux ChromiumOS GN", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "Linux ChromiumOS GN", | 271 "Linux ChromiumOS GN", |
| 272 "--config-file", | 272 "--config-file", |
| 273 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 273 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 274 "--goma-dir", | 274 "--goma-dir", |
| 275 "[CACHE]/cipd/goma", | 275 "[CACHE]/cipd/goma", |
| 276 "--swarming-targets-file", | 276 "--swarming-targets-file", |
| 277 "browser_tests\n", | 277 "browser_tests\n", |
| 278 "//out/Release" | 278 "//out/Release" |
| 279 ], | 279 ], |
| 280 "cwd": "[SLAVE_BUILD]", | 280 "cwd": "[SLAVE_BUILD]", |
| 281 "env": { |
| 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 283 }, |
| 281 "name": "generate_build_files", | 284 "name": "generate_build_files", |
| 282 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 286 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 284 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 287 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 285 ] | 288 ] |
| 286 }, | 289 }, |
| 287 { | 290 { |
| 288 "cmd": [ | 291 "cmd": [ |
| 289 "python", | 292 "python", |
| 290 "-u", | 293 "-u", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 421 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 419 "@@@STEP_LOG_END@python.inline@@@" | 422 "@@@STEP_LOG_END@python.inline@@@" |
| 420 ] | 423 ] |
| 421 }, | 424 }, |
| 422 { | 425 { |
| 423 "name": "$result", | 426 "name": "$result", |
| 424 "recipe_result": null, | 427 "recipe_result": null, |
| 425 "status_code": 0 | 428 "status_code": 0 |
| 426 } | 429 } |
| 427 ] | 430 ] |
| OLD | NEW |