| 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 (4)", | 10 "Linux Perf (4)", |
| (...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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "--test-type=dromaeo.cssqueryjquery", | 328 "--test-type=dromaeo.cssqueryjquery", |
| 326 "--step-name=dromaeo.cssqueryjquery", | 329 "--step-name=dromaeo.cssqueryjquery", |
| 327 "--chartjson-file", | 330 "--chartjson-file", |
| 328 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
| 329 "--builder-name=Linux Perf (4)", | 332 "--builder-name=Linux Perf (4)", |
| 330 "--slave-name=TestSlavename", | 333 "--slave-name=TestSlavename", |
| 331 "--build-number=571", | 334 "--build-number=571", |
| 332 "--run-python-script", | 335 "--run-python-script", |
| 333 "/path/to/run_benchmark" | 336 "/path/to/run_benchmark" |
| 334 ], | 337 ], |
| 338 "env": { |
| 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 340 }, |
| 335 "name": "dromaeo.cssqueryjquery", | 341 "name": "dromaeo.cssqueryjquery", |
| 336 "~followup_annotations": [ | 342 "~followup_annotations": [ |
| 337 "@@@STEP_LOG_LINE@json.output@[]@@@", | 343 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 338 "@@@STEP_LOG_END@json.output@@@" | 344 "@@@STEP_LOG_END@json.output@@@" |
| 339 ] | 345 ] |
| 340 }, | 346 }, |
| 341 { | 347 { |
| 342 "name": "$result", | 348 "name": "$result", |
| 343 "recipe_result": null, | 349 "recipe_result": null, |
| 344 "status_code": 0 | 350 "status_code": 0 |
| 345 } | 351 } |
| 346 ] | 352 ] |
| OLD | NEW |