| 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.gpu", | 8 "chromium.gpu", |
| 9 "--builder", | 9 "--builder", |
| 10 "GPU Mac Builder", | 10 "GPU Mac Builder", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "GPU Mac Builder", | 280 "GPU Mac Builder", |
| 281 "--config-file", | 281 "--config-file", |
| 282 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 282 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 283 "--goma-dir", | 283 "--goma-dir", |
| 284 "[CACHE]/cipd/goma", | 284 "[CACHE]/cipd/goma", |
| 285 "--swarming-targets-file", | 285 "--swarming-targets-file", |
| 286 "browser_tests\n", | 286 "browser_tests\n", |
| 287 "//out/Release" | 287 "//out/Release" |
| 288 ], | 288 ], |
| 289 "cwd": "[SLAVE_BUILD]", | 289 "cwd": "[SLAVE_BUILD]", |
| 290 "env": { |
| 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 292 }, |
| 290 "name": "generate_build_files", | 293 "name": "generate_build_files", |
| 291 "~followup_annotations": [ | 294 "~followup_annotations": [ |
| 292 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 295 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 293 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 296 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 294 ] | 297 ] |
| 295 }, | 298 }, |
| 296 { | 299 { |
| 297 "allow_subannotations": true, | 300 "allow_subannotations": true, |
| 298 "cmd": [ | 301 "cmd": [ |
| 299 "python", | 302 "python", |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "~followup_annotations": [ | 476 "~followup_annotations": [ |
| 474 "@@@STEP_TEXT@Mac 10.10 Retina Release (AMD)@@@" | 477 "@@@STEP_TEXT@Mac 10.10 Retina Release (AMD)@@@" |
| 475 ] | 478 ] |
| 476 }, | 479 }, |
| 477 { | 480 { |
| 478 "name": "$result", | 481 "name": "$result", |
| 479 "recipe_result": null, | 482 "recipe_result": null, |
| 480 "status_code": 0 | 483 "status_code": 0 |
| 481 } | 484 } |
| 482 ] | 485 ] |
| OLD | NEW |