| 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 "Linux Builder", | 268 "Linux Builder", |
| 269 "--config-file", | 269 "--config-file", |
| 270 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 270 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 271 "--goma-dir", | 271 "--goma-dir", |
| 272 "[CACHE]/cipd/goma", | 272 "[CACHE]/cipd/goma", |
| 273 "--swarming-targets-file", | 273 "--swarming-targets-file", |
| 274 "telemetry_gpu_unittests\n", | 274 "telemetry_gpu_unittests\n", |
| 275 "//out/Release" | 275 "//out/Release" |
| 276 ], | 276 ], |
| 277 "cwd": "[SLAVE_BUILD]", | 277 "cwd": "[SLAVE_BUILD]", |
| 278 "env": { |
| 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 280 }, |
| 278 "name": "generate_build_files", | 281 "name": "generate_build_files", |
| 279 "~followup_annotations": [ | 282 "~followup_annotations": [ |
| 280 "@@@STEP_LOG_LINE@swarming-targets-file.txt@telemetry_gpu_unittests@@@", | 283 "@@@STEP_LOG_LINE@swarming-targets-file.txt@telemetry_gpu_unittests@@@", |
| 281 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 284 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 282 ] | 285 ] |
| 283 }, | 286 }, |
| 284 { | 287 { |
| 285 "cmd": [ | 288 "cmd": [ |
| 286 "python", | 289 "python", |
| 287 "-u", | 290 "-u", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 "~followup_annotations": [ | 434 "~followup_annotations": [ |
| 432 "@@@STEP_TEXT@Linux Tests@@@" | 435 "@@@STEP_TEXT@Linux Tests@@@" |
| 433 ] | 436 ] |
| 434 }, | 437 }, |
| 435 { | 438 { |
| 436 "name": "$result", | 439 "name": "$result", |
| 437 "recipe_result": null, | 440 "recipe_result": null, |
| 438 "status_code": 0 | 441 "status_code": 0 |
| 439 } | 442 } |
| 440 ] | 443 ] |
| OLD | NEW |