| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder-Trybot", | 10 "Linux Builder-Trybot", |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "Linux Builder-Trybot", | 281 "Linux Builder-Trybot", |
| 282 "--config-file", | 282 "--config-file", |
| 283 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 283 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 284 "--goma-dir", | 284 "--goma-dir", |
| 285 "[CACHE]/cipd/goma", | 285 "[CACHE]/cipd/goma", |
| 286 "--swarming-targets-file", | 286 "--swarming-targets-file", |
| 287 "browser_tests\n", | 287 "browser_tests\n", |
| 288 "//out/Release" | 288 "//out/Release" |
| 289 ], | 289 ], |
| 290 "cwd": "[SLAVE_BUILD]", | 290 "cwd": "[SLAVE_BUILD]", |
| 291 "env": { |
| 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 293 }, |
| 291 "name": "generate_build_files", | 294 "name": "generate_build_files", |
| 292 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 293 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 296 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 294 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 297 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 295 ] | 298 ] |
| 296 }, | 299 }, |
| 297 { | 300 { |
| 298 "cmd": [ | 301 "cmd": [ |
| 299 "python", | 302 "python", |
| 300 "-u", | 303 "-u", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 "~followup_annotations": [ | 430 "~followup_annotations": [ |
| 428 "@@@STEP_TEXT@Linux Tests-Trybot@@@" | 431 "@@@STEP_TEXT@Linux Tests-Trybot@@@" |
| 429 ] | 432 ] |
| 430 }, | 433 }, |
| 431 { | 434 { |
| 432 "name": "$result", | 435 "name": "$result", |
| 433 "recipe_result": null, | 436 "recipe_result": null, |
| 434 "status_code": 0 | 437 "status_code": 0 |
| 435 } | 438 } |
| 436 ] | 439 ] |
| OLD | NEW |