| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 "-b", | 268 "-b", |
| 269 "Linux Builder", | 269 "Linux Builder", |
| 270 "--config-file", | 270 "--config-file", |
| 271 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 271 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 272 "--goma-dir", | 272 "--goma-dir", |
| 273 "[CACHE]/cipd/goma", | 273 "[CACHE]/cipd/goma", |
| 274 "--swarming-targets-file", | 274 "--swarming-targets-file", |
| 275 "browser_tests\n", | 275 "browser_tests\n", |
| 276 "//out/Release" | 276 "//out/Release" |
| 277 ], | 277 ], |
| 278 "cwd": "[SLAVE_BUILD]/src", |
| 278 "env": { | 279 "env": { |
| 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 280 }, | 281 }, |
| 281 "name": "generate_build_files", | 282 "name": "generate_build_files", |
| 282 "~followup_annotations": [ | 283 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 284 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 284 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 285 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 285 ] | 286 ] |
| 286 }, | 287 }, |
| 287 { | 288 { |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 "~followup_annotations": [ | 416 "~followup_annotations": [ |
| 416 "@@@STEP_TEXT@Linux Tests@@@" | 417 "@@@STEP_TEXT@Linux Tests@@@" |
| 417 ] | 418 ] |
| 418 }, | 419 }, |
| 419 { | 420 { |
| 420 "name": "$result", | 421 "name": "$result", |
| 421 "recipe_result": null, | 422 "recipe_result": null, |
| 422 "status_code": 0 | 423 "status_code": 0 |
| 423 } | 424 } |
| 424 ] | 425 ] |
| OLD | NEW |