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