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