| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Perf (3)", | 10 "Linux Perf (3)", |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 "-u", | 264 "-u", |
| 265 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 265 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 266 "list", | 266 "list", |
| 267 "--browser", | 267 "--browser", |
| 268 "release", | 268 "release", |
| 269 "--json-output", | 269 "--json-output", |
| 270 "/path/to/tmp/json", | 270 "/path/to/tmp/json", |
| 271 "--num-shards", | 271 "--num-shards", |
| 272 "5" | 272 "5" |
| 273 ], | 273 ], |
| 274 "env": { |
| 275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 276 }, |
| 274 "name": "List Perf Tests", | 277 "name": "List Perf Tests", |
| 275 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 276 "@@@STEP_LOG_LINE@json.output@{@@@", | 279 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 285 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 304 "@@@STEP_LOG_LINE@json.output@}@@@", | 307 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 305 "@@@STEP_LOG_END@json.output@@@" | 308 "@@@STEP_LOG_END@json.output@@@" |
| 306 ] | 309 ] |
| 307 }, | 310 }, |
| 308 { | 311 { |
| 309 "name": "$result", | 312 "name": "$result", |
| 310 "recipe_result": null, | 313 "recipe_result": null, |
| 311 "status_code": 0 | 314 "status_code": 0 |
| 312 } | 315 } |
| 313 ] | 316 ] |
| OLD | NEW |