| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux MSAN", | 10 "WebKit Linux MSAN", |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 "WebKit Linux MSAN", | 272 "WebKit Linux MSAN", |
| 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 "browser_tests\n", | 278 "browser_tests\n", |
| 279 "//out/Release" | 279 "//out/Release" |
| 280 ], | 280 ], |
| 281 "cwd": "[SLAVE_BUILD]", | 281 "cwd": "[SLAVE_BUILD]", |
| 282 "env": { |
| 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 284 }, |
| 282 "name": "generate_build_files", | 285 "name": "generate_build_files", |
| 283 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 284 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 287 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 285 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 288 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 286 ] | 289 ] |
| 287 }, | 290 }, |
| 288 { | 291 { |
| 289 "allow_subannotations": true, | 292 "allow_subannotations": true, |
| 290 "cmd": [ | 293 "cmd": [ |
| 291 "python", | 294 "python", |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 518 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 516 "@@@STEP_LOG_END@python.inline@@@" | 519 "@@@STEP_LOG_END@python.inline@@@" |
| 517 ] | 520 ] |
| 518 }, | 521 }, |
| 519 { | 522 { |
| 520 "name": "$result", | 523 "name": "$result", |
| 521 "recipe_result": null, | 524 "recipe_result": null, |
| 522 "status_code": 0 | 525 "status_code": 0 |
| 523 } | 526 } |
| 524 ] | 527 ] |
| OLD | NEW |