| 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 (2)", | 10 "Linux Perf (2)", |
| (...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 (2)", | 332 "--builder-name=Linux Perf (2)", |
| 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.exact", | 344 "name": "blink_perf.all.exact", |
| 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 "allow_subannotations": true, | 351 "allow_subannotations": true, |
| 346 "cmd": [ | 352 "cmd": [ |
| 347 "python", | 353 "python", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 363 "--chartjson-file", | 369 "--chartjson-file", |
| 364 "/path/to/tmp/json", | 370 "/path/to/tmp/json", |
| 365 "--builder-name=Linux Perf (2)", | 371 "--builder-name=Linux Perf (2)", |
| 366 "--slave-name=TestSlavename", | 372 "--slave-name=TestSlavename", |
| 367 "--build-number=571", | 373 "--build-number=571", |
| 368 "--run-python-script", | 374 "--run-python-script", |
| 369 "-v", | 375 "-v", |
| 370 "--upload-results", | 376 "--upload-results", |
| 371 "blink_perf.dom" | 377 "blink_perf.dom" |
| 372 ], | 378 ], |
| 379 "env": { |
| 380 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 381 }, |
| 373 "name": "blink_perf.dom", | 382 "name": "blink_perf.dom", |
| 374 "~followup_annotations": [ | 383 "~followup_annotations": [ |
| 375 "@@@STEP_LOG_LINE@json.output@[]@@@", | 384 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 376 "@@@STEP_LOG_END@json.output@@@" | 385 "@@@STEP_LOG_END@json.output@@@" |
| 377 ] | 386 ] |
| 378 }, | 387 }, |
| 379 { | 388 { |
| 380 "allow_subannotations": true, | 389 "allow_subannotations": true, |
| 381 "cmd": [ | 390 "cmd": [ |
| 382 "python", | 391 "python", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 396 "--test-type=dromaeo.cssqueryjquery", | 405 "--test-type=dromaeo.cssqueryjquery", |
| 397 "--step-name=dromaeo.cssqueryjquery.release", | 406 "--step-name=dromaeo.cssqueryjquery.release", |
| 398 "--chartjson-file", | 407 "--chartjson-file", |
| 399 "/path/to/tmp/json", | 408 "/path/to/tmp/json", |
| 400 "--builder-name=Linux Perf (2)", | 409 "--builder-name=Linux Perf (2)", |
| 401 "--slave-name=TestSlavename", | 410 "--slave-name=TestSlavename", |
| 402 "--build-number=571", | 411 "--build-number=571", |
| 403 "--run-python-script", | 412 "--run-python-script", |
| 404 "/path/to/run_benchmark" | 413 "/path/to/run_benchmark" |
| 405 ], | 414 ], |
| 415 "env": { |
| 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 417 }, |
| 406 "name": "dromaeo.cssqueryjquery.release", | 418 "name": "dromaeo.cssqueryjquery.release", |
| 407 "~followup_annotations": [ | 419 "~followup_annotations": [ |
| 408 "@@@STEP_LOG_LINE@json.output@[]@@@", | 420 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 409 "@@@STEP_LOG_END@json.output@@@" | 421 "@@@STEP_LOG_END@json.output@@@" |
| 410 ] | 422 ] |
| 411 }, | 423 }, |
| 412 { | 424 { |
| 413 "name": "$result", | 425 "name": "$result", |
| 414 "recipe_result": null, | 426 "recipe_result": null, |
| 415 "status_code": 0 | 427 "status_code": 0 |
| 416 } | 428 } |
| 417 ] | 429 ] |
| OLD | NEW |