| 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 (1)", | 10 "Linux Perf (1)", |
| (...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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
| 329 "--builder-name=Linux Perf (1)", | 332 "--builder-name=Linux Perf (1)", |
| 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 "--a=1", | 337 "--a=1", |
| 335 "-v", | 338 "-v", |
| 336 "--b=2" | 339 "--b=2" |
| 337 ], | 340 ], |
| 341 "env": { |
| 342 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 343 }, |
| 338 "name": "blink_perf.all.release", | 344 "name": "blink_perf.all.release", |
| 339 "~followup_annotations": [ | 345 "~followup_annotations": [ |
| 340 "@@@STEP_LOG_LINE@json.output@[]@@@", | 346 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 341 "@@@STEP_LOG_END@json.output@@@" | 347 "@@@STEP_LOG_END@json.output@@@" |
| 342 ] | 348 ] |
| 343 }, | 349 }, |
| 344 { | 350 { |
| 345 "name": "$result", | 351 "name": "$result", |
| 346 "recipe_result": null, | 352 "recipe_result": null, |
| 347 "status_code": 0 | 353 "status_code": 0 |
| 348 } | 354 } |
| 349 ] | 355 ] |
| OLD | NEW |