| 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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN", | 10 "Mac GN", |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "Mac GN", | 291 "Mac GN", |
| 292 "--config-file", | 292 "--config-file", |
| 293 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 293 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 294 "--goma-dir", | 294 "--goma-dir", |
| 295 "[CACHE]/cipd/goma", | 295 "[CACHE]/cipd/goma", |
| 296 "--swarming-targets-file", | 296 "--swarming-targets-file", |
| 297 "browser_tests\n", | 297 "browser_tests\n", |
| 298 "//out/Release" | 298 "//out/Release" |
| 299 ], | 299 ], |
| 300 "cwd": "[SLAVE_BUILD]", | 300 "cwd": "[SLAVE_BUILD]", |
| 301 "env": { |
| 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 303 }, |
| 301 "name": "generate_build_files", | 304 "name": "generate_build_files", |
| 302 "~followup_annotations": [ | 305 "~followup_annotations": [ |
| 303 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 306 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 304 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 307 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 305 ] | 308 ] |
| 306 }, | 309 }, |
| 307 { | 310 { |
| 308 "allow_subannotations": true, | 311 "allow_subannotations": true, |
| 309 "cmd": [ | 312 "cmd": [ |
| 310 "python", | 313 "python", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 464 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 462 "@@@STEP_LOG_END@python.inline@@@" | 465 "@@@STEP_LOG_END@python.inline@@@" |
| 463 ] | 466 ] |
| 464 }, | 467 }, |
| 465 { | 468 { |
| 466 "name": "$result", | 469 "name": "$result", |
| 467 "recipe_result": null, | 470 "recipe_result": null, |
| 468 "status_code": 0 | 471 "status_code": 0 |
| 469 } | 472 } |
| 470 ] | 473 ] |
| OLD | NEW |