| 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 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "Linux Builder", | 270 "Linux Builder", |
| 271 "--config-file", | 271 "--config-file", |
| 272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 273 "--goma-dir", | 273 "--goma-dir", |
| 274 "[CACHE]/cipd/goma", | 274 "[CACHE]/cipd/goma", |
| 275 "--swarming-targets-file", | 275 "--swarming-targets-file", |
| 276 "browser_tests\n", | 276 "browser_tests\n", |
| 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 "~followup_annotations": [ | 284 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 285 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 283 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 286 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 284 ] | 287 ] |
| 285 }, | 288 }, |
| 286 { | 289 { |
| 287 "cmd": [ | 290 "cmd": [ |
| 288 "python", | 291 "python", |
| 289 "-u", | 292 "-u", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "~followup_annotations": [ | 439 "~followup_annotations": [ |
| 437 "@@@STEP_TEXT@Linux Tests@@@" | 440 "@@@STEP_TEXT@Linux Tests@@@" |
| 438 ] | 441 ] |
| 439 }, | 442 }, |
| 440 { | 443 { |
| 441 "name": "$result", | 444 "name": "$result", |
| 442 "recipe_result": null, | 445 "recipe_result": null, |
| 443 "status_code": 0 | 446 "status_code": 0 |
| 444 } | 447 } |
| 445 ] | 448 ] |
| OLD | NEW |